Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bernd-R

Pages: [1]
1
The publisher of simconnect.lib says that the platform toolset has to be v140:
http://www.prepar3d.com/SDKv4/LearningCenter.php

There are also some discussions on various forums where people tried to use the "wrong" platform toolset. I have not found solutions other than "Use the correct platform toolset".

When I am back home today I will try the green circle example with the VS2017 binaries of SFML to see if I may have included other errors. Do you think it makes sense to work with VS2015 directly instead of VS2017 with a platform toolset for VS2015?   

2
For my flight simulator instruments I also have to add simconnect.lib from Lockheed Martin (p3d). For that library in the newest version only VS2015 binaries are available.

3
After a few years of successfully using SFML for designing flight simulator instruments I changed my computer and updated all software to the latest version. Trying to continue with SFML gave me a lot of linker errors. To find out what the cause of the errors is I then tried the example from the beginner’s tutorial (source code exactly copied) which should result in showing a green circle. I got the following two error messages:

LNK2019 unresolved external symbol "___std_swap_ranges_trivially_swappable_noalias"
LNK1120 1 unresolved external 

Some data of my system: Windows 10 with Visual Studio 2017 (including all updates) with platform toolset v140 (the one from VS 2015), SFML 2.5.0 for VS 2015

I found a few threats on the forum describing a similar problem:
https://en.sfml-dev.org/forums/index.php?topic=24076.0

However, I must admit I do not understand the proposed solution because of my limited programming experience. What should I change in my green-circle-test-project to make it run?

Thanks for helping.

Pages: [1]