Hey there!
I have an application that runs just fine in the debug build, but when I start it in the release build, i get a
unhandled Exception at 0x0043b134 in myapp.exe: 0xC0000005:
Access violation while reading at position 0x004bd96c
if i click on 'break' it tells me that there are no symboles loaded and the sourcecode can't be displayed.
What can I do in such a situation to track down the problem?
thanks!