Hi,
I have downloaded all teh libraries, checked out the trunk from SVN and I added the include and lib paths to the solution.
However, When I build, I get 14 errors and 9 warnings.
Warning 1 warning C4244: 'argument' : conversion from 'sint64' to 'const sint32', possible loss of data D:\Projects\simutrans\dings\leitung2.cc 514 1 Simutrans
Warning 2 warning C4244: 'argument' : conversion from 'sint64' to 'const sint32', possible loss of data D:\Projects\simutrans\dings\leitung2.cc 615 1 Simutrans
Warning 3 warning C4244: 'argument' : conversion from 'sint64' to 'const sint32', possible loss of data D:\Projects\simutrans\dings\leitung2.cc 726 1 Simutrans
Warning 4 warning C4244: 'argument' : conversion from 'float' to 'const int', possible loss of data D:\Projects\simutrans\gui\welt.cc 364 1 Simutrans
Warning 5 warning C4244: 'argument' : conversion from 'float' to 'const int', possible loss of data D:\Projects\simutrans\gui\welt.cc 368 1 Simutrans
Warning 6 warning C4244: 'argument' : conversion from 'const sint64' to 'sint32', possible loss of data D:\Projects\simutrans\player\simplay.cc 136 1 Simutrans
Warning 7 warning C4244: 'return' : conversion from 'sint64' to 'sint32', possible loss of data D:\Projects\simutrans\player\simplay.cc 455 1 Simutrans
Warning 8 warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data D:\Projects\simutrans\simworld.cc 2474 1 Simutrans
Warning 9 warning C4244: 'argument' : conversion from 'double' to 'const uint32', possible loss of data D:\Projects\simutrans\simworld.cc 3007 1 Simutrans
Error 10 error LNK2001: unresolved external symbol "unsigned char __cdecl script_api::get_ribi(struct SQVM *,int)" (?get_ribi@script_api@@YAEPAUSQVM@@H@Z) D:\Projects\simutrans\api_tiles.obj Simutrans
Error 11 error LNK2001: unresolved external symbol "int __cdecl script_api::push_ribi(struct SQVM *,unsigned char)" (?push_ribi@script_api@@YAHPAUSQVM@@E@Z) D:\Projects\simutrans\api_tiles.obj Simutrans
Error 12 error LNK2001: unresolved external symbol "public: enum waytype_t __thiscall weg_besch_t::get_finance_waytype(void)const " (?get_finance_waytype@weg_besch_t@@QBE?AW4waytype_t@@XZ) D:\Projects\simutrans\bruecke.obj Simutrans
Error 13 error LNK2001: unresolved external symbol "void __cdecl export_simple(struct SQVM *)" (?export_simple@@YAXPAUSQVM@@@Z) D:\Projects\simutrans\export_objs.obj Simutrans
Error 14 error LNK2001: unresolved external symbol "public: __int64 __thiscall finance_t::get_maintenance_with_bits(enum transport_type)const " (?get_maintenance_with_bits@finance_t@@QBE_JW4transport_type@@@Z) D:\Projects\simutrans\money_frame.obj Simutrans
Error 15 error LNK2001: unresolved external symbol "public: void __thiscall finance_t::calc_finance_history(void)" (?calc_finance_history@finance_t@@QAEXXZ) D:\Projects\simutrans\money_frame.obj Simutrans
Error 16 error LNK2001: unresolved external symbol "public: void __thiscall finance_t::update_assets(__int64,enum waytype_t)" (?update_assets@finance_t@@QAEX_JW4waytype_t@@@Z) D:\Projects\simutrans\simplay.obj Simutrans
Error 17 error LNK2001: unresolved external symbol "public: static enum transport_type __cdecl finance_t::translate_waytype_to_tt(enum waytype_t)" (?translate_waytype_to_tt@finance_t@@SA?AW4transport_type@@W4waytype_t@@@Z) D:\Projects\simutrans\simplay.obj Simutrans
Error 18 error LNK2001: unresolved external symbol "public: void __thiscall finance_t::set_assets(__int64 const (&)[11])" (?set_assets@finance_t@@QAEXAAY0L@$$CB_J@Z) D:\Projects\simutrans\simplay.obj Simutrans
Error 19 error LNK2001: unresolved external symbol "public: void __thiscall finance_t::rdwr(class loadsave_t *)" (?rdwr@finance_t@@QAEXPAVloadsave_t@@@Z) D:\Projects\simutrans\simplay.obj Simutrans
Error 20 error LNK2001: unresolved external symbol "public: void __thiscall finance_t::new_month(void)" (?new_month@finance_t@@QAEXXZ) D:\Projects\simutrans\simplay.obj Simutrans
Error 21 error LNK2001: unresolved external symbol "public: __thiscall finance_t::finance_t(class spieler_t *,class karte_t *)" (??0finance_t@@QAE@PAVspieler_t@@PAVkarte_t@@@Z) D:\Projects\simutrans\simplay.obj Simutrans
Error 22 error LNK2001: unresolved external symbol "public: bool __thiscall finance_t::is_bancrupted(void)const " (?is_bancrupted@finance_t@@QBE_NXZ) D:\Projects\simutrans\simworld.obj Simutrans
Error 23 error LNK1120: 13 unresolved externals D:\Projects\simutrans\Release\Simutrans.exe Simutrans
As you can see, the the Linker is complainnig about function names that doesn't exist. I have done a solution wide search for these functions and they don't seem to be anywhere.
I'm using VC2013 Express. Has someone managed to build this solution?!?
PS. Who came up with the brilliant idea to mix files and function names in German/English for an international open project?!?
