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

From Code::Blocks
Line 26: Line 26:
  
  
=== Reference ===
+
== Reference ==
 
[https://github.com/stahta01/stahta01.github.io/blob/master/CodeBlocks/CB_wx30/wx30_vc100_dll/How%20to%20use%20the%20wxWidgets%20binary%20files%20for%20wx%203.0.2.rtf Link to RTF Directions for MSVS 2010 (10.0)]
 
[https://github.com/stahta01/stahta01.github.io/blob/master/CodeBlocks/CB_wx30/wx30_vc100_dll/How%20to%20use%20the%20wxWidgets%20binary%20files%20for%20wx%203.0.2.rtf Link to RTF Directions for MSVS 2010 (10.0)]
  
 
[https://github.com/stahta01/stahta01.github.io/blob/master/CodeBlocks/CB_wx30/wx30_gcc471TDM_dll/How%20to%20use%20the%20wxWidgets%20binary%20files%20for%20wx%203.0.2.rtf Link to RTF Directions for TDM GCC 4.7.1]
 
[https://github.com/stahta01/stahta01.github.io/blob/master/CodeBlocks/CB_wx30/wx30_gcc471TDM_dll/How%20to%20use%20the%20wxWidgets%20binary%20files%20for%20wx%203.0.2.rtf Link to RTF Directions for TDM GCC 4.7.1]

Revision as of 17:14, 19 January 2015


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

IN WORK IN WORK

Using any Binary

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

First, Download the needed header files from wxWidgets Download 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.

First, Download the needed files from wxWidgets Download page

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

Using MSVS Binary

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


Reference

Link to RTF Directions for MSVS 2010 (10.0)

Link to RTF Directions for TDM GCC 4.7.1