--- Begin Message ---
Hi Johan

On Thursday 30 August 2007 18:04, you wrote:
> Eric <[EMAIL PROTECTED]> writes:
> > Hi
> > I managed to compile pokersource on windows.
>
> Hi sorry for the response delay.
>
> > 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?
>
> No, these are totally unrelated library, instead you need to get
> poker-eval compiled for windows to produce poker-eval.dll:
>
> Give poker-eval.sln a try (located in trunk/poker-eval directory) if
> you own a copy of visual studio.

Visual Studio auto upgraded the .sln project file from 2003 to VS 2005. 
It might have changed a few things.

I had to modify the Project Properties to produce the poker-eval.dll

If I copy that .dll into the csharp directory I now get the error:
The application has failed to start because MSCVR80D.dll was not found.

>
> Or try autoconf/automake style compilation if you're a mingw/cygwin user.
> autoreconf --install
> ./configure
> make
>
> I can be able to provide you a NSI installer including the compiled
> library, if you need to.
Do you mean a .msi? The reason I ask is because there is a poker-eval.nsi file 
in the pokersource distribution and my system doesn't recognize it.

If you can provide a .msi that would be great.


Thanks,
Eric

>
> Hope that helps.


--- End Message ---

-- 
bou ^
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to