Neuz compile unresolved external symbol

12/18/2020 22:38 LoscArmy#1
Hi, i have problem with compile neuz with v15 souces, v19 virtos ..

Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::~CMapInformationManager(vo id)" (??1CMapInformationManager@@QAE@XZ) referenced in function "public: virtual __thiscall CProject::~CProject(void)" (??1CProject@@UAE@XZ)

and several identical..
I have however the visual studio 2003 sp1, but which crashes regularly despite several installations. I have put the lib in the properties + the resources folder and the 2 sdk +. I don't understand if you can help me pls ..
12/19/2020 18:47 Steffen Tequila#2
Quote:
Originally Posted by LoscArmy View Post
Hi, i have problem with compile neuz with v15 souces, v19 virtos ..

Neuz error LNK2019: unresolved external symbol "public: __thiscall CMapInformationManager::~CMapInformationManager(vo id)" (??1CMapInformationManager@@QAE@XZ) referenced in function "public: virtual __thiscall CProject::~CProject(void)" (??1CProject@@UAE@XZ)

and several identical..
I have however the visual studio 2003 sp1, but which crashes regularly despite several installations. I have put the lib in the properties + the resources folder and the 2 sdk +. I don't understand if you can help me pls ..
__IMPROVE_MAP_SYSTEM is not correct i think.
turn it off. //define __IMPROVE_MAP_SYSTEM or fix it.
12/19/2020 19:10 LoscArmy#3
Hi and thx but i have some errors identical:

Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndChattingBlockingList::UpdateInformation(void)" (?UpdateInformation@CWndChattingBlockingList@@QAEX XZ) referenced in function "int __cdecl TextCmd_BlockUser(class CScanner &)" (?TextCmd_BlockUser@@YAHAAVCScanner@@@Z)
Neuz warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndMailRequestingBox::CWndMailRequestingBox(void) " (??0CWndMailRequestingBox@@QAE@XZ) referenced in function "public: virtual void __thiscall CWndPost::OnInitialUpdate(void)" (?OnInitialUpdate@CWndPost@@UAEXXZ)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndShopCtrl::CWndShopCtrl(void)" (??0CWndShopCtrl@@QAE@XZ) referenced in function "public: __thiscall CWndShop::CWndShop(void)" (??0CWndShop@@QAE@XZ)
Neuz error LNK2019: unresolved external symbol "public: virtual __thiscall CWndShopCtrl::~CWndShopCtrl(void)" (??1CWndShopCtrl@@UAE@XZ) referenced in function "public: virtual __thiscall CWndShop::~CWndShop(void)" (??1CWndShop@@UAE@XZ)
Neuz error LNK2019: unresolved external symbol "public: int __thiscall CWndShopCtrl::GetCount(void)" (?GetCount@CWndShopCtrl@@QAEHXZ) referenced in function "public: virtual void __thiscall CWndShop::OnDraw(class C2DRender *)" (?OnDraw@CWndShop@@UAEXPAVC2DRender@@@Z)
Neuz error LNK2019: unresolved external symbol "public: int __thiscall CWndShopCtrl::GetCost(int)" (?GetCost@CWndShopCtrl@@QAEHH@Z) referenced in function "public: virtual void __thiscall CWndShop::OnDraw(class C2DRender *)" (?OnDraw@CWndShop@@UAEXPAVC2DRender@@@Z)
Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndShopCtrl::Create(unsigned long,struct tagRECT &,class CWndBase *,unsigned int)" (?Create@CWndShopCtrl@@QAEXKAAUtagRECT@@PAVCWndBas e@@I@Z) referenced in function "public: virtual void __thiscall CWndShop::OnInitialUpdate(void)" (?OnInitialUpdate@CWndShop@@UAEXXZ)
Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndShopCtrl::Clear(int)" (?Clear@CWndShopCtrl@@QAEXH@Z) referenced in function "public: virtual int __thiscall CWndShop::OnChildNotify(unsigned int,unsigned int,long *)" (?OnChildNotify@CWndShop@@UAEHIIPAJ@Z)
Neuz error LNK2019: unresolved external symbol "public: void __thiscall CWndShopCtrl::InsertItem(class CItemElem *,char,int)" (?InsertItem@CWndShopCtrl@@QAEXPAVCItemElem@@DH@Z) referenced in function "public: void __thiscall CWndShop::InsertItem(char,class CItemElem *,int)" (?InsertItem@CWndShop@@QAEXDPAVCItemElem@@H@Z)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndChattingBlockingList::CWndChattingBlockingList (void)" (??0CWndChattingBlockingList@@QAE@XZ) referenced in function "int __cdecl TextCmd_IgnoreList(class CScanner &)" (?TextCmd_IgnoreList@@YAHAAVCScanner@@@Z)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CWndMonsterInformation::CWndMonsterInformation(cla ss CMover *)" (??0CWndMonsterInformation@@QAE@PAVCMover@@@Z) referenced in function "public: void __thiscall CWorld::SetObjFocus(class CObj *,int)" (?SetObjFocus@CWorld@@QAEXPAVCObj@@H@Z)
Neuz fatal error LNK1120: 11 unresolved externals

I use windows 10 maybe cause problem with visual 2003?
12/19/2020 19:24 Steffen Tequila#4
Quote:
Originally Posted by LoscArmy View Post
I use windows 10 maybe cause problem with visual 2003?
Windows 10 is fine for vs2003

do you updated or edited your project files?
he does not find all includes "cpp/h" files that should be in the project.sln i think.
12/19/2020 22:05 LoscArmy#5
Quote:
Originally Posted by Steffen Tequila View Post
Windows 10 is fine for vs2003

do you updated or edited your project files?
he does not find all includes "cpp/h" files that should be in the project.sln i think.

I didn't touch the project, I just modified small things, but I have this error with all the sources so I don't think it comes from the project ..