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 150 - 179 of 355   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
150
I was able to build libpoker.lib and the corresponding dll without any troubles, however, trying to use it is another story: Linking... mkmkm.obj : error...
Joey Abrams
slcjoey2k5
Offline Send Email
Feb 14, 2005
11:30 am
151
Has anyone wrapped the library in Python, or is there anyone out there interested in collaborating on such an effort?...
andywocky
Offline Send Email
Feb 21, 2005
10:07 pm
152
... Check out this package: http://cvs.sourceforge.net/viewcvs.py/pokersource/pypoker-eval/ http://packages.qa.debian.org/p/pypoker-eval.html Loic Dachary...
Michael Maurer
mjmaurer
Offline Send Email
Feb 22, 2005
6:17 am
153
... It is available at: http://sourceforge.net/project/showfiles.php?group_id=13546&package_id=134877 but it is *not* a wrapper. Rather it is a high level...
Loic Dachary
alebeon
Offline Send Email
Feb 22, 2005
11:49 am
154
Thanks for the pointer. I downloaded, but it's not clear to me what I need to do to build/install for a Windows machine. I have already built libpoker.lib...
andywocky
Offline Send Email
Mar 6, 2005
10:01 pm
155
... Sorry, I cannot. I only use GNU/Linux. -- Donate to FSF France online : http://rate.affero.net/fsffrance/ Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33...
Loic Dachary
alebeon
Offline Send Email
Mar 7, 2005
9:14 am
156
This does appear to be a bug. ... From: Loic Dachary To: pokersource@yahoogroups.com Sent: Monday, March 07, 2005 9:13 AM Subject: [personal] Re: [pokersource]...
Nick Wilton
nickw_home
Offline Send Email
Mar 7, 2005
6:19 pm
157
Let me clarify that before I look too silly. Yes Yan's problem appears to be a bug. I have not yet had the chance to mess around with Python on windows. Sorry...
Nick Wilton
nickw_home
Offline Send Email
Mar 7, 2005
6:24 pm
158
Hopefully you (someone) can at least help me get started in the right direction. Please bear with me, here, as I'm a non-unix, python newbie. Problem 1:...
andywocky
Offline Send Email
Mar 7, 2005
8:06 pm
159
... This is correct. The others are for building the whole and packaging it properly. ... No. You are welcome to provide something based on it. It would not...
Loic Dachary
alebeon
Offline Send Email
Mar 7, 2005
8:51 pm
160
Loic, I am building pypokereval on Win32 with the Microsoft Optimizing Compiler 2003. I have my development environment up, and can successfully build python...
andywocky
Offline Send Email
Mar 9, 2005
5:14 am
161
... Note that you must generate tables before compiling. I can't remember if this specific problem is related to table generation. ./mktab_basic ./mktab_joker ...
Loic Dachary
alebeon
Offline Send Email
Mar 9, 2005
8:48 am
162
Hmmm... doesn't a successful compile to produce libpoker.lib imply that the tables were made? I think I am just having problems right now with C-compilation....
andywocky
Offline Send Email
Mar 10, 2005
4:19 am
163
Nick, Did you ever get a chance to make the "howto?" I can compile the libs on windows, but not the examples or tests!? Working with 125.0. Thanks! Andy ... ...
andywocky
Offline Send Email
Mar 10, 2005
4:48 am
164
... I know for sure that it works on your operating system. I'm unable to write a howto because I don't have such a system myself. It does not help much but I...
Loic Dachary
alebeon
Offline Send Email
Mar 10, 2005
9:05 am
165
This function is not exported in libpoker.dll. Fix by inserting a line in "deck_std.h" near L220: extern POKEREVAL_EXPORT int StdDeck_maskToCards(void...
andywocky
Offline Send Email
Mar 18, 2005
7:40 pm
166
... I don't quite understand. I took a look and StdDeck_maskToCards is not in deck_std.h. Which version are you using ? -- Donate to FSF France online :...
Loic Dachary
alebeon
Offline Send Email
Mar 20, 2005
10:18 am
167
Loic, You are correct. Recall the thread topic: I was not able to compile pypokereval.c (pypoker-125.0) on Win32 because the function StdDeck_maskToCards...
andywocky
Offline Send Email
Mar 21, 2005
4:48 am
168
... Note that you are supposed to access this function thru a structure that contains a pointer to it, not directly. -- Donate to FSF France online :...
Loic Dachary
alebeon
Offline Send Email
Mar 21, 2005
9:02 am
169
Anyone know how to make pokereval usable in VB.Net? I was able to compile a .dll, but I could not use it. Any help would be great. Aaron...
nyjets22
Offline Send Email
Mar 30, 2005
2:29 am
170
Hi, I am about to release a python based poker engine. It has been part of a larger project so far and you can read the sources at ...
Loic Dachary
alebeon
Offline Send Email
Apr 28, 2005
8:21 am
171
Hi, You will find the first standalone release of the poker engine in the pokersource CVS at http://cvs.sourceforge.net/viewcvs.py/pokersource/poker-engine/ I...
Loic Dachary
alebeon
Offline Send Email
Apr 28, 2005
2:33 pm
172
Hi, I am in the process of packaging a poker server and the corresponding client library. It is based on the poker-engine published yesterday. It is written in...
Loic Dachary
alebeon
Offline Send Email
Apr 29, 2005
11:30 am
173
Hi there, I take the whole day seeing the magnify work of the code to evaluate the hands (PokerEval). I have read almost everything and attempted to understand...
siebel_com
Offline Send Email
May 9, 2005
3:00 am
174
Hi Seibel I read your post with interest, but immediately felt that i should play devils advocate for a minute. Consider what would happen if the project...
davidr1ch
Offline Send Email
May 9, 2005
10:52 pm
175
Hello - I would like to learn how to develop a program like yours. May I see your code? siebel_com <siebel_com@...> wrote:Hi there, I take the whole day...
antonin scalia
glennbloom2003
Offline Send Email
May 17, 2005
3:35 am
176
You can see the open code of GoldBulllion here: http://www.cbloom.com/poker/GoldBullion.html antonin scalia <glennbloom2003@...> wrote: Hello - I would...
siebel_com
Offline Send Email
May 17, 2005
11:19 am
177
Hey group! First, thanx for making this! It opens up all kinds of possibilities, for the programming challenged among us =) On the small job?... I have made a...
gregkillam
Offline Send Email
May 18, 2005
6:57 pm
178
... I would very much like to turn GoldBullion into a library. In the poker server/client I write ...
Loic Dachary
alebeon
Offline Send Email
May 20, 2005
7:35 am
179
... Hi, I may be willing to work with you on this. I am under the impression that the cgi-script (php or whatever) is simply a way for you (or anyone) to run...
Loic Dachary
alebeon
Offline Send Email
May 20, 2005
8:43 am
Messages 150 - 179 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