Hi I managed to compile pokersource on windows. I went into the csharp directory and compiled the files using Mono's mcs on windows, removing the Test.cs file from the Makefile.
This compiled ok, but if I tried to run a modified version of Test.cs linked to PokerEval.Enum.Dll, I get the error: Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'poker-eval' I notice there is no poker-eval.dll file. There is a libpoker.dll and libpoker.lib files Do I need to replace the DllImport statements in API.cs? What I am looking to do, which I am not even clear on if I can do this with pokersource is calculate equities versus hand ranges pokerstove style. Thanks Eric On Monday 27 August 2007 07:51, you wrote: > Hi, > > I got your message on irc.freenode.net#pokersource > starting by: > > Unhandled Exception: System.DllNotFoundException: Unable to > load DLL 'poker-eval > > Could you please post the entire error message to the list ? > Johan Euphrosine <[EMAIL PROTECTED]> the author of the C# binding > is listening and might be able to help you. He is back from japan > tomorrow : give him a day or two to catch up his mail ;-) > > Cheers, _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
