Search the web
Sign In
New User? Sign Up
pokersource · Poker Source
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 68 - 99 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
68
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...
Lee
leebulmer
Offline Send Email
Nov 1, 2003
6:35 am
69
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...
Arindam Mitra
bumba1979
Offline Send Email
Nov 1, 2003
6:46 am
70
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...
arindam.mitra@...
bumba1979
Offline Send Email
Dec 11, 2003
8:42 pm
71
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,...
Alex Shaum
binary_01000001
Offline Send Email
Dec 18, 2003
10:42 pm
72
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...
brian@...
bmedwar
Offline Send Email
Dec 19, 2003
2:34 pm
73
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...
arindam.mitra@...
bumba1979
Offline Send Email
Dec 21, 2003
9:53 am
74
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...
binary_01000001
Offline Send Email
Jan 9, 2004
9:37 pm
75
... You're welcome. -- Charles...
Charles Haynes
haynes@...
Send Email
Jan 9, 2004
10:54 pm
76
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...
dr_zukhar
Offline Send Email
Jan 17, 2004
7:37 pm
77
... 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...
Michael Maurer
mjmaurer
Offline Send Email
Jan 18, 2004
5:55 pm
80
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...
Nate McMurtray
nmcmurtr
Offline Send Email
Feb 27, 2004
2:22 am
81
put libpoker.lib in the build path. Build the dll as a multithreaded dll. It should work. ... From: Nate McMurtray [mailto:nmcmurtray@...] Sent: Friday,...
arindam.mitra@...
bumba1979
Offline Send Email
Feb 28, 2004
2:26 pm
82
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....
Ronald Legere
rjljr2
Offline Send Email
Feb 28, 2004
7:48 pm
83
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...
scottsen72
Offline Send Email
Mar 2, 2004
5:55 pm
84
... 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...
Michael Maurer
mjmaurer
Offline Send Email
Mar 4, 2004
8:36 am
85
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...
Nate McMurtray
nmcmurtr
Offline Send Email
Mar 6, 2004
3:59 am
86
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...
jumpanrun
Offline Send Email
Mar 27, 2004
12:55 am
87
... 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...
Michael Maurer
mjmaurer
Offline Send Email
Mar 27, 2004
8:20 am
88
Hello! My name is Catalin Barboianu, mathematician, Probability&Mathematical Statistics specialist, author of "Probability Guide of Gambling"...
infarom e-marketing
catalinuzzu
Offline Send Email
May 8, 2004
7:45 am
89
Hello My name is David Sprenkle and I am actively working on computer ai for playing poker. I would be very interested in your work. At this point I am not...
David Sprenkle
jumpanrun
Offline Send Email
May 27, 2004
4:49 am
90
Damn sorry for the spam, i hate when i respond to a email before checking to see if it goes to a grup....
jumpanrun
Offline Send Email
May 27, 2004
4:54 am
91
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...
Fredo
joecacti
Offline Send Email
Jun 23, 2004
3:07 pm
92
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...
Fredo
joecacti
Offline Send Email
Jun 23, 2004
3:17 pm
93
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...
Catalin
catalinuzzu
Offline Send Email
Jul 8, 2004
7:09 pm
94
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...
mzupan21
Offline Send Email
Aug 18, 2004
11:25 am
95
What is happening is that you have to include one of the *deck include files which will define the Deck_ macros....
Brian Goetz
briangoetz
Offline Send Email
Aug 23, 2004
4:59 pm
96
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...
Tim Showalter
ts4z
Offline Send Email
Aug 25, 2004
5:44 am
97
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...
mzupan21
Offline Send Email
Aug 31, 2004
2:57 pm
98
... [...] ... HandVal_toString assumes that there is already space backing its second argument. If you 'str = malloc(REASONABLE_NUMBER);' or 'char...
Michael Hunter
muck_nutz
Offline Send Email
Aug 31, 2004
6:16 pm
99
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...
monsieurjeannorbert
monsieurjean...
Offline Send Email
Aug 31, 2004
6:39 pm
Messages 68 - 99 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help