Home > Software engineering >  The Debug exception
The Debug exception

Time:11-25



The thread with the
Cstrings SSTR;
SSTR. The Format (_T (" % d \ n "), Markingcount);
Cautolig - & gt; GetDlgItem (IDC_STATIC4) - & gt; SetWindowTextW (SSTR);

The Debug is

0 x00e3a88e (mfc140ud. DLL) (located in CMFCauto. Exe) caused by abnormal: 0 xc0000005: while reading position 0 x00000020 access conflict,

If there are suitable for this exception handler, the program will continue to run safely,

CodePudding user response:

IDC_STATIC4 this control does not exist,

CodePudding user response:

reference 1st floor zjq9931 response:
IDC_STATIC4 this control does not exist,

There are

CodePudding user response:

Cautolig problems?

CodePudding user response:

Mfc140ud DLL! 00 bfa88e unknown ()
[the framework below may not be correct and/or missing, not for mfc140ud. DLL loading symbols]

CodePudding user response:

Cautolig - & gt; GetDlgItem (IDC_STATIC4) - & gt; SetWindowTextW (SSTR)
There's a pointer is invalid, you is a NULL pointer?

CodePudding user response:

reference 5 floor 7-eleven's reply:
cautolig - & gt; GetDlgItem (IDC_STATIC4) - & gt; SetWindowTextW (SSTR)
There's a pointer is invalid, you is a NULL pointer?


The running thread becomes null pointer

CodePudding user response:

Running thread becomes null pointer, the cautolig closed?

CodePudding user response:

Has been solved, thank you
  • Related