Trouble with VC++
Hi all. I''m having a problem using VC++. Following the examples and instructions in Tricks of Windows Game Programming Gurus, I though I had my compiler ready to compile Directx programs. My source file compiles ok but i get this message when it tries to link:
console.obj : error LNK2001: unresolved external symbol _IID_IDirectDraw4
Can someone tell me what''s going on?
"When your life reaches zero, the game is over. There are no continues, my friend."
-Revolver Ocelot, Metal Gear Solid
"When your life reaches zero, the game is over. There are no continues, my friend." -Revolver Ocelot, Metal Gear Solid
Link with dxguid.lib and everything will (probably) compile fine.
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
Try to link dxguid.lib
(Someone always types faster than me...)
Edited by - BitMaster on August 27, 2000 12:24:57 PM
(Someone always types faster than me...)
Edited by - BitMaster on August 27, 2000 12:24:57 PM
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement