News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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