rate up
2
rate down
Getting compiler error when trying to compile code from directx 12 tutorial #3
Hi I been having some trouble getting the code example to work. When i try to compile the following: IDXGIFactory4* dxgiFactory; hr = CreateDXGIFactory1(IID_PPV_ARGS(&dxgiFactory)); I get this compiler error Error LNK2019 unresolved external symbol CreateDXGIFactory1 referenced in function "private: bool __cdecl GraphicsManager::InitD3D(void)" (?InitD3D@GraphicsManager@@AEAA_NXZ) GraphicsManager.obj 1 The error only occurs when compiling in 64 bits Let me know if there is any additional information that might help, and i will try to provide them
Chosen Answer
rate up
3
rate down
this is a linker error, see if you had sett up correctly libraries for x64 platform :)
Comments
I had not, thanks for the response
on Apr 10 `16
sumsar
Sign in to answer!