HyoJInNam / Project1

graduProject
0 stars 0 forks source link

D3DX11CompileFromFile #2

Open HyoJInNam opened 5 years ago

HyoJInNam commented 5 years ago

https://docs.microsoft.com/en-us/windows/win32/direct3d11/d3dx11compilefromfile

msdn 에 따르면 D3DCompileFromFile 을 사용하라함.

include

pragma comment(lib, "d3dcompiler.lib")

추가

HyoJInNam commented 5 years ago

D3DCompileFromFile@ 36 외부 참조 LINK 2019, 2001 오류가 남.

HyoJInNam commented 5 years ago

https://stackoverflow.com/questions/21356780/d3dcompilefromfile-unresolved-external-when-linking

(Project properties->Configuration properties->Linker->General->) additional library directories set to: $(WindowsSDK_LibraryPath_x86)