I am having major issues with my DirectX10 frame work code.
The code stops in the D3D10CreateDeviceAndSwapChain() function on the ID3D10Device argument and outputs:
pD3DDevice CXX0017: Error: symbol "" not found
I am getting this on almost everything, my error handler, pSwapChain, pDepthStencilView etc. etc.
My code is structuered as: dxGeometry -> dxD3D -> dxSystem -> winMain
Here is my code: dxD3D.h, dxSystem.h.
Thanks for the help, this has been a problem for the last two days, I've tried almost everything, but I am unable to see a solution.