Shared build

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
mattleib
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Jan 02, 2007 7:48 pm
Location: Cape Town

Shared build

Post by mattleib »

I am using wxMSW-2.8.0, MinGW C++ Toolbox, and Code::Blocks svn build rev 3455 Unicode.
I compiled wxWidgets as a release, non shared (dll), unicode. And also as a release, shared (dll), unicode.
When I compiled the Code::Blocks wxWidgets Project wizard the shared compilation worked fine. But, when I used the non shared compilation it compiled but couldn't link. I downloaded a movie on the setting up Code::Blocks at http://www.wxwidgets.info/ but it compiled fine on the movie even when I set up Code::Blocks the same.

Can you help me?

Thanks!
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

it compiled but couldn't link.
Any error message?
biplab
I live to help wx-kind
I live to help wx-kind
Posts: 194
Joined: Fri Feb 17, 2006 4:16 am
Location: Singapore
Contact:

Post by biplab »

The older wizard has been replaced with a newer and better wizard in revision 3553 which has better support for different build configurations of wx lib.

Download a latest nightly and you'll not face the problem. Download it from-
Also post your feedback about the wizard in the following thread.
Keep an eye on the thread. The wizard is under constant development and newer features will be added soon. We're looking forward for your feedback.

Regards,

Biplab :)
Blog: http://biplab.in

IDE: Code::Blocks
Compilers: GCC, MSVC, etc. ;)
OS: WinXP-SP2 & Linux.
Post Reply