Advertisement

Could you help me with this link error?

Started by April 23, 2001 10:13 PM
1 comment, last by QBRADQ 23 years, 9 months ago
WinGameMain.obj : error LNK2001: unresolved external symbol _DirectDrawCreateEx@16 and the line of code generating this error is: DirectDrawCreateEx(NULL, (VOID**)&lpDirectDraw7, IID_IDirectDraw7, NULL); Any ideas on how to clear this up? Using MS VC++ 6.0 BTW
Tell him about the twinky...
It looks like you haven''t linked against ddraw.lib (and remember to link against dxguid.lib too).
Advertisement
Thanks for the response!
Tell him about the twinky...

This topic is closed to new replies.

Advertisement