Problem setting up Direct X for C++
- by Josh
I've downloaded Direct X SDK from the microsoft website but when I try to compile my code i'm getting this error:
Error 1 error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in function "void __cdecl initD3D(struct HWND__ *)" (?initD3D@@YAXPAUHWND__@@@Z) C:\Users\Josh\Desktop\Tutorial\Tutorial\Tutorial.obj Tutorial
…