News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

shared library projects

Started by killerbot, April 13, 2011, 09:15:51 PM

Previous topic - Next topic

killerbot

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 ?