Author Topic: shared library projects  (Read 4525 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
shared library projects
« 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 ?