PIC
Simon Marlow
simonmar at microsoft.com
Mon Jun 28 07:19:35 EDT 2004
On 28 June 2004 12:01, Wolfgang Thaller wrote:
> Another thing: is it currently possible to foreign import something
> from a DLL using the Windows NCG? I think the dynamic flag for
> ForeignLabels is always set to false.
No. I'm not sure if this ever worked, but it doesn't now.
There would have to be a way to declare a DLL foreign import - or you
could do the indirection explicitly in Haskell code (perhaps that
wouldn't work via the NCG though).
Cheers,
Simon
More information about the Cvs-ghc
mailing list