The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Miziiik on September 14, 2013, 02:16:12 PM

Title: Compiling errors with r6718
Post by: Miziiik on September 14, 2013, 02:16:12 PM
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
Title: Re: Compiling errors with r6718
Post by: Dwachs on September 14, 2013, 02:19:21 PM
You have to add the file

besch/obj_besch_std_name.cc

to the project.
Title: Re: Compiling errors with r6718
Post by: Miziiik on September 14, 2013, 02:21:08 PM
Oh, it's so easy... Thanks  ;)