
14 Jan
2010
14 Jan
'10
8:23 p.m.
On Thu, Jan 14, 2010 at 2:08 PM, Daniel Fischer
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 "..."
Yes, I came here to say that too. I was getting those errors on Windows. Paulo