Hi Stuart, On Wed, 30. Dec 2015 at 07:43:13 -0700, Stuart Brittain wrote: > I have tried VS 2008, VS 2013, and VS 2010. Only Release mode in VS 2010 > will run without crash. > Debug mode in VS 2010 will also crash, and the application cannot be > debugged.
Use RelWithDebInfo in VS 2010 if you want to debug. > I am not exactly sure why the issue occurs in release versions other than > those built with VS 2010, we can probably blame MS for that ;) Yes, the C++ ABI of different VC compilers is incompatible. So when using C++ APIs (like QGIS and Qt) you're tied to using the same compiler version. Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31 Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50 Software Engineer D-26506 Norden http://www.norbit.de QGIS release manager (PSC) Germany IRC: jef on FreeNode
signature.asc
Description: Digital signature
_______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
