Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Jürgen E . Fischer
Hi Joshua, On Sat, 12. Jul 2014 at 17:51:21 +0200, Jürgen E. Fischer wrote: > PS: The current binaries are produced with the Windows SDK for Windows 7 (7.1) > from > http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe > (see ms-windows/osgeo4w/

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Jürgen E . Fischer
Hi Joshua, On Sat, 12. Jul 2014 at 11:11:46 -0400, Joshua Quesenberry wrote: > They don't work with all the code changes that have been made. Could someone > update them so that they're actually doable? Sure. What particular part doesn't work anymore? You could file tickets gainst the document

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Denis Rouzaud
ilto:engn...@gmail.com ] > Sent: Friday, July 11, 2014 10:48 AM > To: 'Jürgen E. Fischer'; qgis-developer@lists.osgeo.org > Cc: engn...@gmail.com > Subject: RE: [Qgis-developer] Compiling QGIS and C++ Application with QGIS > Headers on Windows 8.1 > > Jürgen, > > So

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Joshua Quesenberry
qgis-developer@lists.osgeo.org Cc: engn...@gmail.com Subject: RE: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1 Jürgen, So if I'm understanding you correctly, I'll take the following actions: Uninstall VS2013 and replace it with VS

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-11 Thread Joshua Quesenberry
ts.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Jürgen E. Fischer Sent: Friday, July 11, 2014 9:52 AM To: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1 Hi Joshua, On Fri, 11. Jul 2014 at 09:29:11

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-11 Thread Joshua Quesenberry
? Or do I need to pull the QGIS source code from Git? Thanks! Josh Q From: Nathan Woodrow [mailto:madman...@gmail.com] Sent: Friday, July 11, 2014 9:41 AM To: Joshua Quesenberry Cc: qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-11 Thread Jürgen E . Fischer
Hi Joshua, On Fri, 11. Jul 2014 at 09:29:11 -0400, Joshua Quesenberry wrote: > I'm trying to follow the instructions on the INSTALL page > (http://htmlpreview.github.io/?http://github.com/qgis/QGIS/blob/master/doc/I > NSTALL.html ) > > My current setup is this: > Windows 8.1 > Visual Studio Expre

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-11 Thread Nathan Woodrow
Hey Joshua, If your plan is to build a small application using QGIS I would recommend using Python with PyQGIS. It's very easy to get up and running with that and your dev time will be much faster. Plus you don't have to compile it for every platform under the sun ;) If you are keen to try that

[Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-11 Thread Joshua Quesenberry
Good Morning, I tried painfully to get QGIS compiled last night, but I've had no such luck. I'd like to try adding some features to the program in the future, but I'd also like to be able to build my own C++ applications that have access to the interface and can display basic map data. I'm