"Pascal Obry" wrote in message news:474C4FCF.70202@obry.net... > Frank Piron a �crit : >> 26.11.2007, 14:07 Uhr, schrieb Alexander Camek >> : >>>>> My Problem is that I can't export the functions given in my >>>>> executable, >>>>> although all exported functions in the executable are decorated with >>>>> pragma >>>>> Export(C, , ). >>>> >>>> Try: Export(Stdcall, , ) >>> >>> Will that work under linux, too? >>> Because I need it platform independent. >> >> No. Unfortunately creating shared libraries depends on the OS. > > Yes it will, RTFM :) Stdcall will be translated as C convention on > GNU/Linux. Thanks. Seems that I have missed to read that little note at the end of that chapter. But this doesn't fix my initial problem. Greetings Alexander