Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EditorCodex", "EditorCodex\EditorCodex.vcproj", "{4F52454F-ABD8-4E9E-AC61-FDE76E995274}"
ProjectSection(ProjectDependencies) = postProject
{07CE590D-8516-4147-87D1-8E1CCD79E73E} = {07CE590D-8516-4147-87D1-8E1CCD79E73E}
{27341A10-337A-4CC7-874D-E55FED7F6969} = {27341A10-337A-4CC7-874D-E55FED7F6969}
{48C5F730-9C88-401B-BD25-6F2C100B5064} = {48C5F730-9C88-401B-BD25-6F2C100B5064}
{FC0C5787-ACBD-4DAD-8AED-F327AF24FD07} = {FC0C5787-ACBD-4DAD-8AED-F327AF24FD07}
{649F96C2-4F95-49F4-94ED-50AFFABB6A5E} = {649F96C2-4F95-49F4-94ED-50AFFABB6A5E}
{4A8F6FCA-EBCD-476A-8A27-023178EA2F73} = {4A8F6FCA-EBCD-476A-8A27-023178EA2F73}
EndProjectSection
EndProject
try to put this on your .sln
just open your .sln to notepad++ or notepad then search EditorCodex then replace this to your current one then try to build again
help me brother
1>------ Build started: Project: EditorCodex, Configuration: Release Win32 ------
1>Linking...
1>EditorCodex.obj : error LNK2019: unresolved external symbol "void __cdecl BUG_TRAP::BugTrapInstall(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,bool,bool)" (?BugTrapInstall@BUG_TRAP@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z) referenced in function "public: __thiscall CEditorCodexApp::CEditorCodexApp(void)" (??0CEditorCodexApp@@QAE@XZ)
1>EditorCodex.obj : error LNK2019: unresolved external symbol "public: __thiscall GLMapList::~GLMapList(void)" (??1GLMapList@@QAE@XZ) referenced in function "public: virtual __thiscall CEditorCodexDlg::~CEditorCodexDlg(void)" (??1CEditorCodexDlg@@UAE@XZ)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall GLMapList::~GLMapList(void)" (??1GLMapList@@QAE@XZ)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "public: __thiscall GLMapList::~GLMapList(void)" (??1GLMapList@@QAE@XZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: struct SITEM * __thiscall GLItemMan::GetItem(unsigned short,unsigned short)" (?GetItem@GLItemMan@@QAEPAUSITEM@@GG@Z) referenced in function "public: struct SITEM * __thiscall GLItemMan::GetItem(struct SNATIVEID)" (?GetItem@GLItemMan@@QAEPAUSITEM@@USNATIVEID@@@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "public: struct SITEM * __thiscall GLItemMan::GetItem(unsigned short,unsigned short)" (?GetItem@GLItemMan@@QAEPAUSITEM@@GG@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall GLMapList::GLMapList(void)" (??0GLMapList@@QAE@XZ) referenced in function "public: __thiscall CEditorCodexDlg::CEditorCodexDlg(class CWnd *)" (??0CEditorCodexDlg@@QAE@PAVCWnd@@@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "public: __thiscall GLMapList::GLMapList(void)" (??0GLMapList@@QAE@XZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol _xGetSystemMetrics@4 referenced in function "protected: void __thiscall CEditorCodexDlg::OnPaint(void)" (?OnPaint@CEditorCodexDlg@@IAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl GMTOOL::CleanUp(void)" (?CleanUp@GMTOOL@@YAXXZ) referenced in function "protected: virtual void __thiscall CEditorCodexDlg:

ostNcDestroy(void)" (?PostNcDestroy@CEditorCodexDlg@@MAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::FinalCleanup(void)" (?FinalCleanup@DxResponseMan@@QAEJXZ) referenced in function "protected: virtual void __thiscall CEditorCodexDlg:

ostNcDestroy(void)" (?PostNcDestroy@CEditorCodexDlg@@MAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: static class DxResponseMan & __cdecl DxResponseMan::GetInstance(void)" (?GetInstance@DxResponseMan@@SAAAV1@XZ) referenced in function "protected: virtual void __thiscall CEditorCodexDlg:

ostNcDestroy(void)" (?PostNcDestroy@CEditorCodexDlg@@MAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: void __thiscall GLCodex::CleanUp(void)" (?CleanUp@GLCodex@@QAEXXZ) referenced in function "protected: virtual void __thiscall CEditorCodexDlg:

ostNcDestroy(void)" (?PostNcDestroy@CEditorCodexDlg@@MAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: static class GLCodex & __cdecl GLCodex::GetInstance(void)" (?GetInstance@GLCodex@@SAAAV1@XZ) referenced in function "protected: virtual void __thiscall CEditorCodexDlg:

ostNcDestroy(void)" (?PostNcDestroy@CEditorCodexDlg@@MAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl CDebugSet::MsgBox(struct HWND__ *,char const *,...)" (?MsgBox@CDebugSet@@YAXPAUHWND__@@PBDZZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileSave(void)" (?OnBnClickedButtonFileSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "void __cdecl CDebugSet::MsgBox(struct HWND__ *,char const *,...)" (?MsgBox@CDebugSet@@YAXPAUHWND__@@PBDZZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall GLCodex::SaveFile(char const *)" (?SaveFile@GLCodex@@QAEJPBD@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileSave(void)" (?OnBnClickedButtonFileSave@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "char const * __cdecl GLOGIC::GetPath(void)" (?GetPath@GLOGIC@@YAPBDXZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileSave(void)" (?OnBnClickedButtonFileSave@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Enable(class CDialog *,int,int)" (?SetWin_Enable@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnCbnSelchangeComboType(void)" (?OnCbnSelchangeComboType@CEditorCodexDlg@@QAEXXZ)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnCbnSelchangeComboType(void)" (?OnCbnSelchangeComboType@CEditorCodexDlg@@QAEXXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl GetWin_Combo_Sel(class CDialog *,int)" (?GetWin_Combo_Sel@@YAKPAVCDialog@@H@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Check(class CDialog *,int,int)" (?SetWin_Check@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CEditorCodexDlg::CodexShow(struct SCODEX_FILE_DATA &,int,int)" (?CodexShow@CEditorCodexDlg@@QAEXAAUSCODEX_FILE_DATA@@HH@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Combo_Sel(class CDialog *,int,int)" (?SetWin_Combo_Sel@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CEditorCodexDlg::CodexShow(struct SCODEX_FILE_DATA &,int,int)" (?CodexShow@CEditorCodexDlg@@QAEXAAUSCODEX_FILE_DATA@@HH@Z)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Text(class CDialog *,int,char const *)" (?SetWin_Text@@YAXPAVCDialog@@HPBD@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Text(class CDialog *,int,char const *)" (?SetWin_Text@@YAXPAVCDialog@@HPBD@Z) referenced in function "public: void __thiscall CEditorCodexDlg::CodexShow(struct SCODEX_FILE_DATA &,int,int)" (?CodexShow@CEditorCodexDlg@@QAEXAAUSCODEX_FILE_DATA@@HH@Z)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Text(class CDialog *,int,char const *)" (?SetWin_Text@@YAXPAVCDialog@@HPBD@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Text(class CDialog *,int,char const *)" (?SetWin_Text@@YAXPAVCDialog@@HPBD@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Text(class CDialog *,int,char const *)" (?SetWin_Text@@YAXPAVCDialog@@HPBD@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Num_int(class CDialog *,int,int)" (?SetWin_Num_int@@YAXPAVCDialog@@HH@Z) referenced in function "public: void __thiscall CEditorCodexDlg::CodexShow(struct SCODEX_FILE_DATA &,int,int)" (?CodexShow@CEditorCodexDlg@@QAEXAAUSCODEX_FILE_DATA@@HH@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall SITEM::GetName(void)" (?GetName@SITEM@@QAEPBDXZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnEnChangeEditProgressMobKillMid(void)" (?OnEnChangeEditProgressMobKillMid@CEditorCodexDlg@@QAEXXZ)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "public: char const * __thiscall SITEM::GetName(void)" (?GetName@SITEM@@QAEPBDXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: static class GLItemMan & __cdecl GLItemMan::GetInstance(void)" (?GetInstance@GLItemMan@@SAAAV1@XZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnEnChangeEditProgressMobKillMid(void)" (?OnEnChangeEditProgressMobKillMid@CEditorCodexDlg@@QAEXXZ)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "public: static class GLItemMan & __cdecl GLItemMan::GetInstance(void)" (?GetInstance@GLItemMan@@SAAAV1@XZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "int __cdecl GetWin_Num_int(class CDialog *,int)" (?GetWin_Num_int@@YAHPAVCDialog@@H@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnEnChangeEditProgressMobKillMid(void)" (?OnEnChangeEditProgressMobKillMid@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: class GLQUEST * __thiscall GLQuestMan::Find(unsigned long)" (?Find@GLQuestMan@@QAEPAVGLQUEST@@K@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnEnChangeEditProgressCompleteQuestId(void)" (?OnEnChangeEditProgressCompleteQuestId@CEditorCodexDlg@@QAEXXZ)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "public: class GLQUEST * __thiscall GLQuestMan::Find(unsigned long)" (?Find@GLQuestMan@@QAEPAVGLQUEST@@K@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: static class GLQuestMan & __cdecl GLQuestMan::GetInstance(void)" (?GetInstance@GLQuestMan@@SAAAV1@XZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnEnChangeEditProgressCompleteQuestId(void)" (?OnEnChangeEditProgressCompleteQuestId@CEditorCodexDlg@@QAEXXZ)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "public: static class GLQuestMan & __cdecl GLQuestMan::GetInstance(void)" (?GetInstance@GLQuestMan@@SAAAV1@XZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: bool __thiscall GLCodex::SaveCsvs(class std::basic_fstream<char,struct std::char_traits<char> > &)" (?SaveCsvs@GLCodex@@QAE_NAAV?$basic_fstream@DU?$char_traits@D@std@@@std@@@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileCsvSave(void)" (?OnBnClickedButtonFileCsvSave@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::CODEX_NOTIFY" (?CODEX_NOTIFY@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstringformat(char const *,...)" (?cstringformat@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PBDZZ) referenced in function "public: int __thiscall CEditorCodexDlg:

ataShow(void)" (?DataShow@CEditorCodexDlg@@QAEHXZ)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::CODEX_MID" (?CODEX_MID@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstring_dword(unsigned long)" (?cstring_dword@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstring_dword(unsigned long)" (?cstring_dword@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K@Z) referenced in function "public: int __thiscall CEditorCodexDlg:

ataShow(void)" (?DataShow@CEditorCodexDlg@@QAEHXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstring_dword(unsigned long)" (?cstring_dword@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstring_dword(unsigned long)" (?cstring_dword@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl _HLIB::cstring_dword(unsigned long)" (?cstring_dword@_HLIB@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall GLCodex::LoadFile(char const *,int)" (?LoadFile@GLCodex@@QAEJPBDH@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileLoad(void)" (?OnBnClickedButtonFileLoad@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall GLCodex::Import(char const *)" (?Import@GLCodex@@QAEJPBD@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileImport(void)" (?OnBnClickedButtonFileImport@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: bool __thiscall GLCodex::LoadCsv(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?LoadCsv@GLCodex@@QAE_NAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonFileCsvLoad(void)" (?OnBnClickedButtonFileCsvLoad@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * COMMENT::ITEM_QUE_TYPE" (?ITEM_QUE_TYPE@COMMENT@@3PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "void __cdecl SetWin_Combo_Init(class CDialog *,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,int)" (?SetWin_Combo_Init@@YAXPAVCDialog@@HPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall GLMapList::LoadMapsListFile(char const *,struct F_SERVER_INFO *,int,int)" (?LoadMapsListFile@GLMapList@@QAEJPBDPAUF_SERVER_INFO@@HH@Z) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "public: long __thiscall GLMapList::LoadMapsListFile(char const *,struct F_SERVER_INFO *,int,int)" (?LoadMapsListFile@GLMapList@@QAEJPBDPAUF_SERVER_INFO@@HH@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall GLMapList::CleanUp(void)" (?CleanUp@GLMapList@@QAEJXZ) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "public: long __thiscall GLMapList::CleanUp(void)" (?CleanUp@GLMapList@@QAEJXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "long __cdecl GMTOOL::Create(char const *)" (?Create@GMTOOL@@YAJPBD@Z) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall DxResponseMan::OneTimeSceneInit(char const *,class CWnd *,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >,unsigned long,class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > >)" (?OneTimeSceneInit@DxResponseMan@@QAEJPBDPAVCWnd@@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@K2@Z) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > RANPARAM::strFontType" (?strFontType@RANPARAM@@3V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "unsigned long RANPARAM::dwLangSet" (?dwLangSet@RANPARAM@@3KA)
1>EditorCodexDlg.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > RANPARAM::strGDIFont" (?strGDIFont@RANPARAM@@3V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@A)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "int __cdecl RANPARAM::LOAD(char const *,bool)" (?LOAD@RANPARAM@@YAHPBD_N@Z) referenced in function "protected: virtual int __thiscall CEditorCodexDlg::OnInitDialog(void)" (?OnInitDialog@CEditorCodexDlg@@MAEHXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "int __cdecl CDebugSet::MsgBoxYesNo(struct HWND__ *,char const *,...)" (?MsgBoxYesNo@CDebugSet@@YAHPAUHWND__@@PBDZZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonDelete(void)" (?OnBnClickedButtonDelete@CEditorCodexDlg@@QAEXXZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: struct SMAPNODE * __thiscall GLMapList::FindMapNode(struct SNATIVEID const &)" (?FindMapNode@GLMapList@@QAEPAUSMAPNODE@@ABUSNATIVEID@@@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonSave(void)" (?OnBnClickedButtonSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "public: struct SMAPNODE * __thiscall GLMapList::FindMapNode(struct SNATIVEID const &)" (?FindMapNode@GLMapList@@QAEPAUSMAPNODE@@ABUSNATIVEID@@@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: struct SCROWDATA * __thiscall GLCrowDataMan::GetCrowData(struct SNATIVEID)" (?GetCrowData@GLCrowDataMan@@QAEPAUSCROWDATA@@USNATIVEID@@@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonSave(void)" (?OnBnClickedButtonSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "public: struct SCROWDATA * __thiscall GLCrowDataMan::GetCrowData(struct SNATIVEID)" (?GetCrowData@GLCrowDataMan@@QAEPAUSCROWDATA@@USNATIVEID@@@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "public: static class GLCrowDataMan & __cdecl GLCrowDataMan::GetInstance(void)" (?GetInstance@GLCrowDataMan@@SAAAV1@XZ) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonSave(void)" (?OnBnClickedButtonSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "public: static class GLCrowDataMan & __cdecl GLCrowDataMan::GetInstance(void)" (?GetInstance@GLCrowDataMan@@SAAAV1@XZ)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "int __cdecl GetWin_Check(class CDialog *,int)" (?GetWin_Check@@YAHPAVCDialog@@H@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonSave(void)" (?OnBnClickedButtonSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindQuest.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl GetWin_Text(class CDialog *,int)" (?GetWin_Text@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAVCDialog@@H@Z)
1>EditorCodexDlg.obj : error LNK2019: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl GetWin_Text(class CDialog *,int)" (?GetWin_Text@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAVCDialog@@H@Z) referenced in function "public: void __thiscall CEditorCodexDlg::OnBnClickedButtonSave(void)" (?OnBnClickedButtonSave@CEditorCodexDlg@@QAEXXZ)
1>DlgFindCrow.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl GetWin_Text(class CDialog *,int)" (?GetWin_Text@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAVCDialog@@H@Z)
1>DlgFindItem.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl GetWin_Text(class CDialog *,int)" (?GetWin_Text@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAVCDialog@@H@Z)
1>DlgFindMap.obj : error LNK2001: unresolved external symbol "class ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char> > > __cdecl GetWin_Text(class CDialog *,int)" (?GetWin_Text@@YA?AV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@PAVCDialog@@H@Z)
1>DlgFindCrow.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall SCROWDATA::GetName(void)" (?GetName@SCROWDATA@@QAEPBDXZ) referenced in function "public: void __thiscall CDlgFindCrow::GetCrows(void)" (?GetCrows@CDlgFindCrow@@QAEXXZ)
1>DlgFindCrow.obj : error LNK2019: unresolved external symbol "public: struct SCROWDATA * __thiscall GLCrowDataMan::GetCrowData(unsigned short,unsigned short)" (?GetCrowData@GLCrowDataMan@@QAEPAUSCROWDATA@@GG@Z) referenced in function "public: void __thiscall CDlgFindCrow::GetCrows(void)" (?GetCrows@CDlgFindCrow@@QAEXXZ)
1>DlgFindMap.obj : error LNK2019: unresolved external symbol "public: struct SMAPNODE & __thiscall SMAPNODE:

perator=(struct SMAPNODE const &)" (??4SMAPNODE@@QAEAAU0@ABU0@@Z) referenced in function "public: __thiscall SMAPNODE::SMAPNODE(struct SMAPNODE const &)" (??0SMAPNODE@@QAE@ABU0@@Z)
1>F:\source\trident awal\_Bin\Release\EditorCodex.exe : fatal error LNK1120: 51 unresolved externals
1>Build log was saved at "file://F:\source\trident awal\_Build\Release\EditorCodex\BuildLog.htm"
1>EditorCodex - 86 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 43 up-to-date, 0 skipped ==========