Home > Back-end >  Delphi2010 debug state error
Delphi2010 debug state error

Time:10-08

I use delphi2010 under Windows 7 open a program, debugging state closing The Times wrong, ask whether to end the program (or debug) :
Problem signature:
Problem event name: APPCRASH
Application name: App. Exe
Application version: 3.1.0.1416
Application time stamp: 5279 c6b4
Fault module name: NTDLL. DLL
Failure module version: 6.1.7600.16915
Failure module timestamp: 4 ec49d10
Exception code: 4000001 f
Abnormal migration: 000 a23e7
OS version: 6.1.7600.2.0.0.256.1
The locale ID: 2052
Other information: 1 d1ab
Other information: 2 d1ab624ec7d094c26a73530c245a3468
Other information 3: d1ab
Other information 4: d1ab624ec7d094c26a73530c245a3468

By blocking code behind, screening, it is concluded that:
If OpenDialog1. Execute then
The begin
///////
//////
end;
As long as the call, dialog will be out of the question, don't call dialog box, put a button directly, the calling code, no problem, consult everybody, what could be the cause? Run directly compiled exe file will not go wrong,
  • Related