Hello, I compiled Chrono from sources and everything went without problems. The .exe demos work. The template project compiles without any problem as well. I wanted to start building my project, so I tried with simple examples. Unfortunately, I can't compile the CityBus demo using CMakeLists from the template, VS gets multiple (54) errors like this: Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl chrono::vehicle::GetDataFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?GetDataFile@vehicle@chrono@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV34@@Z) referenced in function main Error LNK2019 unresolved external symbol "__declspec(dllimport) public: double __cdecl chrono::vehicle::ChVehicle::GetMass(void)const " (__imp_?GetMass@ChVehicle@vehicle@chrono@@QEBANXZ) referenced in function main Error LNK2001 unresolved external symbol "public: virtual bool __cdecl chrono::vehicle::ChInteractiveDriverIRR::HasJoystick(void)const " (?HasJoystick@ChInteractiveDriverIRR@vehicle@chrono@@UEBA_NXZ)
What am I doing wrong? What am I missing? Best regards -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/3d9d489c-4241-4ab3-ac12-e32fc27aa97an%40googlegroups.com.
