15 Jan
2010
15 Jan
'10
4:24 a.m.
Hello Daniel On Windows, isn't stdcall vs ccall still dependent on the actual library and what compiled it - commonly MSVC (stdcall) or gcc (ccall) of course? I could very easily be wrong... Best wishes Stephen 2010/1/14 Daniel Fischer <daniel.is.fischer@web.de>:
Am Donnerstag 14 Januar 2010 20:42:42 schrieb DNM:
Just an idea. Are you on windows? If so, then your foreign calls would probably have to be
foreign import stdcall "srilm.h whatever" ...
instead of
foreign import ccall "..."