1
Graphics / Re: sf::Shape::setOutlineThickness() function causes program crash
« on: February 26, 2019, 12:56:22 pm »
Now I have one more problem. I built .pdb files and put them into the directory with .exe file so I can get
information about SFML function calls, but it seems like Visual Studio doesn't even see these files.
information about SFML function calls, but it seems like Visual Studio doesn't even see these files.
Quote
Frames below may be incorrect and/or missing, no symbols loaded for sfml-graphics-2.dllMight it be caused by building project in Release mode? What could I do to fix this?