Hi every one. In my project I run my program and it works properly. But when i close it i receive this error message :
Runtime Error
This application has requested the runtime to terminate it in an unusual way.
Please help me to solve it.
@Anh-Phan
To add to @mrjj's comment.
Possibly you have a segmentation fault somewhere in the cleanup - double delete in destructors would be one possibility.