Tuesday, 17 September 2013

haskell FFI - using dll on non-windows os?

haskell FFI - using dll on non-windows os?

Can be a windows dll used interfaced with Haskell's FFI(Foreign Function
Interface) on a non windows OS? For example if I have OSX, can I interface
a .dll with FFI (use the dll functions) ?

No comments:

Post a Comment