App.obj : error LNK2019: 无法解析的外部符号 _D3DXMatrixLookAtLH@16,该符号在函数 "public: void __thiscall App::Begin(void)" ( Begin@App@@QAEXXZ) 中被引用
App.obj : error LNK2019: 无法解析的外部符号 _D3DXCreateTextureFromFileW@12,该符号在函数 "public: void __thiscall App::Begin(void)" ( Begin@App@@QAEXXZ) 中被引用
App.obj : error LNK2019: 无法解析的外部符号 _D3DXMatrixTranslation@16,该符号在函数 "public: void __thiscall App::FrameRender(void)" ( FrameRender@App@@QAEXXZ) 中被引用
App.obj : error LNK2019: 无法解析的外部符号 _D3DXMatrixRotationY@8,该符号在函数 "public: void __thiscall App::FrameRender(void)" ( FrameRender@App@@QAEXXZ) 中被引用
main.obj : error LNK2019: 无法解析的外部符号 __imp__timeGetTime@0,该符号在函数 _WinMain@16 中被引用
main.obj : error LNK2019: 无法解析的外部符号 _Direct3DCreate9@4,该符号在函数 _WinMain@16 中被引用
MSVCRTD.lib(crtexe.obj) : error LNK2019: 无法解析的外部符号 _main,该符号在函数 ___tmainCRTStartup 中被引用