Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: killerbot on April 13, 2011, 09:15:51 pm

Title: shared library projects
Post by: killerbot on April 13, 2011, 09:15:51 pm
I noticed some strange things, or more inconsistencies in the shared library wizards.

1) language
- on linux the wizard allows you to choose between : C or C++
- on windows you don't have that choice [and I guess it might be C++, since the compiler invoked was mingw32-g++]

2) header file
- on windows you get the header file 'exporting' (declaring) the methods
- on linux there's only an implementation file

Any thoughts on this ?