Hi all,
I want to test new version from SVN but now it said me errors (I'm using Visual Studio 2010):
bruecke_besch.obj : error LNK2001: unresolved external symbol "public: void __thiscall obj_besch_transport_related_t::calc_checksum(class checksum_t *)const " (?calc_checksum@obj_besch_transport_related_t@@QBEXPAVchecksum_t@@@Z)
1>citycar_reader.obj : error LNK2001: unresolved external symbol "public: void __thiscall obj_besch_timelined_t::calc_checksum(class checksum_t *)const " (?calc_checksum@obj_besch_timelined_t@@QBEXPAVchecksum_t@@@Z)
My last succesfull build was r6704. I want to test new version today, but after some updates on SVN it said these errors. Do you know where is the problem? I have same settings what I had with r6704... Thanks
You have to add the file
besch/obj_besch_std_name.cc
to the project.
Oh, it's so easy... Thanks ;)