Good morning! I too am having problems compiling with gcc under cygwin. But above that, I'm concerned about my concept as a whole... What I want to do is...
There is none. So even if I got it to compile and squeeze into my JAR, the method would not be supported. Which is probably why I got the error "Method not...
Among other card games, Texas Hold'em is highly predisposed to probability-based strategies, because the difference between odds for own hand and odds for...
I'm having an issue with compiling libpoker into my app. I'm trying to use the eval.c example to just evaluate a hand with the 2 hold cards and 5 community...
Hi. At Brian Goetz's request, I updated the poker-eval library in CVS with new config.sub and config.guess files. I'm hoping to improve the configure script...
Hey all I'm getting a segfault problem now. I tried to put in the eval.c sample into my app with some changes and it processes find but then the next call to...
Hi all, I'm new the group -- found it on SourceForge. I'm working on a little poker project in .NET, and tried to compile the source with the VC++.NET compiler...
I have recently bought two books: "Texas Hold'em Odds" and "Probability Guide of Gambling", by same author. As described in previous reviews on Amazon, there...
Clever spammer, but you have to do more than just look for the word "poker" in the group name to be relevant. Why are you and your books relevant to...
Charles Haynes
haynes@...
Sep 27, 2004 3:49 pm
102
Hi, I'm new to this group, and I have been trying to compile the poker-eval dll. Because I'm using Windows 2000 I have downloaded the newest cygwin version. ...
In case anybody is interested: The problem was in the evx_generate.c file. fstat returns a filesize of the file evx_preamble.cfrag which equals the filesize...
Hello everyone. I'm new to the group, but I notice a number of people with problems building the library for win32. If people wish, I can provide a short 'How...
... short ... Nick, It would be great if you contributed your knowledge. Can you post a short HowTo to this discussion group, and then let's talk by private...
I have downloaded the source from http://packages.qa.debian.org/p/poker-eval.html and tried to compile this in cygwin. ./configure runs fine, as far as I can...
I'm curious if there's any more information available about this? I haven't seen any new posts, but was wondering if the files / code might be available...
How To - Build libpoker using MS VC++ 7 ====================================== Download: poker-eval-src-121.tar.gz poker-eval-124.0.tar.gz Decompress version...
One further addition that I forgot about: Edit: include\enumerate.h ====================================== @L762 - _c = random() % deck##_N_CARDS; \ +...
I followed your instructions, but I could not get it to work. Please help!!! Here is what I am getting: cl -O1 -nologo -DNDEBUG -MD -DMSDOS -I../include -c ...
There is a slight error in my pseudo-diff file. Do not delete the 'else' @ line 47 in pokereval_export.h The result *should* compile using the correct random...
Now I get a different error: C:\pokereval\lib>nmake -f makefile.dos Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft...
Hi I've also followed these instructions and found the same thing errors. I have played with pokereval_export.h, trying combinations of ifs and elses pretty...
Hi Dave, Yours is a different issue. Looks like you are trying to compile the poker-eval-src-121 version. In Loic's 1.24 version, he decorates his code...
Hi Thanks for you quick reply I have taken 1.21 an 1.24 from sourceforge an copied 124 over 121. Then, making the changes you have recommended (and trying to...
No, I'm using those 2 versions from sourceforge also and don't worry about being a C# guy because I am one too ;) To me, it looks like you are either missing...
I do have both of the files mentioned and the code listed is already in the enumord.h file. I worked on it for about 6 hours today, but still have had no...
Hi people, I've not followed this thread because of the subject (I know nothing about windows) and because of the HTML formating (my mailer is not an HTML...
Hey After the help here and some fiddling, managed to get it working. 124 is missing: lib/makefile.dos lib/md5.c include/makefile.dos include/md5.h I could get...