Original Post
Hello.
When i close application i always get (Process returned -2147418113 <0x8000FFFF>...)
And sometimes (-1073741819 <0xC0000005> Access Violation) if opened and closed in rapid succession.
I have return 0 at end of the code and i am wondering what may be causing a error like this, since i am using only c++ standard(string, int, enums) and sfml2.0 lib, no pointers or personally using heap memory space.
Before i shutdown all music, close window, and process still returns (-2147418113 <0x8000FFFF>).
The program works as expected, it didn't crash or shutdown for unknown reason. and i run it at least 10min.
Any suggestions on what should i turn my attention towards to fix this problem?
If some personal experience tips.
Id post code, but its months of coding...
When i close application i always get (Process returned -2147418113 <0x8000FFFF>...)
And sometimes (-1073741819 <0xC0000005> Access Violation) if opened and closed in rapid succession.
I have return 0 at end of the code and i am wondering what may be causing a error like this, since i am using only c++ standard(string, int, enums) and sfml2.0 lib, no pointers or personally using heap memory space.
Before i shutdown all music, close window, and process still returns (-2147418113 <0x8000FFFF>).
The program works as expected, it didn't crash or shutdown for unknown reason. and i run it at least 10min.
Any suggestions on what should i turn my attention towards to fix this problem?
If some personal experience tips.
Id post code, but its months of coding...