Hello,
I have just started with SMFL tutorials and I am having some problems.
I have copied the code from the tutorial and still the same error so the error is not in coding.
I am receiving this error: "Buffer Overrun problem..."
I have tried step by step and I found out that the problem occurs on this line:
while (App.GetEvent(Event))
I have some image loading on the beginning of the main function and when I delete that one (and all the code that has something to do with image/sprites) then it passes this line without any problems. I have tried to google for the solution but none of those helps me.
Does anyone have experience with this kind of problem and could help me?
I have included sfml-graphics.lib, sfml-main.lib, sfml-window.lib, sfml-system.lib and also copied the .dll files into the project folder.
Regards