Anyways, I had the problem of adapting or __ffl_dump and __lib files in vs2017 some errors that I think might had a problem for visual studio version
Any tips? Thanks in advance.
PS : I already did is, I opened the __ffl_dump in vs2017 and build it and it was successful. But when I tried to include it on the files still not working.
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Mi crosoft.CppBuild.targets(1216,5): warning MSB8012: TargetPath(C:\Users\18646\Desktop\Flyff - Visual 2017\Source\AccountServer\.\..\..\Output\AccountSe rver\Release\AccountServer.exe) does not match the Linker's OutputFile property value (C:\Users\18646\Desktop\Flyff - Visual 2017\Program\1.AccountServer.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Mi crosoft.CppBuild.targets(1218,5): warning MSB8012: TargetName(AccountServer) does not match the Linker's OutputFile property value (1.AccountServer). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2028: unresolved token (0A000003) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "public: __thiscall ffl_text_file::~ffl_text_file(void)" (??1ffl_text_file@@$$FQAE@XZ)
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2028: unresolved token (0A00003A) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "private: void __thiscall ffl_dump_log::system_information_log(class ffl_text_file *)" (?system_information_log@ffl_dump_log@@$$FAAEXPAVf fl_text_file@@@Z)
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2028: unresolved token (0A000027) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "public: void __thiscall ffl_dump_report::dump(char const *,struct ffl_dump_param_t *)" (?dump@ffl_dump_report@@$$FQAEXPBDPAUffl_dump_para m_t@@@Z)
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2028: unresolved token (0A000006) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "void __cdecl `anonymous namespace'::make_file_name(char *,unsigned int,char const *,char const *)" (?make_file_name@?A0x3463d5ea@@$$FYAXPADIPBD1@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2028: unresolved token (0A00001C) "extern "C" int __cdecl _vsnprintf(char *,unsigned int,char const *,char *)" (?_vsnprintf@@$$J0YAHPADIPBD0@Z) referenced in function "int __cdecl ffl_vsnprintf_a(char *,unsigned int,char const *,char *)" (?ffl_vsnprintf_a@@$$FYAHPADIPBD0@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2028: unresolved token (0A00001D) "extern "C" int __cdecl _vsnwprintf(unsigned short *,unsigned int,unsigned short const *,char *)" (?_vsnwprintf@@$$J0YAHPAGIPBGPAD@Z) referenced in function "int __cdecl ffl_vsnprintf_w(unsigned short *,unsigned int,unsigned short const *,char *)" (?ffl_vsnprintf_w@@$$FYAHPAGIPBGPAD@Z)
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2019: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "void __cdecl `anonymous namespace'::make_file_name(char *,unsigned int,char const *,char const *)" (?make_file_name@?A0x3463d5ea@@$$FYAXPADIPBD1@Z)
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_module_info.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_file.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_mini.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_common.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_date_time.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2019: unresolved external symbol "extern "C" int __cdecl _vsnprintf(char *,unsigned int,char const *,char *)" (?_vsnprintf@@$$J0YAHPADIPBD0@Z) referenced in function "int __cdecl ffl_vsnprintf_a(char *,unsigned int,char const *,char *)" (?ffl_vsnprintf_a@@$$FYAHPADIPBD0@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2019: unresolved external symbol "extern "C" int __cdecl _vsnwprintf(unsigned short *,unsigned int,unsigned short const *,char *)" (?_vsnwprintf@@$$J0YAHPAGIPBGPAD@Z) referenced in function "int __cdecl ffl_vsnprintf_w(unsigned short *,unsigned int,unsigned short const *,char *)" (?ffl_vsnprintf_w@@$$FYAHPAGIPBGPAD@Z)
1>C:\Users\18646\Desktop\Flyff - Visual 2017\Program/1.AccountServer.exe : fatal error LNK1120: 10 unresolved externals
1>Done building project "AccountServer.vcxproj" -- FAILED.
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Mi crosoft.CppBuild.targets(1218,5): warning MSB8012: TargetName(AccountServer) does not match the Linker's OutputFile property value (1.AccountServer). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2028: unresolved token (0A000003) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "public: __thiscall ffl_text_file::~ffl_text_file(void)" (??1ffl_text_file@@$$FQAE@XZ)
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2028: unresolved token (0A00003A) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "private: void __thiscall ffl_dump_log::system_information_log(class ffl_text_file *)" (?system_information_log@ffl_dump_log@@$$FAAEXPAVf fl_text_file@@@Z)
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2028: unresolved token (0A000027) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "public: void __thiscall ffl_dump_report::dump(char const *,struct ffl_dump_param_t *)" (?dump@ffl_dump_report@@$$FQAEXPBDPAUffl_dump_para m_t@@@Z)
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2028: unresolved token (0A000006) "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "void __cdecl `anonymous namespace'::make_file_name(char *,unsigned int,char const *,char const *)" (?make_file_name@?A0x3463d5ea@@$$FYAXPADIPBD1@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2028: unresolved token (0A00001C) "extern "C" int __cdecl _vsnprintf(char *,unsigned int,char const *,char *)" (?_vsnprintf@@$$J0YAHPADIPBD0@Z) referenced in function "int __cdecl ffl_vsnprintf_a(char *,unsigned int,char const *,char *)" (?ffl_vsnprintf_a@@$$FYAHPADIPBD0@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2028: unresolved token (0A00001D) "extern "C" int __cdecl _vsnwprintf(unsigned short *,unsigned int,unsigned short const *,char *)" (?_vsnwprintf@@$$J0YAHPAGIPBGPAD@Z) referenced in function "int __cdecl ffl_vsnprintf_w(unsigned short *,unsigned int,unsigned short const *,char *)" (?ffl_vsnprintf_w@@$$FYAHPAGIPBGPAD@Z)
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2019: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z) referenced in function "void __cdecl `anonymous namespace'::make_file_name(char *,unsigned int,char const *,char const *)" (?make_file_name@?A0x3463d5ea@@$$FYAXPADIPBD1@Z)
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2001: unresolved external symbol "extern "C" void __cdecl __CxxCallUnwindDtor(void (__thiscall*)(void *),void *)" (?__CxxCallUnwindDtor@@$$J0YAXP6EXPAX@Z0@Z)
1>ffl_dumpr.lib(ffl_module_info.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_file.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_log.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_mini.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_common.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_text_file.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_unexception_filter.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_date_time.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_dump_report.obj) : error LNK2001: unresolved external symbol __check_commonlanguageruntime_version
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2019: unresolved external symbol "extern "C" int __cdecl _vsnprintf(char *,unsigned int,char const *,char *)" (?_vsnprintf@@$$J0YAHPADIPBD0@Z) referenced in function "int __cdecl ffl_vsnprintf_a(char *,unsigned int,char const *,char *)" (?ffl_vsnprintf_a@@$$FYAHPADIPBD0@Z)
1>ffl_dumpr.lib(ffl_c_string.obj) : error LNK2019: unresolved external symbol "extern "C" int __cdecl _vsnwprintf(unsigned short *,unsigned int,unsigned short const *,char *)" (?_vsnwprintf@@$$J0YAHPAGIPBGPAD@Z) referenced in function "int __cdecl ffl_vsnprintf_w(unsigned short *,unsigned int,unsigned short const *,char *)" (?ffl_vsnprintf_w@@$$FYAHPAGIPBGPAD@Z)
1>C:\Users\18646\Desktop\Flyff - Visual 2017\Program/1.AccountServer.exe : fatal error LNK1120: 10 unresolved externals
1>Done building project "AccountServer.vcxproj" -- FAILED.






