I want to make a card game using C# and i found some APIs that give me access toward cards, but that APIs are for C++ that needed a wrapper. XNA framework have some way to access cards for a card game like cards.dll?
|
feedback
|
|
Here is an starter kit for a card game using XNA. | |||
|
feedback
|
|
You might want to redefine your question. XNA should give you everything you need in terms of accessing the graphics cards for what XNA is. Is there something specific XNA isn't giving you that you'd want to do with native code? | |||||
feedback
|
|
It depends. If you want to make that game for the PC, then you can make use of a C++ unmanaged API dll. But if you want to make that game for either the Xbox 360 or Windows Phone 7, then you won't be able to. | |||
|
feedback
|
cards.dlldoesn't mean that you're supposed to. It's completely unsupported. Go with Neil's answer. – Andrew Russell Mar 28 '11 at 8:35