Re: [sumo-user] Assistance Request: Building Visual Studio Solution with libsumo Library

2024-03-11 Thread The div via sumo-user
As mirko says. Visual studio releases keep moving things around so it's virtually impossible to give generally useful guidelines. You need to find out how to add include directories, library directories and libraries for the specific visual studio version you have. Once you know that, the basic

Re: [sumo-user] Assistance Request: Building Visual Studio Solution with libsumo Library

2024-03-11 Thread Mirko Barthauer via sumo-user
Dear Milad, at that point I would advise you to do some Visual Studio C++ tutorial to get accustomed to linking libraries. There are plenty help pages on the internet when searching for c++ linking libraries in Visual Studio. Configuring the settings for libsumo isn't any way different than an