I am trying to write a video poker game in MFC for my windows programming class. I would like to use the cards.dll file in windows so I dont have to draw all the cards and stuff.
I already have cards.dll (32 bit) with my OS of course. I also have the header file with the function prototypes and #defines for the 4 cards.dll functions. I used instructions i got off the web to make a library file from the cards.dll and linked it up to the project settings. When i try to call the cards.dll functions i get a link error saying i have unresolved externals for the called cards.dll functions. I have tried everything, still get the same error!!!!
here is what i am using to make the cards.lib file: