Re: I am going to implement cards.dll

2003-07-23 Thread Stefan Leichter
On Tuesday 22 July 2003 04:43, Jonathan Wilson wrote: > > Does anyone have any other versions, especially other 16 bit versions? > I have a cards.dll size 158180. If i remeber correctly it came with the win32 extension of win3.1 . The output of winedump of the dll is attached. Hope it is useful

Re: I am going to implement cards.dll

2003-07-22 Thread Vincent Béron
Le mar 22/07/2003 à 19:36, Dimitrie O. Paun a écrit : > On July 22, 2003 04:42 pm, Brian Vincent (C) wrote: > > Sure... how many "decks" would you like? > > Can we get a "babes" deck as well? :) > > And penguin one! You can grab all sorts of penguins from: > http://old.lwn.net/Gallery/ And

Re: I am going to implement cards.dll

2003-07-22 Thread Troy Rollo
On Wed, 23 Jul 2003 09:36, Dimitrie O. Paun wrote: > Can we get a "babes" deck as well? :) > > And penguin one! You can grab all sorts of penguins from: There's also a set of card images used by Aisleriot (the Gnome solitaire game) that look better than the jfitz ones, although they might be GPL

Re: I am going to implement cards.dll

2003-07-22 Thread Dimitrie O. Paun
On July 22, 2003 04:42 pm, Brian Vincent (C) wrote: > Sure... how many "decks" would you like? Can we get a "babes" deck as well? :) And penguin one! You can grab all sorts of penguins from: http://old.lwn.net/Gallery/ ;) -- Dimi.

Re: I am going to implement cards.dll

2003-07-22 Thread Brian Vincent (C)
Title: Re: I am going to implement cards.dll > BTW, I am going to use the cards from http://www.jfitz.com/cards/index.html. > As for the backs, anyone want to draw some? :) Sure... how many "decks" would you like?  Would you like them to be the same size as the ones on th

Re: I am going to implement cards.dll

2003-07-22 Thread Jeff Smith
--- Jonathan Wilson <[EMAIL PROTECTED]> wrote: > Also, I am trying to catalog all the different versions of cards.dll that > are out there. (in an attempt to catalog all the differences) > I personally have: > 1.cards.dll from Windows XP, size 359,936 version 5.1.2600.0. This one is a > 32 bit ve

Re: I am going to implement cards.dll (idea for handling the thunks stuff)

2003-07-22 Thread Dimitrie O. Paun
On July 22, 2003 02:10 am, Jonathan Wilson wrote: > Although, I dont know if that would be a proper way to do it. Anyhow, I > need some advice from the gurus on how best to handle this... Don't worry about the 16bit one for now, just do the 32bit one, as in XP. -- Dimi.

Re: I am going to implement cards.dll (idea for handling the thunksstuff)

2003-07-21 Thread Jonathan Wilson
Well basicly, the function names are the same in both the 16 bit dll and the 32 bit dll but one is 16 bit code and one is 32 bit code. The 16 bit version is loaded by LoadLibrary16 Probobly the best way to implement this is to make a cards.dll so that if its loaded by a 16 bit app or loaded via L

I am going to implement cards.dll

2003-07-21 Thread Jonathan Wilson
As I said in my other message "Its not only used by the MS card games but others as well. Its been reverse engineered by some people and also at some point MS released an "official" SDK for it (at http://www.microsoft.com/mind/0396/games.asp ) so if we dont clone it, people cant play non-ms gam