Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: thor36 on February 02, 2014, 02:15:24 pm

Title: wxWidgets 'minimal' sample to work in CodeBlocks 13.12
Post by: thor36 on February 02, 2014, 02:15:24 pm
Hello. I am beginning to learn wxWidgets, and so have checked documentation for some samples. I would like to start with the 'minimal' sample, that is shipped with wxWidgets 3.0 (  found here  (http://docs.wxwidgets.org/3.0.0/page_samples.html#page_samples_minimal) ). In a different place, someone has told me : " The wxWIdgets samples come with makefiles to be build from the command line and with project files for Visual Studio. " So my question is, can anyone help me run this sample ( and consequently others ) in my CodeBlocks IDE ? ( this version  (http://sourceforge.net/projects/codeblocks/files/Binaries/13.12/Windows/codeblocks-13.12mingw-setup.exe/download)). I am not familiar with using command line and building libraries, only basic C++ console app programming in CodeBlocks. Thank you !
Title: Re: wxWidgets 'minimal' sample to work in CodeBlocks 13.12
Post by: ollydbg on February 02, 2014, 03:07:24 pm
Hi, please carefully read this thread: Anyone interrested in CB Projects that compiles wxWidgets samples with wx-config (http://forums.codeblocks.org/index.php/topic,18744.0.html). Tim(stahta01) has create a C::B workspace(and C::B projects) for all the samples in wx3.0, you can follow his way, I have successfully built them, very nice. :)
Title: Re: wxWidgets 'minimal' sample to work in CodeBlocks 13.12
Post by: thor36 on February 02, 2014, 03:13:10 pm
Hi, please carefully read this thread: Anyone interrested in CB Projects that compiles wxWidgets samples with wx-config (http://forums.codeblocks.org/index.php/topic,18744.0.html). Tim(stahta01) has create a C::B workspace(and C::B projects) for all the samples in wx3.0, you can follow his way, I have successfully built them, very nice. :)

Thank your for this information, ollydbg. I will test my luck and see if I can make it work. Otherwise, I will be posting here again. I am a newcomer, and problems are not doing their best to avoid me  ;)