1
Graphics / Re: Can't load texture from file
« on: April 30, 2023, 10:14:36 pm »Trash symbol in the console when you load a texture is most likely that you're mixing release library with debug compilation. (or vice versa)It solved the problem! Thank you very match!
If you want to compile in release mode, use the release version of the lib (sfml-graphics etc.)
If you want to compile in debug mode, use the debug version of the lib (sfml-graphics-d etc.)
As written in the VS tutorial