Re: Upgrade MFC

Tech-Archive recommends: Fix windows errors by optimizing your registry



As far as the CFileDialog crashing I have read somewhere that declaring
it as a pointer CFileDialog dlg=new CFileDialog(....) fixes the
crashes. Not sure why Notepad is crashing unless you are talking about
the sample app. Just delete the dialog at the end of the method and you
will probably find your problems are over.

Check out...
http://codeguru.earthweb.net/forum/printthread.php?t=320297&pp=50

Brad

.