Hi, i have 2 problems with my neuz.
When i compile in Release configuration the Neuz.exe is created, but the problem is that i can't connect, i'm stuck with the message :
Verbindung mit dem Spiel nicht möglich. \n Bitte überprüfe dein Netzwerk.
I checked every IP and they are all on 127.0.0.1, no firewall on.
So i tried to compile in NoGameGuard to see if it solves the problem, but i got a few linking errors (i didn't get in the Release configuration) :
Linking...
DPClient.obj : error LNK2019: unresolved external symbol "public: void __thiscall CCooltimeMgr::SetTime(unsigned long,unsigned long)" (?SetTime@CCooltimeMgr@@QAEXKK@Z) referenced in function "private: void __thiscall CDPClient::OnUpdateItem(unsigned long,class CAr &)" (?OnUpdateItem@CDPClient@@AAEXKAAVCAr@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z) referenced in function "private: void __thiscall CDPClient::OnUpdateItem(unsigned long,class CAr &)" (?OnUpdateItem@CDPClient@@AAEXKAAVCAr@@@Z)
WndManager.obj : error LNK2019: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z) referenced in function "public: void __thiscall CWndMgr::PutItemMinMax(class CMover *,class CItemElem *,class CEditString *)" (?PutItemMinMax@CWndMgr@@QAEXPAVCMover@@PAVCItemEl em@@PAVCEditString@@@Z)
WndItemCtrl.obj : error LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z)
WndTaskBar.obj : error LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z)
DPClient.obj : error LNK2019: unresolved external symbol "public: int __thiscall CCooltimeMgr::CanUse(unsigned long)" (?CanUse@CCooltimeMgr@@QAEHK@Z) referenced in function "public: void __thiscall CDPClient::SendDoUseItem(unsigned long,unsigned long,int,int)" (?SendDoUseItem@CDPClient@@QAEXKKHH@Z)
Neuz.obj : error LNK2019: unresolved external symbol _GetModuleBaseNameA@16 referenced in function "public: bool __thiscall CNeuzApp::isRunning(char *)" (?isRunning@CNeuzApp@@QAE_NPAD@Z)
Neuz.obj : error LNK2019: unresolved external symbol _EnumProcesses@12 referenced in function "public: bool __thiscall CNeuzApp::isRunning(char *)" (?isRunning@CNeuzApp@@QAE_NPAD@Z)
Mover.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CCooltimeMgr::~CCooltimeMgr(void)" (??1CCooltimeMgr@@UAE@XZ) referenced in function "public: virtual __thiscall CMover::~CMover(void)" (??1CMover@@UAE@XZ)
Mover.obj : error LNK2019: unresolved external symbol "public: __thiscall CCooltimeMgr::CCooltimeMgr(void)" (??0CCooltimeMgr@@QAE@XZ) referenced in function "public: __thiscall CMover::CMover(void)" (??0CMover@@QAE@XZ)
.\..\..\Output\Neuz\NoGameguard/Neuz.exe : fatal error LNK1120: 7 unresolved externals
Thank you for the help