Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
If I created Code::Blocks project files for wxWidgets samples; would it be used?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: If I created Code::Blocks project files for wxWidgets samples; would it be used? (Read 8638 times)
stahta01
Lives here!
Posts: 7785
If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
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
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
alb_cb_moon
Multiple posting newcomer
Posts: 25
Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
Reply #1 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
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
Logged
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds Compiler: MinGW & gcc 3.4.5
vri
Multiple posting newcomer
Posts: 18
Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
Reply #2 on:
October 27, 2008, 05:07:37 pm »
I would be interested, mainly for student projects to learn about wxWidgets and Code::Blocks.
Logged
petsagouris
Single posting newcomer
Posts: 5
Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
Reply #3 on:
October 29, 2008, 02:37:47 pm »
I would be interested too. Please
Logged
stahta01
Lives here!
Posts: 7785
Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
Reply #4 on:
October 29, 2008, 03:44:09 pm »
I have started work on making the sample CB projects.
Tim S
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
ollydbg
Developer
Lives here!
Posts: 6077
OpenCV and Robotics
Re: If I created Code::Blocks project files for wxWidgets samples; would it be used?
«
Reply #5 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.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
If I created Code::Blocks project files for wxWidgets samples; would it be used?