[Redirected to [EMAIL PROTECTED] from [EMAIL PROTECTED] Wolfgang Thaller wrote: > [lots of stuff about dynamic linking/ghc/PIC deleted] > So what's left to do is the following: > [...] > 7) Devise a way of telling GHC that a foreign import is imported from a > DLL (for Windows); something like __declspec(dllimport) in Windows C > compilers. We should have thought of this before the FFI spec was > finalized... > [...]
Can you explain point 7? How is a foreign import from DLL different from a foreign import from statically linked files or from foreign import of a function pointer? Do you have to do something different to cause the DLL to be loaded or do you have to invoke the function using a different calling convention or both? -- Alastair Reid _______________________________________________ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi