Difference between revisions of "Using wxWidgets (MSW) 3.0 Binary with Code::Blocks Scripted Wizard"

From Code::Blocks
Line 32: Line 32:
 
Redirect link to the second set of binary files needed for MSVC 2010 (10.0) wxWidgets version 3.0.2
 
Redirect link to the second set of binary files needed for MSVC 2010 (10.0) wxWidgets version 3.0.2
 
[http://sourceforge.net/projects/wxwindows/files/3.0.2/binaries/wxMSW-3.0.2_vc100_ReleaseDLL.7z/download wxMSW-3.0.2_vc100_ReleaseDLL.7z]
 
[http://sourceforge.net/projects/wxwindows/files/3.0.2/binaries/wxMSW-3.0.2_vc100_ReleaseDLL.7z/download wxMSW-3.0.2_vc100_ReleaseDLL.7z]
 +
 +
== Setting up Code::Blocks Global Variable ==
  
 
== Reference ==
 
== Reference ==

Revision as of 17:32, 19 January 2015


A reference for using Code::Blocks 13.12 Scripted Wizard for wxWidgets 3.0.2 under Windows with the wxWidgets Binary files
Directions for compilers: MinGW and MSVC are planned

IN WORK IN WORK

Using any Binary

Step needed for any wxWidgets Binary.

Download the needed header files from wxWidgets SF files page

Redirect link to header files needed for wxWidgets version 3.0.2 wxWidgets-3.0.2_headers.7z

Using TDM GCC Binary

Directions to use Code::Blocks wizard with TDM GCC Binary.

Download the needed binary files from wxWidgets Download page

Redirect link to binary files needed for TDM MinGW GCC 4.7.1 wxWidgets version 3.0.2 wxMSW-3.0.2_gcc471TDM_Dev.7z

Using MSVC Binary

Directions to use Code::Blocks wizard with MSVC Binary.

Download the needed binary files from wxWidgets Download page

Redirect link to the first set of binary files needed for MSVC 2010 (10.0) wxWidgets version 3.0.2 wxMSW-3.0.2_vc100_Dev.7z

Redirect link to the second set of binary files needed for MSVC 2010 (10.0) wxWidgets version 3.0.2 wxMSW-3.0.2_vc100_ReleaseDLL.7z

Setting up Code::Blocks Global Variable

Reference

Link to RTF Directions for MSVS 2010 (10.0)

Link to RTF Directions for TDM GCC 4.7.1