Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-18 Thread Nejia
-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] De la part de eliu1234 Envoyé : mardi 18 novembre 2014 00:15 À : qgis-developer@lists.osgeo.org Objet : Re: [Qgis-developer] Write custom c++ application using QGIS under windows I saw your post on this. And I actually used

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-18 Thread eliu1234
Thanks so much for the answer. I am able to get the 32 bit version working. Right now, I am facing the problem of not able to run debug mode. Since all those xd.lib files does not exist with the OSGeo4W installation. Do you have any idea how to fix this? And right now, I cannot seem to print

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-18 Thread Tendfly Niu
, it can automatically check the QT you installed before. Remember, the minimum version of QT QGIS-2X need is 4.7.0. hope this help. Date: Tue, 18 Nov 2014 15:04:34 -0800 From: lby20...@hotmail.com To: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Write custom c++ application using

[Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread eliu1234
Anyone was able to write qgis c++ application under Windows? The problem that I am encountering is that header files such as qgsapplication.h cannot be found. I have installed qgis 2.6 and those files actually do not exist. What do I need to do in order to find these header files so I can do C++

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread Gary Sherman
On 11/17/14 9:50 AM, eliu1234 wrote: Anyone was able to write qgis c++ application under Windows? The problem that I am encountering is that header files such as qgsapplication.h cannot be found. I have installed qgis 2.6 and those files actually do not exist. What do I need to do in order to

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread eliu1234
Thanks for the reply. So after that, I should just include the directory containing the header files in .proj? I tried to do this, however, i get the error in the following stackoverflow post: http://stackoverflow.com/questions/26597253/syntax-error-in-qgsapplication-h -- View this message

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread eliu1234
Thanks for the reply. So after that, I should just include the directory containing the header files in .proj? I tried to do this, however, i get the error in the following stackoverflow post: http://stackoverflow.com/questions/26597253/syntax-error-in-qgsapplication-h -- View this message

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread Denis Rouzaud
Hi, I wrote a post about that: http://3nids.wordpress.com/2014/02/27/build-and-deploy-c-qgis-app-on-windows/ I hope it helps Denis Le mardi 18 novembre 2014, eliu1234 lby20...@hotmail.com a écrit : Thanks for the reply. So after that, I should just include the directory containing the

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread eliu1234
I saw your post on this. And I actually used this .proj file. However, with all of your include directory, the header files qgisapplication.h does not exist in anyone of them. This is why I am confused about where it can be. -- View this message in context:

Re: [Qgis-developer] Write custom c++ application using QGIS under windows

2014-11-17 Thread eliu1234
I saw your post on this. And I actually used this .proj file. However, with all of your include directory, the header files qgisapplication.h does not exist in anyone of them. This is why I am confused about where it can be. Re: Write custom c++ application using QGIS under windows Nov 17, 2014;