PlaneShift
Development => Development Deliberation => Topic started by: nightshadow on January 24, 2005, 08:28:57 pm
-
I got all of it working but the apps this is what I get on apppsclient
--------------------Configuration: apppsclient - Win32 Release--------------------
Linking...
cmdadmin.obj : error LNK2001: unresolved external symbol \"public: __thiscall psAdminMessage::psAdminMessage(class MsgEntry *)\" (??0psAdminMessage@@QAE@PAVMsgEntry@@@Z)
cmdusers.obj : error LNK2001: unresolved external symbol \"public: void __thiscall pawsDetailWindow::RequestDetails(void)\" (?RequestDetails@pawsDetailWindow@@QAEXXZ)
cmdusers.obj : error LNK2001: unresolved external symbol \"public: void __thiscall pawsIgnoreWindow::RemoveIgnore(class csString &)\" (?RemoveIgnore@pawsIgnoreWindow@@QAEXAAVcsString@@@Z)
cmdusers.obj : error LNK2001: unresolved external symbol \"public: bool __thiscall pawsIgnoreWindow::IsIgnored(class csString &)\" (?IsIgnored@pawsIgnoreWindow@@QAE_NAAVcsString@@@Z)
libgui.lib(chatwindow.obj) : error LNK2001: unresolved external symbol \"public: bool __thiscall pawsIgnoreWindow::IsIgnored(class csString &)\" (?IsIgnored@pawsIgnoreWindow@@QAE_NAAVcsString@@@Z)
cmdusers.obj : error LNK2001: unresolved external symbol \"public: void __thiscall pawsIgnoreWindow::AddIgnore(class csString &)\" (?AddIgnore@pawsIgnoreWindow@@QAEXAAVcsString@@@Z)
cmdutil.obj : error LNK2001: unresolved external symbol \"public: struct iCamera * __thiscall psCamera::GetICamera(void)\" (?GetICamera@psCamera@@QAEPAUiCamera@@XZ)
modehandler.obj : error LNK2001: unresolved external symbol \"public: char const * __thiscall SlotName::GetSecondaryName(int)\" (?GetSecondaryName@SlotName@@QAEPBDH@Z)
pscelclient.obj : error LNK2001: unresolved external symbol \"public: __thiscall psVitalManager::psVitalManager(void)\" (??0psVitalManager@@QAE@XZ)
pscelclient.obj : error LNK2001: unresolved external symbol \"public: __thiscall psVitalManager::~psVitalManager(void)\" (??1psVitalManager@@QAE@XZ)
pscharcontrol.obj : error LNK2001: unresolved external symbol \"public: void __thiscall psCamera::MoveDistance(float,int)\" (?MoveDistance@psCamera@@QAEXMH@Z)
pscharcontrol.obj : error LNK2001: unresolved external symbol \"public: bool __thiscall psEffectManager::DeleteEffect(unsigned int)\" (?DeleteEffect@psEffectManager@@QAE_NI@Z)
libgui.lib(psmainwidget.obj) : error LNK2001: unresolved external symbol \"public: bool __thiscall psEffectManager::DeleteEffect(unsigned int)\" (?DeleteEffect@psEffectManager@@QAE_NI@Z)
pscharcontrol.obj : error LNK2001: unresolved external symbol \"public: int __thiscall psCamera::GetCameraMode(void)const \" (?GetCameraMode@psCamera@@QBEHXZ)
pscharcontrol.obj : error LNK2001: unresolved external symbol \"public: unsigned int __thiscall psEffectManager::RenderEffect(class csString const &,struct iSectorList *,class csVector3 const &,struct iMeshWrapper *,class csVector3 const &,unsigned i
-
is that all the errors or are there more?
it looks like those libraries didnt build search for something like a compile error when compiling
-
Yeah, I know whats the problem (I had similar).
It\'s that you donot have an uptodate project file, so add all that stuff manually, I\'ve added about 50 files :) :)
-
Okay I got that, but now when I run it it says it can not find
crystalspace.maploader: Could not get model converter
crystalspace.maploader: Could not get model crossbuilder
I am thinking I dont have the right CS dlls I am using the .99 dlls should I be using .98 dll?