[Haskell-cafe] Help Haskell driving Medical Instruments
Daniel Fischer
daniel.is.fischer at web.de
Tue Nov 10 11:27:17 EST 2009
Am Dienstag 10 November 2009 14:01:33 schrieb Philippos Apolinarius:
> Hi, Jason.
> I don't know how to mark the call unsafe. And I don't know what is a *Nix
> (perhaps unix?).
Unix or unix-derivate (linux, BSD, ...)
> I am running the main program on Windows.
Then it might be necesary to let the foreign calls have the calling convention stdcall
instead of ccall.
More information about the Haskell-Cafe
mailing list