Register for your free account! | Forgot your password?

You last visited: Today at 08:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Source Build

Discussion on Source Build within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2014
Posts: 3
Received Thanks: 0
Source Build

Hello. I have a problem when trying to rebuild in my source. Follow the errors with the BuildLog.
VS2003 + SP1:
Code:
Neuz fatal error LNK1120: 7 unresolved externalsNeuz 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)
Neuz 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)
Neuz error LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z)
Neuz error LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z)
Neuz error LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@Z)
Neuz 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 error LNK2019: unresolved external symbol _GetModuleBaseNameA@16 referenced in function "public: bool __thiscall CNeuzApp::isRunning(char *)" (?isRunning@CNeuzApp@@QAE_NPAD@Z)
Neuz error LNK2019: unresolved external symbol _EnumProcesses@12 referenced in function "public: bool __thiscall CNeuzApp::isRunning(char *)" (?isRunning@CNeuzApp@@QAE_NPAD@Z)
Neuz 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)
Neuz error LNK2019: unresolved external symbol "public: __thiscall CCooltimeMgr::CCooltimeMgr(void)" (??0CCooltimeMgr@@QAE@XZ) referenced in function "public: __thiscall CMover::CMover(void)" (??0CMover@@QAE@XZ)
BuildLog.htm:

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 LNK2001: unresolved external symbol "public: static unsigned long __cdecl CCooltimeMgr::GetGroup(struct ItemProp *)" (?GetGroup@CCooltimeMgr@@SAKPAUItemProp@@@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)

D:\Jogos\DopeFlyff\Program\Neuz.exe : fatal error LNK1120: 7 unresolved externals
Techsidi is offline  
Old 06/18/2016, 22:38   #2


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
You need to add the other CoolTimeMgr.Cpp and .h
- Major is offline  
Old 06/18/2016, 23:15   #3
 
elite*gold: 0
Join Date: Aug 2014
Posts: 3
Received Thanks: 0
Hello ace.
Could you tell me where I find one of these files?
I can get from any source?
I used the source of virtuoso still the same error.
Techsidi is offline  
Old 06/18/2016, 23:54   #4
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Delete Output folder and rebuild
-Venom' is offline  
Old 06/19/2016, 02:20   #5
 
elite*gold: 0
Join Date: Aug 2014
Posts: 3
Received Thanks: 0
Hi, I did it and still the same thing.
Techsidi is offline  
Reply


Similar Threads Similar Threads
[Selling] PET SYSTEM SOURCE+BUILD
12/29/2015 - 4Story Trading - 2 Replies
Hi, SELL PET SYSTEM (SOURCE + BUILD) FOR 100EURO (ONLY PAYSAFECARD) FOR MORE INFO ADD ME ON SKYPE: pet.sys
Source Build Fail
09/12/2015 - Metin2 Private Server - 4 Replies
Hello its my problem (how to fix ?) ? http://i.imgur.com/ZI23NJn.jpg
Questions build source
06/11/2015 - 4Story - 3 Replies
Hey, when i try to build TClient in source i didnt recieve anything, here its my folder: Gyazo - cf4e71aeb449e408044e28530d4d35b5.png The TClient don't build on the folder.. How can i do? Thanks you for read, and feedbacks, :handsdown:
Source 3.5 Public Build
04/10/2015 - 4Story - 5 Replies
Hello, can somebody help me ? i success build 3.5 source, but i have problem.. if i want run game, the game doesn't start. Thanks so much for help :)
How to build tom94 the source?
02/04/2015 - Flyff Private Server - 5 Replies
Guys, I have a problem here I do not know how I can compile the Tom94 antihack the source ... I already have the Source compiled on the server, now antihack, I do not know how can I do to build it if I have to have a specific port, if I have to tom94 in a specific folder ... if someone can help me, i appreciate it ... I'm just normal antihack, with the port of tom94 15000, and 15000 port of cacheserver.ini, now I do not know What do I do to build it .. Help ai please guys, tried everything...



All times are GMT +2. The time now is 08:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.