VC6 Linking problem
I have problem when build my program with Direct Input,
the compiler output:
general.obj : error LNK2001: unresolved external symbol _GUID_SysMouse
dinput.lib(dilib1.obj) : error LNK2001: unresolved external symbol _GUID_ZAxis
dinput.lib(dilib1.obj) : error LNK2001: unresolved external symbol _GUID_YAxis
dinput.lib(dilib1.obj) : error LNK2001: unresolved external symbol _GUID_XAxis
Debug/Game.exe : fatal error LNK1120: 4 unresolved externals
however,I have already include the dinput.lib and dinput.h
and my DirectDraw code works well.
Could anyone tell me what''s wrong?
Ben
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement