Living with you!
Reprinted
Http://blog.csdn.net/livingpark
Living Park
Run the program through vc 6 debugging (F5). After the program is completed, many First-chance exceptions will appear in xxx.exe... some people say that the exception property is normal and can be ignored (it seems that there is no major impact), but they want to see where the exception occurred, instead of seeing Exceptions after running, choose Debug> Exceptions (the Debug menu appears only during debugging). There are many Exceptions in the dialog box, there are numbers and names to choose from. Select the exceptions you are interested in. Generally, 0xE06D7363: Microsoft C ++ Exception. is followed by the Number 0xE06D7363 and Name Microsoft C ++ Exception. The Action option has two options: Stop always and Stop if not handled. You can select the former as needed, when this Exception occurs, it will stop (but I didn't get more help. I ran into the assembly and didn't know what it was :().