Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: stahta01 on October 25, 2008, 10:57:32 pm

Title: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: stahta01 on October 25, 2008, 10:57:32 pm
I just worked on an message that would have been easier if Code::Blocks projects existed for all the wxWidgets samples. see http://forums.codeblocks.org/index.php/topic,9424.0.html

I want to know if anyone is interested in Code::Blocks projects for the wxWidgets samples?
And, what builds?

I was thinking MultiLib DLL for the MinGW GCC Compiler. In the four targets of
Win32 DLL Unicode Release
Win32 DLL Unicode Debug
Win32 DLL Release
Win32 DLL Debug

The reason for MultiLib instead of Monolithic is that wxPack works best if project is MultiLib.

Tim S

Title: Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: alb_cb_moon on October 26, 2008, 01:44:55 am
Some months before I was interested in build almost one example and find this thread.

http://forums.codeblocks.org/index.php/topic,7054.msg64555.html#msg64555 (http://forums.codeblocks.org/index.php/topic,7054.msg64555.html#msg64555)

At last I could build the minimal example, but I think if all examples had a cb project and its are included in wxWidgets distribution then  CB use could be boost
Title: Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: vri on October 27, 2008, 05:07:37 pm
I would be interested, mainly for student projects to learn about wxWidgets and Code::Blocks.
Title: Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: petsagouris on October 29, 2008, 02:37:47 pm
I would be interested too. Please ;)
Title: Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: stahta01 on October 29, 2008, 03:44:09 pm
I have started work on making the sample CB projects.

Tim S
Title: Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
Post by: ollydbg on December 08, 2008, 05:21:47 pm
WoW, it's great, because I also posted a thread about the wx samples. see here:
http://forums.codeblocks.org/index.php/topic,9622.msg67682.html#msg67682

So, I think create sample project of cb is very necessary, because for a beginner like me, it will take me a lot of time to convert the  visual c++ project to cb project.

Thanks for your effort.