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

2013-11-07 Thread Andreas Neumann
Hi, Whenever there is a new release you have to link to other qgis core libraries (e.g. libqgis_core.so). This explains why 2.1 C++ plugins do not work for 2.0 even if the API did not change. You have to compile C++ plugins for each major version. You can get the source code for the 2.0x bra

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

2013-11-07 Thread SSchmidt
Thanks to Richard and Andreas for their help! Why not python? In the last year our company began developing an extension for ArcGIS 10 in .Net C#. Our intention is a similar working plugin in QGis. For me it was first easier to port the Code to C++. Indeed i'm not a save C++-Programmer but from