[Qgis-developer] Latest Windows Builds

David Willis lists at dwillis.gotadsl.co.uk
Tue Jul 31 18:09:21 EDT 2007


> My build uses Msys-Mingw. Not sure how the MSVC patch fixes it.

Doesn't the msys build use the CORE_EXPORT macro? If so, the patch updates  
qgsapplication.h to individually export all the public functions  
(__declspec(dllexport)) rather than the whole class. The error you're  
getting seems to be something to do with trying to import static private  
members. This happens when qgsapplication.h is referenced from outside of  
qgis_core (CORE_EXPORT defined as __declspec(dllimport)) . This would  
appear to be a no no with msys' compiler as well as MSVC's.

Regards,
David Willis



More information about the Qgis-developer mailing list