
Dear all, I'm new in Haskell. I need to port a haskell application written by someone else to be called by a .Net C# application. I read that Hugs98 for .Net can do that. However, in the sample provided the interaction is Haskell calling .Net calling Haskell. Is there any way to make it .Net calling Haskell, without having the starting point in Haskell ? When I try to modify the sample by including haskellscript.dll in VS.Net project and invoke Server.LoadFile (filename), I received a "non-implemented" message. When I tried to change it to Server.LoadFromBuffer(filename), I received reading charachter '\32' (-- is a space) and the hs file won't be loaded. When I use Server.LoadProject (filename), I also face "non-implemented" message. Please kindly advise me how to talk to Haskell from C# using Hugs98 for .Net ? Any help will really be appreciated. Best Regards, David
participants (1)
-
David Lo