G
Guest
Hi, guys.
In the Compact Framework, is there an easy way to create a resource dll
similar to pegcards.dll? How would you go about doing that? The only
tutorials I've been able to find involve localization string resources in an
ASP.NET or desktop application.
I'm trying to develop a playing card library in the CF similar to a desktop
card game library I found on Code Project. However, I haven't had any luck
finding information on pegcards.dll. The only thing I've been able to find is
at http://www.dotnet247.com/247reference/msgs/37/188527.aspx, which seems to
say that pegcards.dll only contains the images to the cards, and no publicly
available functions. So, I'm looking for a way to create my own resource dll
file to contain custom card images and the code to draw those images onto a
form.
Any help/tutorials you could point me toward would be greatly appreciated.
I'd like to keep the solutions to managed code as much as possible, as I
don't know C/C++ very well at all. Thanks! =)
Flynn
In the Compact Framework, is there an easy way to create a resource dll
similar to pegcards.dll? How would you go about doing that? The only
tutorials I've been able to find involve localization string resources in an
ASP.NET or desktop application.
I'm trying to develop a playing card library in the CF similar to a desktop
card game library I found on Code Project. However, I haven't had any luck
finding information on pegcards.dll. The only thing I've been able to find is
at http://www.dotnet247.com/247reference/msgs/37/188527.aspx, which seems to
say that pegcards.dll only contains the images to the cards, and no publicly
available functions. So, I'm looking for a way to create my own resource dll
file to contain custom card images and the code to draw those images onto a
form.
Any help/tutorials you could point me toward would be greatly appreciated.
I'd like to keep the solutions to managed code as much as possible, as I
don't know C/C++ very well at all. Thanks! =)
Flynn