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 - FreezingCool

Pages: [1]
1
General discussions / Buffer Overrun problem...
« on: July 02, 2011, 09:57:03 pm »
Any help?

2
General discussions / Buffer Overrun problem...
« on: June 30, 2011, 09:08:13 pm »
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

Pages: [1]