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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 91 - 120 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
110
One further addition that I forgot about: Edit: include\enumerate.h ====================================== @L762 - _c = random() % deck##_N_CARDS; \ +...
nickw_home
Offline Send Email
Nov 13, 2004
12:20 am
111
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 ...
nyjets22
Offline Send Email
Nov 21, 2004
1:51 am
112
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...
Nick Wilton
nickw_home
Offline Send Email
Nov 21, 2004
10:41 pm
113
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...
nyjets22
Offline Send Email
Nov 22, 2004
1:21 am
114
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...
davidr1ch
Offline Send Email
Nov 22, 2004
9:18 pm
115
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...
Nick Wilton
nickw_home
Offline Send Email
Nov 22, 2004
9:58 pm
116
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...
davidr1ch
Offline Send Email
Nov 23, 2004
12:15 am
117
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...
Nick Wilton
nickw_home
Offline Send Email
Nov 23, 2004
7:52 am
118
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...
nyjets22
Offline Send Email
Nov 24, 2004
1:24 am
119
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...
Loic Dachary
alebeon
Offline Send Email
Nov 24, 2004
8:44 am
120
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...
davidr1ch
Offline Send Email
Nov 24, 2004
12:38 pm
Messages 91 - 120 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