What could cause the oposite problem? My project runs correctly in the realease configuration and breaks in the debug configuration when it's used the delete instruction.
Use [code]your code here[/code] tags when you post source code
Search here before you post your question, someone might have already asked it before. My Articles
The program is most likely broken in both configurations, but the debug configuration's extra checks are catching the problem while it's sliding by unnoticed in the release build, probably to haunt you unexpectedly at a later time.
Bookmarks