Advertisement

unresolved external symbol _Direct3DCreate8@4

Started by June 30, 2002 12:40 PM
2 comments, last by Mullvad 22 years, 8 months ago
I got this error after I had write after one of the examples from the book game programing all in one, Compiling... main.cpp Linking... main.obj : error LNK2001: unresolved external symbol _Direct3DCreate8@4 Debug/blue window.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. blue window.exe - 2 error(s), 0 warning(s) What should I do to make it work and what is wrong??? I am using Visual c++ 6.0 and DirectX8.1 SDK please help me!! Mullvad
Mullvad
Did you link all of the necessary libraries? The direct3d libraries + dxguid.lib?
Advertisement
Cross posting is bad...
Arguing on the internet is like running in the Special Olympics: Even if you win, you're still retarded.[How To Ask Questions|STL Programmer's Guide|Bjarne FAQ|C++ FAQ Lite|C++ Reference|MSDN]
I have fixet it
Mullvad

This topic is closed to new replies.

Advertisement