Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MFC40D.DLL

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
I want to solve the following problem:
During execution, my application crashes and it appears the message:

"VISUAL_OBJECT(my application) has caused an not valid page error in the module MFCO42D.DLL in 0187:5f51121f.
Registers:
EAX=007b4d00 CS=0187 EIP=5f51121f EFLGS=00010246
EBX=0068e658 SS=018f ESP=0068e418 EBP=0068e480
ECX=00442a30 DS=018f ESI=0000867c FS=38d7
EDX=00442a30 ES=018f EDI=0068e4fc GS=0000
Byte at address CS:EIP:
89 42 3c e8 51 9e 03 00 89 45 f0 8b 4d f0 83 b9
Stack image:
0068e4fc 0000867c 0068e658 007b4d00 00000038 00009600 007b4d00 0068e4fc 0000867c 0068e658 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc"

and

"VISUAL_OBJECT has caused a not valid page error in the module KERNEL32.DLL in 0187:bff9dfff.
Registers:
EAX=012cfe38 CS=0187 EIP=bff9dfff EFLGS=00000206
EBX=817f6488 SS=018f ESP=012cfc88 EBP=012cfe38
ECX=0000018f DS=018f ESI=817f6488 FS=8a1f
EDX=012cfe28 ES=018f EDI=10a00200 GS=0000
Byte at address CS:EIP:
cc a1 e0 9c fc bf 8b 00 66 64 f7 05 1c 00 00 00
Stack image:
5f400000 817f64cc 817e6934 817bb4c8 00007a5c d29a9f00 00000000 00000000 00000000 00000000 bff70000 81f97fe8 bff7a3bc 00081f98 ffffffff 00000000"


Can you help me? Thank you in advance for each help you'll give me.

ASSO - Team
 
The MFC40D.DLL is not the problem. My advice is to step through your program and find the exact spot in your code which the program crashes. Check for NULL values or using a function wrong. That is most likely the problem.

Good luck! Clayton T. Paige
cpaige@home.com
Clayton T. Paige

Programmer Extraordinaire

========================================================

"Who is General Failure? and Why is he reading my disk drive?"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top