Hi all!!
I'm a new user of Code::Blocks. I'm writing a program for my University using this IDE (in my opinion the best for C++ that is currently around), and first of all I need to create some cross-platform (at least where it is possible) static libraries (.a or .lib files i suppose), using WxWidgets components (wxSockets etc). I've seen that is quite simple to start a WxWidgets' executable project, but if I want to create some static libraries?
Thanks for your answers!