|
|
发表于 2008-2-4 10:58:00
|
显示全部楼层
Re:Compile GPU Gems Ch17 Sample Error
顶一下,我在调试nvidia sdk 的例子时,也出现这样的问题。
正在链接...
Water.obj : error LNK2019: 无法解析的外部符号 "long __cdecl DXUTCreateWindow(wchar_t const *,struct HINSTANCE__ *,struct HICON__ *,struct HMENU__ *,int,int)" (?DXUTCreateWindow@@YAJPB_WPAUHINSTANCE__@@PAUHICON__@@PAUHMENU__@@HH@Z),该符号在函数 _WinMain@16 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "public: long __thiscall CDXUTDialog::AddCheckBox(int,wchar_t const *,int,int,int,int,bool,unsigned int,bool,class CDXUTCheckBox * *)" (?AddCheckBox@CDXUTDialog@@QAEJHPB_WHHHH_NI1PAPAVCDXUTCheckBox@@@Z),该符号在函数 "protected: void __thiscall Water::InitGUI(void)" (?InitGUI@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "public: long __thiscall CDXUTComboBox::AddItem(wchar_t const *,void *)" (?AddItem@CDXUTComboBox@@QAEJPB_WPAX@Z),该符号在函数 "protected: void __thiscall Water::InitGUI(void)" (?InitGUI@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "public: long __thiscall CDXUTDialog::AddStatic(int,wchar_t const *,int,int,int,int,bool,class CDXUTStatic * *)" (?AddStatic@CDXUTDialog@@QAEJHPB_WHHHH_NPAPAVCDXUTStatic@@@Z),该符号在函数 "protected: void __thiscall Water::InitGUI(void)" (?InitGUI@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "public: long __thiscall CDXUTDialog::AddButton(int,wchar_t const *,int,int,int,int,unsigned int,bool,class CDXUTButton * *)" (?AddButton@CDXUTDialog@@QAEJHPB_WHHHHI_NPAPAVCDXUTButton@@@Z),该符号在函数 "protected: void __thiscall Water::InitGUI(void)" (?InitGUI@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "wchar_t const * __cdecl DXUTGetDeviceStats(void)" (?DXUTGetDeviceStats@@YAPB_WXZ),该符号在函数 "protected: void __thiscall Water::RenderInformation(void)" (?RenderInformation@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "wchar_t const * __cdecl DXUTGetFrameStats(void)" (?DXUTGetFrameStats@@YAPB_WXZ),该符号在函数 "protected: void __thiscall Water::RenderInformation(void)" (?RenderInformation@Water@@IAEXXZ) 中被引用
Water.obj : error LNK2019: 无法解析的外部符号 "long __stdcall DXUTTrace(char const *,unsigned long,long,wchar_t const *,bool)" (?DXUTTrace@@YGJPBDKJPB_W_N@Z),该符号在函数 "protected: long __thiscall Water::OnCreateDevice(struct IDirect3DDevice9 *,struct _D3DSURFACE_DESC const *)" (?OnCreateDevice@Water@@IAEJPAUIDirect3DDevice9@@PBU_D3DSURFACE_DESC@@@Z) 中被引用
../../bin/debug/VertexTextureFetchWater.exe : fatal error LNK1120: 8 个无法解析的外部命令
那位大侠,帮忙解决一下。 |
|