Re: MainFrame Aborts When Created
Yeah, and have you ever tried to get a job and be interviewed by a
twenty-something generation x/y ?
You can almost hear them thinking "What would an old codger like you
know about writing programs".
"Joseph M. Newcomer" <newcomer@flounder.com> wrote in message
news:5fpgt3ppp8ojc355k92ceqiq7m017unge2@4ax.com:
Young whippersnapper!
(It's been a while since I last saw 59...)
On Wed, 12 Mar 2008 14:06:15 -0600, "Tom Salicos"
<TSalicos@Drykilns.net> wrote:
"Ajay Kalra" <ajaykalra@yahoo.com> wrote in message
news:5cd54be4-73ac-4dfe-9d1b-593fb2e79265@f63g2000hsf.googlegroups.com.
..
On Mar 12, 2:43 pm, "Tom Salicos" <TSali...@Drykilns.net> wrote:
I have an AppWizard-created MFC program that will not run on my
development
computer any longer. This just happened. It *will* run on other
computers.
Older versions of the same program which I know I debugged on my
development
computer will now not run. All other dialog-based and MDI programs
run
okay. This one just closes immediately and there are no error
messages
other than the memory leaks that I would expect.
This is VC++ 6.0.
The problem happens in Debug or Release mode.
In Debug the program closes immediately after this line:
CMainFrame* pFrame = new CMainFrame;
If I debug into the module AFXMEM.CPP I get this:
void* PASCAL
CObject::operator new(size_t nSize, LPCSTR lpszFileName, int nLine)
{
return ::operator new(nSize, _CLIENT_BLOCK, lpszFileName, nLine);
}
nSize == 60836, lpszFileName is the path to MyApp.CPP and nLine is
126.
The return is 0x00ae0068.
Is there enough info here to deduce anything?
Doesn't it seem like something is corrupted on my development
computer?
Thanks for help,
Tom S
Do clean rebuild. Also delete any ncb, opt, plg files in your project
directory and see if that helps. Also reboot your machine and start
over.
---
Ajay
Deleted ncb, plg, opt. No diff.
Reboot - No diff.
"Rebuild All" - No diff
Start over ???? Dude, I'm 59 years old!
Tom
Joseph M. Newcomer [MVP]
email: newcomer@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm