So, I'm having another problem this time...
I'm on Windows 7 x 64, working with VC++ 2008 Express
I've been working on this DX10 tutorial up to this point where I tried to build my project and got this :
error LNK2019: unresolved external symbol _D3D10CreateDeviceAndSwapChain@32 referenced in function "void __cdecl initD3D(struct HWND__ *)" (?initD3D@@YAXPAUHWND__@@@Z)
I don't really know what's going on. I've added the .lib and header files under Project->Linker Dependencies and Project and Solutions->VC++ Directories (where I added library files for x64 and header files) but still nothing.
Please shed your light onto this. I'm so frustrated!