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 80 - 109 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
100
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...
catalinuzzu
Offline Send Email
Sep 27, 2004
12:28 pm
101
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@...
Send Email
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. ...
Misja Alma
misja111
Offline Send Email
Oct 15, 2004
3:15 pm
103
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...
misja111
Offline Send Email
Oct 22, 2004
4:03 pm
104
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...
nickw_home
Offline Send Email
Oct 27, 2004
5:15 pm
105
... Hi Nick, Thanks for your support, but I succeeded already in building the library. I now use Visual Studio .. Regards, Misja...
misja111
Offline Send Email
Oct 29, 2004
2:57 pm
106
... 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...
Michael Maurer
mjmaurer
Online Now Send Email
Oct 29, 2004
3:55 pm
107
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...
Micke Hovmöller
mhovm1
Offline Send Email
Nov 5, 2004
8:56 am
108
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...
monsieurjeannorbert@...
monsieurjean...
Offline Send Email
Nov 5, 2004
3:07 pm
109
How To - Build libpoker using MS VC++ 7 ====================================== Download: poker-eval-src-121.tar.gz poker-eval-124.0.tar.gz Decompress version...
nickw_home
Offline Send Email
Nov 13, 2004
12:15 am
Messages 80 - 109 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