In Visual Studio 2017, it runs in Debug mode, but an error appears in release mode

Asked 2 years ago, Updated 2 years ago, 104 views

#include <SFML/Graphics.hpp>

If you run the phrase in release mode, you can't read it I don't know why it works in debug but not in release

c++ release

2022-09-22 19:25

1 Answers

For Visual Studio, the settings may vary for each build mode.

The guess is that the settings for importing SFML libraries will be different between Debug and Release.


2022-09-22 19:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.