Linking...
main.obj : error LNK2001: unresolved external symbol _IID_IDirectDraw4
Debug/scroll3.exe : fatal error LNK1120: 1 unresolved externals
IID_IDirectDraw4 error
I tested to put the include path of directx first and then I get another error:
December 30, 1999 07:43 AM
you have to link to the directx libraries.
in visual c++ its in project->settings->link
add ddraw.lib and probably dxguid.lib in the object/lib modules list
in visual c++ its in project->settings->link
add ddraw.lib and probably dxguid.lib in the object/lib modules list
I'm getting a error from the compiler from this code:
lpdd->QueryInterface(IID_IDirectDraw4,(LPVOID *)&lpdd4)
error:
error C2065: 'IID_IDirectDraw4' : undeclared identifier
What have I forgot to do?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement