Hi folks, I'm new on this list, and as all new people I refuse to read the archive before at least 20 people have yelled at me. ;-) Seriously though, I'm...
Tony L. Svanstrom
listmaster@...
Jul 17, 2000 2:52 pm
46
Hi folks, We (the UofA Poker research group) have just released a few useful java classes from Poki's source which others may find helpful in building poker...
Aaron Davidson
ajd@...
Aug 9, 2000 12:24 am
47
This looks very nice. Can we get it added to the pokersource.org archive?...
Jeffrey B. Siegal
jbs@...
Aug 9, 2000 6:15 am
52
I have done some work on the poker-eval package (and incorporated some of Brian's work) and decided to make a new release. Here's what's new: Added...
I have banned any member who has ever spammed the pokersource group - - both of them. If we continue to have a problem we may decide to require moderator...
David, I think I can help: 1. Your immediate problem stems from the Java layer not finding the ORO regex package installed. The 1.2.0 release doesn't do a...
Hi Folks, Does anyone know of Poker source code for Delphi??? I have found some poker source for Turbo Pascal (found on the internet) and I am considering...
Hi Michael, I have a JNI wrapper for Poker-eval. But I urgently need one for Omaha-evaluator. I was using a package probably written by u for Poker-eval which...
... gave ... the ... Arindam, You're probably right about the cause of the problem. When I added the draft JNI support, I only implemented it for unix-style ...
Hi, I'm having some trouble compiling libpoker.lib, on Windows, using the instructions in the README as distributed with poker-eval-src-121. Apologies if this...
Hi Lee, I have used the poker-eval-src-121 myself in windows. The output you had when running "nmake" from DOS is perfectly fine. This has already created the...
Hi Michael, Indeed I found the pokersource very helpful. Yup, I'm working in a project to develop poker games. It's interesting and challenging too. We have...
I need source code for java poker and a hand evaluator. If you could email me sites that have these or send code themselves it would be greatly appreciated,...
Is this what you're looking for? http://spaz.ca/aaron/poker/src/ ... -- Brian Edwards <brian at chrissyandbrian.com> Software that helped me send this...
Hi, I'm already using the source code provided by the University of Alberta. I'm currently developing multi-table tournament. Can anybody help me out with the...
I still need a source code for a hand evaluator for 5 card draw. I need this program built in java for windows...for those that sent me emails thanks but i...
The Windows (MSVC) version is broken. You can still build libpoker.lib and use it for some things but there are problems with some of the files. As noted in...
... This would be great. You're right that most pokersource users are on unix-like hosts, but part of the reason for that is the lack of Windows support in...
When trying to use Hand_EVAL_N in my Visual C++ 6.0 code, I get the following link errors: Linking... PokerGame.obj : error LNK2001: unresolved external symbol...
put libpoker.lib in the build path. Build the dll as a multithreaded dll. It should work. ... From: Nate McMurtray [mailto:nmcmurtray@...] Sent: Friday,...
Greetings, just found pokersource. I am hoping to use it with VC++. I have gotten the parts that are supposed to work to work, but havent done much yet....
Hi folks, I am trying to use the PokerSource eval package to enumerate and evaluate all the first 2 hole cards for texas holdem. The good news is I got it to...
... news ... feat). Great! As you know, the windows support isn't the best. If you made any generic changes that could help other people, you might consider...
I'm trying use the dll and lib file with visual c++. I copied both the dll and the lib file into my project directory, added the lib file to my project and...
Has anyone been able to get the Java part of this to work under Cygwin. Also if so did you have to do anything special or did it compile right away. My...
... part ... I haven't heard reports back from people working in Cygwin with Java. All my testing has been on various flavors of Linux. Can you give more...