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...
Show off your group to the world. Share a photo of your group with us.

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 102 - 131 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
121
Hi! I'm new to this group, but to be sure that I don't ask questions for which there already are answers; I've read all previous posts. I use Visual Studio...
mrkstrmmrtn
Offline Send Email
Nov 26, 2004
12:58 pm
122
What exactly is the second argument in Hand_EVAL_N ? Thanks, Balazs...
jomagam
Online Now Send Email
Nov 29, 2004
2:43 pm
123
... It is the number of nonzero bits present in the first argument, which is the number of cards in the hand to be evaluated. The value is redundant and could...
Michael Maurer
mjmaurer
Offline Send Email
Nov 29, 2004
6:32 pm
124
Group, I am a programmer and math major, but fairly newbie in poker. Send me a message if you have complementing skills and you are interested in doing some...
Rauznitz Balazs
jomagam
Online Now Send Email
Nov 29, 2004
11:03 pm
125
... Poker-eval is desperately needing a more flexible architecture. Although it implements the most well known poker variants fairly well, it is not convenient...
Loic Dachary
alebeon
Offline Send Email
Nov 30, 2004
9:18 am
126
Can someone give me a hand with this? Here is what I'm getting for an error message. % ./configure --with-mac-target=darwin --with-fink ... % make Making all...
danieljames1388
Offline Send Email
Nov 30, 2004
5:27 pm
127
Is there a macro or subroutine that maps a hand with two cards to something that's the equivalentof it in human language for a hold'em starting hand ? "5h 5c"...
jomagam
Online Now Send Email
Dec 1, 2004
1:37 am
128
... hold'em ... The pokersource C layer does not have functions for this, but the Java layer has something along these lines. The class HoldemCanonGroup...
Michael Maurer
mjmaurer
Offline Send Email
Dec 1, 2004
5:06 pm
129
... How about this for a design: unsigned char holdemcanonid(CardMask delt_hand); would convert a hand with two cards to a number between 0 and 168 char*...
Rauznitz Balazs
jomagam
Online Now Send Email
Dec 1, 2004
6:48 pm
130
I always hold pre-flop hand types in a 13 x 13 array, indexed by rank Ace down to Deuce. The main diagonal are pairs, upper right are suited hands, lower left...
Darse Billings
rayzor04
Offline Send Email
Dec 1, 2004
7:14 pm
131
... I should state the obvious, for sake of clarity: the double index conveys the hand type. With index[i,j] (range 0..12), pairs have i=j, suited hands i>j,...
Darse Billings
rayzor04
Offline Send Email
Dec 1, 2004
7:23 pm
Messages 102 - 131 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