Displaying 2 results from an estimated 2 matches for "pokerroom".
2005 Mar 28
0
PokeRoom.com ?
Hi,
Has anyone managed to install the windows version of the PokeRoom.com
software in wine? I can install, but when I try to run it I get:
>wine StartPokerRoom.exe
fixme:actctx:CreateActCtxW stub!
It still looks as it is working, since it tries to check for updates
and then a plash screen shows up, showing which modules are being
loaded. Then, when loading the game statistics module, it freezes and
pops a message:
Microsoft Visual C++ Runtime Library...
2006 Apr 25
2
DateTime format YYYY-MM-DDTHH:MM:SSZ ????
Hi all -
Implementing my first web service with rails and trying things out using
the "/controller/invoke" interface. Mostly works fine.
But I have a function that takes a datetime and returns all rows that are
newer than that. According to the log the SQL it''s generating is this:
SELECT * FROM xxxx WHERE (created_at >= ''2006-04-25T13:18:31Z'')
I have