Click to See Complete Forum and Search --> : First-chance Exceptions


Mark Roberts
April 8th, 1999, 08:14 AM
Greetings:
If I create a simple Dialog based application using AppWizard, using all default settings, compile and run it, I get four of these:

First-chance exception in TestShell.exe (KERNEL32.DLL): 0xC0000005: Access Violation.

I got a guy down the hall to create exactly the same program. He does NOT get these messages. I don't get them on my system at home either.

I have browsed through MSDN and found that there is a reported problem with PropertySheet dialogs when calling DoModal(), but this is not a property sheet dialog. Its just a simple Dialog application generated entirely by the AppWizard.

Does anybody know what this is all about?

Thank You,
Mark Roberts
Toronto, Canada

Soylent green is made out of people!

labmidia
April 8th, 1999, 11:11 AM
Try:
1) backup your project;
2) delete the /debug dir;
3) into Project Settings -> C/C++ -> Category: "Precompiled Headers", mark Automatic Use of Precompiled Headers > Through header: "stdafx.h".
4) Go!

Note: I'm using VC++ 4.0...


---
[],
Helio Nunes (labmidia)
labmidia@vet.ufmg.br