Home > Software engineering >  Abnormal mfc140ud. Dl
Abnormal mfc140ud. Dl

Time:09-16

Had spent the night run through the program suddenly there is an error, on the other computer run, your computer won't start, not a code problem,
On the debug VS2015 interruptions, tips are as follows:
0 x00007ffaf33fdd9f (mfc140ud. DLL) (located in FlowFieldEvald. Exe) caused by abnormal: 0 xc0000005: while reading position 0 XFFFFFFFFFFFFFFFF access conflict,
If there are suitable for this exception handler, the program will continue to run safely,


Help me VS2015

CodePudding user response:

Click the interrupt, look at the call stack, themselves back to your code, modify the solution

CodePudding user response:

reference 1st floor zgl7903 response:
click interrupt, look at the call stack, themselves back to your code, modify the solution

In initInstance is interrupted, then how to check

CodePudding user response:

0 XFFFFFFFFFFFFFFFF is 1, a pointer can use a assignment,

CodePudding user response:

New construction have no the same problem, not just pack from VS

CodePudding user response:

VS heavy also not line, finally, the related registration list of deleted!

CodePudding user response:

reference 5 floor RainQAQ reply:
VS heavy also not line, finally, the related registration list of deleted!

That is what you read registry record data in a software startup, estimates that a parameter is not appropriate, or not normal initialization, led to the incorrect, pointer array bounds, such as
I advise you not to directly manipulate registry, their own program parameter into XML, their management,

CodePudding user response:

Vs2000 have a headache, you see serialize function,
  • Related