Hi, While trying to put some hakell code to function along with .net, I've stoped with a referencing problem. The problem is that, when I use the a reference to a dll of my one like in the CallIn.hs example, I get: InvokeStaticMethod: Type Print not found I've tried to put the dll in all searchable places, like the frameworks path, the env var path, and all other places, but the result is always the same, InvokeStaticMethod: Type Print not found. I would really much appreciate your help. Thanks. Nuno Rodrigues.
Hi, it's all a bit fiddly -- print.dll needs to be in your current working directory (same goes for the delegate/ example.) --sigbjorn ----- Original Message ----- From: Nuno Rodrigues To: hugs-users@haskell.org Sent: Wednesday, December 10, 2003 01:34 Subject: Haskkll for .net Hi, While trying to put some hakell code to function along with .net, I've stoped with a referencing problem. The problem is that, when I use the a reference to a dll of my one like in the CallIn.hs example, I get: InvokeStaticMethod: Type Print not found I've tried to put the dll in all searchable places, like the frameworks path, the env var path, and all other places, but the result is always the same, InvokeStaticMethod: Type Print not found. I would really much appreciate your help. Thanks. Nuno Rodrigues.
participants (2)
-
Nuno Rodrigues -
Sigbjorn Finne