Hi to all my poker chums who have been patient and understanding in these difficult times? The website is now up and ready for testing. Have had a look around...
I have downloaded pokersource using Cygwin. I would like to build and test pypoker-eval and eventually try to build a Windows version of poker-network and...
Just had some time from poker because there was a big race meeting and I wanted to spend some time doing other stuff. Had a nice little touch on Aiden...
I am looking to integrate a hand evaluator into my current poker software. A lot of the actions of my poker player were essentially hardcoded for the final...
Hello pokersource people, There is another email list dedicated to discussion about the pokersource libraries: https://mail.gna.org/listinfo/pokersource-users/...
Is it possible to use Keith Rules C# evaluator for multi-way match-ups? I haven't succeeded to get it working, and I don't know why. Maybe you can? The results...
I am looking for someone who can build a SIMPLE Java standalone applet that uses poker-engine and poker-eval. I am willing to pay for the app. This donsnt need...
Hi, I am interested in a program which optimally solves the wager works casino game of Texas Hold'em shoot out, I am also interested in the variance but not as...
There is a fascinating thread on 2+2 about building the next generation of poker hand evaluators. Several posters have reported 7-card hand eval rates well...
... There is none. ... If you could read python that would help. Check http://gna.org/projects/pokersource/ source tree. All file with packet in the name...
Hello, I've been searching the web for some specificanion of the poker-network protocol, but I've found none. I would like to write my own client and thus I...
Hi Again, I am all set now with everything compilable and working - but for the life of me I cant come up with the simple code required to send pokenum hard...
Hi, I have been trying to compile the poker-eval-133.0, using the included poker-eval.vcproj file - VC++ converts it ok to a VC8++ project but when I try to...
Hi all, first thanks to put this librarie avaible. It looks great for what i understood by looking at the example. The code seems really efficient and fast. ...
I know that I can compute the pot odds multiway when I define the exact hand of each player. Can I compute the odds also if I don't define the suits? Example...
A fellow on 2+2 noticed a bug in the poker-eval razz evaluator. It turns out this is a "known bug", but thought I'd post this here for the record. The...
... That would be great. ... IMHO, the best and most popular subject to write about would be "HOWTO make a poker odd calculator with poker-eval ?" This is by ...
Hi all, I'm doing an MSc Computer Science degree and for my project I'm writng a poker-playing program. I've got the python versions of pokereval and...
I can't solve the following error: code: int main(int argc, char *argv[]) { int c; char cards[50] = ""; StdDeck_CardMask PlayerCards, OpponentCards,...
Hello, Please help. Can one send me a pypokereval.dll for to be able to work with the Python's pypoker-eval on Windows? Thank you in advance. Best Regards, ...
I compiled the poker-eval v129.0 library using the visual studio command promp with nmake -f makefile.dos and that seems to work fine, the only thing that...
Hello, I was wondering if somebody could point me in the right direction towards getting a php page to get the results from pokernum to get odds. I actually...
... I think I know why it hangs. Could you please the full source code so that I can recompile on my machine and figure out the error ? Cheers, -- Loic...
Hi, I am using a windows platform. All builds and links successfully. I am using the EnumExhaustive function. When my routine enters EnumExhaustive, my program...
Is there an experienced Poker player out there, who'd be interested in some poker simulations ? I did a bunch of them already with the C Poker-eval package as...
Had a question about bots I see for sale on Ebay for 5-10$. Most sellers have very positive feedback including statements like "it really works". Does any one...
Hello, and I'm stumped... I have downloaded three packages from Sourceforge. Poker-engine 1.0.9 Poker-eval 128 Poker-network 1.0.11 I have also downloaded...