Feature #1876 2006-02-25 16:20

bigpilot

Include pre-build wxWidgets libraries

This would make it a lot easier to develop for wxWidgets if one can just 'jump in'. Also include some notes on how to build wxWidgets libraries using CodeBlocks

Category
 
Status
Closed
Close date
2006-03-04 22:46
Assigned to
 
zingam 2006-02-26 18:28

I agree!

mandrav 2006-03-04 22:46

Please don't be confused by the fact C::B distributes a wx DLL. It is used by C::B itself and it's *not* for use in your programs. Currently this is a standard wx DLL, but at some point it might be patched specifically for C::B. You wouldn't want to use this DLL for your programs.

In other words, if we wanted to distribute a wx dev. environment, we would distribute a different DLL (additionally to wxmsw26_gcc_cb.dll). This ain't happening in the forseeable future.

Also, don't forget you can use the DevPak plugin to install Dev-C++'s devpaks in C::B. I bet you can find a wx devpak ;)