News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Startup Script for wxwidgets development

Started by srini2174, July 13, 2014, 08:22:41 AM

Previous topic - Next topic

srini2174

Hi,

    I am unable to compile even the minimal wxwidgets sample with codeblocks.  I am using the wxwidgets 3.0 official 64bit binaries.  The current wxwidgets wizard is unable to handle this since the official libraries are extracted to WX_ROOT_DIR/vc110_x64_dll and not WX_ROOT_DIR/vc_dll as required by the current script. 

Hence I am want to create my own wizard.  I need to access the compiler version and the architecture in this wizard.  I tried using the GetCompilerFactory().GetCompilerVersionString("msvc*") to get the version string, but this gives an empty string.  How can I get the compiler version and architecture.

BR
Srinivasan.B