I'm getting these build errors
loaderis.obj : error LNK2019: unresolved external symbol "int __cdecl edx::InjectDLL(void *,char const *,char const *,unsigned long,bool)" (?InjectDLL@edx@@YAHPAXPBD1K_N@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "unsigned __int64 __cdecl edx::GetEntryPoint(char const *)" (?GetEntryPoint@edx@@YA_KPBD@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "bool __cdecl edx::CreateSuspendedProcess(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,struct _STARTUPINFOA &,struct _PROCESS_INFORMATION &)" (?CreateSuspendedProcess@edx@@YA_NABV?$basic_strin g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0A AU_STARTUPINFOA@@AAU_PROCESS_INFORMATION@@@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _WSACleanup@0 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _closesocket@4 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _connect@12 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _htons@4 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "struct hostent * __cdecl edx::GetHost(char const *)" (?GetHost@edx@@YAPAUhostent@@PBD@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _socket@12 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "bool __cdecl edx::CanGetHostFromAddress(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?CanGetHostFromAddress@edx@@YA_NABV?$basic_string @DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol _WSAStartup@8 referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall edx::FileChooser::GetSelectedFileName(void)" (?GetSelectedFileName@FileChooser@edx@@QAEPBDXZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall edx::FileChooser::GetSelectedFileTitle(void)" (?GetSelectedFileTitle@FileChooser@edx@@QAEPBDXZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::FileChooser::SetDefaultFileName(char const *)" (?SetDefaultFileName@FileChooser@edx@@QAEXPBD@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::ConfigFile::Write(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?Write@ConfigFile@edx@@QAEXABV?$basic_string@DU?$ char_traits@D@std@@V?$allocator@D@2@@std@@0@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall edx::FileChooser::GetSelectedFilePath(void)" (?GetSelectedFilePath@FileChooser@edx@@QAEPBDXZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: __thiscall edx::ConfigFile::~ConfigFile(void)" (??1ConfigFile@edx@@QAE@XZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: __thiscall edx::FileChooser::~FileChooser(void)" (??1FileChooser@edx@@QAE@XZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: bool __thiscall edx::FileChooser::ShowChooseFile(bool)" (?ShowChooseFile@FileChooser@edx@@QAE_N_N@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::FileChooser::SetDialogTitle(char const *)" (?SetDialogTitle@FileChooser@edx@@QAEXPBD@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::FileChooser::SetInitialDirectory(char const *)" (?SetInitialDirectory@FileChooser@edx@@QAEXPBD@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl edx::GetAbsoluteDirectoryPath(void)" (?GetAbsoluteDirectoryPath@edx@@YA?AV?$basic_strin g@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::FileChooser::AddFilter(char const *,char const *)" (?AddFilter@FileChooser@edx@@QAEXPBD0@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: __thiscall edx::FileChooser::FileChooser(void)" (??0FileChooser@edx@@QAE@XZ) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall edx::ConfigFile::Read(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?Read@ConfigFile@edx@@QAE?AV?$basic_string@DU?$ch ar_traits@D@std@@V?$allocator@D@2@@std@@ABV34@@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "public: void __thiscall edx::ConfigFile::Open(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool &)" (?Open@ConfigFile@edx@@QAEXV?$basic_string@DU?$cha r_traits@D@std@@V?$allocator@D@2@@std@@_NAA_N@Z) referenced in function _WinMain@16
loaderis.obj : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl edx::GetWriteableDirectory(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?GetWriteableDirectory@edx@@YA?AV?$basic_string@D U?$char_traits@D@std@@V?$allocator@D@2@@std@@V23@@ Z) referenced in function _WinMain@16
where is the problem?