unresolved external symbol _D3D10CreateDeviceAndSwapChain@32 referenced in function "public: bool
- by numerical25
Having trouble creating my swap chain. I receive the following error.
DX3dApp.obj : error LNK2019: unresolved external symbol _D3D10CreateDeviceAndSwapChain@32 referenced in function "public: bool __thiscall DX3dApp::InitDirect3D(void)" (?InitDirect3D@DX3dApp@@QAE_NXZ)
Below is the code ive done so far.
#include "DX3dApp.h"
bool…