Author Topic: Static libraries with WxWidgets  (Read 3352 times)

netburner82

  • Guest
Static libraries with WxWidgets
« on: July 14, 2009, 09:49:03 am »
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!


Offline Sunsawe

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: Static libraries with WxWidgets
« Reply #1 on: July 17, 2009, 10:17:44 pm »
there is a static librairy template in code::blocks.

when you start a new project the option should appear there.