Re: [Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-07 Thread Mikhail Tchernychev
Hi, I am bit late but here are my two cents. I was researching ways how to compile applications with QGIS. I did not get very far in terms of developing my application, but I think I solved some compiling / linking problems. Here is a small manual 1. All what you need is Os4geoW with devel

Re: [Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-07 Thread Jürgen E . Fischer
Hi Susann, On Thu, 07. Nov 2013 at 11:53:45 +0100, sschm...@gfi-gis.de wrote: > What the hell ? :-) > It is so nice, There are opening doorways... > I got the sources for the release 2.0.1 - however :-) and cmake builds me > a qgis2.0.1.sln for my VisualStudio. Now compiling my QGis is in progress

Re: [Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-06 Thread Richard Duivenvoorde
On 06-11-13 13:03, sschm...@gfi-gis.de wrote: > > Hello, > > now i try my luck here hoping not being ignored :-) > > I want to write a plugin for QGIS 2.0 Dufour in C++. Do I have to take > the sources/API from Version 1.8 (Lisboa)? It is right, that the actual > API only can be used for the act

Re: [Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-06 Thread Andreas Neumann
Hi Susann, As long as there is no API break, your C++ code should work across versions. There was an API break shortly between 1.9 and 2.0. If you target QGIS 2.0 or higher you do not have to deal with QGIS < 2.0. You can get the sourcecode directly from github at https://github.com/qgis/

[Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-06 Thread SSchmidt
Hello, now i try my luck here hoping not being ignored :-) I want to write a plugin for QGIS 2.0 Dufour in C++. Do I have to take the sources/API from Version 1.8 (Lisboa)? It is right, that the actual API only can be used for the actual Releases(Weekly Master)? In this case I have to download