|
我的vc6++在commond(w98) 状态下 不能运行build_hl2.bat(环境设完运行不了),在集成环境下编译engine 有如下错误,请大家帮看看
详细见附件
--------------------Configuration: engine - Win32 Dedicated Release--------------------
Linking...
Creating library engine___Win32_Dedicated_Release/swds.lib and object engine___Win32_Dedicated_Release/swds.exp
bugreporter.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall vgui2::Frame::GetClientArea(int &,int &,int &,int &)" (?GetClientArea@Frame@vgui2@@MAEXAAH000@Z)
bugreporter.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall vgui2::Frame::GetDefaultScreenPosition(int &,int &,int &,int &)" (?GetDefaultScreenPosition@Frame@vgui2@@MAE_NAAH000@Z)
bugreporter.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall vgui2::Frame::OnMinimizeToSysTray(void)" (?OnMinimizeToSysTray@Frame@vgui2@@MAEXXZ)
GameEventManager.obj : error LNK2001: unresolved external symbol "public: void __thiscall KeyValues::SetFloat(char const *,float)" (?SetFloat@KeyValues@@QAEXPBDM@Z)
GameEventManager.obj : error LNK2001: unresolved external symbol "public: enum KeyValues::types_t __thiscall KeyValues::GetDataType(char const *)" (?GetDataType@KeyValues@@QAE?AW4types_t@1@PBD@Z)
GameEventManager.obj : error LNK2001: unresolved external symbol "public: bool __thiscall KeyValues: oadFromFile(class IBaseFileSystem *,char const *,char const *)" (?LoadFromFile@KeyValues@@QAE_NPAVIBaseFileSystem@@PBD1@Z)
GameEventManager.obj : error LNK2001: unresolved external symbol "public: class KeyValues * __thiscall KeyValues::MakeCopy(void)" (?MakeCopy@KeyValues@@QAEPAV1@XZ)
Host.obj : error LNK2001: unresolved external symbol "public: __thiscall KeyValues::KeyValues(char const *,char const *,char const *)" (??0KeyValues@@QAE@PBD00@Z)
Sv_main.obj : error LNK2001: unresolved external symbol "public: __thiscall KeyValues::KeyValues(char const *,char const *,char const *)" (??0KeyValues@@QAE@PBD00@Z)
Host.obj : error LNK2001: unresolved external symbol "public: float __thiscall CClientState::getframetime(void)const " (?getframetime@CClientState@@QBEMXZ)
engine_Dedicated_Release/swds.dll : fatal error LNK1120: 195 unresolved externals
Error executing link.exe.
swds.dll - 208 error(s), 0 warning(s)
|
|