
5 Dec
2006
5 Dec
'06
7:03 a.m.
Thanks, this is exactly what i was looking for.
On 12/4/06, Jason Dagit
On 12/4/06, Anatoly Yakovenko
wrote: So is there a way to start haskell form C? Ideally i would like something thats as easy to use as a dll, that the end use wouldn't be aware that they are using a component written in haskell.
The things described at this URL have worked for me when it comes to DLLs and starting GHC's RTS: http://www.haskell.org/ghc/docs/latest/html/users_guide/win32-dlls.html
HTH, Jason