[Haskell-cafe] using greencard to write COM in haskell
Jason Dagit
dagit at eecs.oregonstate.edu
Mon Dec 4 21:11:14 EST 2006
On 12/4/06, Anatoly Yakovenko <aeyakovenko at gmail.com> 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
More information about the Haskell-Cafe
mailing list