User forums > Using Code::Blocks
How to change the "wxWidgets library settings" in a created project?
TDragon:
This has nothing to do with Code::Blocks; it's just a fact of life when working with libraries in C/C++.
In fact, if you re-run the wxWidgets project wizard and select a non-DLL build, Code::Blocks will fill in these additional libraries for you; I merely copied them.
pasgui:
I think wx-config for windows can manage the declaration like under linux.
dje:
looks nice :P
Did you try it ?
pasgui:
--- Quote from: dje on July 23, 2008, 11:34:07 am ---Did you try it ?
--- End quote ---
Yes, I don't remember if it was with static or dynamic wxWidgets library but under C::B, you can configure your project for Linux and Windows, only add in the variables definition, the path for the executable and some environment variable needed for wx-config.
00061205:
--- Quote from: TDragon on July 23, 2008, 08:23:27 am ---This has nothing to do with Code::Blocks; it's just a fact of life when working with libraries in C/C++.
In fact, if you re-run the wxWidgets project wizard and select a non-DLL build, Code::Blocks will fill in these additional libraries for you; I merely copied them.
--- End quote ---
How to re-run the wxWidgets project wizard without overwrite my project?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version