Programming Error
Direct3DCreate9 관련 에러처리!
violetoz
2013. 5. 14. 08:52
----------------------------------------------------------------------------------------
LNK2019: unresolved external symbol _Direct3DCreate9 에러날 때 대처법.
Project Settings => Link => Ojbect/library modules => (dxerr9.lib d3d9.lib d3dx9.lib dxguid.lib winmm.lib 파일들이 링크되어 있어야 함)
----------------------------------------------------------------------------------------
참고 문서: DirectX9 SDK tutorial
겜프2 시간에 배운건데 이것때문에 너무 헤맸다.ㅠ
아래는 내가 한국어버전으로 고친것!
error LNK2019: _Direct3DCreate9@4 외부 기호를 확인하지 못했습니다.
프로젝트 -> 속성 -> 링커 -> 입력 -> 추가종속성에 [dxerr9.lib d3d9.lib d3dx9.lib dxguid.lib winmm.lib ] 이것들을 입력해주면 해결!
error LNK2019: _Direct3DCreate9@4 외부 기호 에러처리