Microsoft is reporting an mfc error and I want to know how to delete the problem
I'm trying to do the following:
try
{
CFile f("somefilename.txt");
....
}
catch( CException* e )
{
char ebuff[1000];
e->GetErrorMessage(ebuff, sizeof(ebuff));
MessageBox( ebuff );
}
(stripped down to its bare essentials)
But when I do, the message box is always empty. Tracing it, the call
to LoadString using the AfxGetResourceHandle, is always empty. Is there
something I'm supposed to do to add the MFC error strings to my statically
linked project?
--
Jonathan Arnold
inSORS
2. VC++ .NET 2002: MFC Errors C2761 & C2447
My dialog app is making an error beep sound when it's closed. It wasn't doing this before, and I have no idea what I did to cause this. How do I fix it?
4. MFC error
5. Visual C++ MFC error with Windows XP
Hi, I am just starting to use MFC for visual c++, i am also using windows xp, and have been trying to do some tutorials, on MFC but everytime i compile the program i get this error. --------------------Configuration: tester - Win32 Debug-------------------- Cannot start tool. The operation completed successfully. Cannot start tool. Error spawning 'vcspawn.exe'. The build could not be performed. tester.exe - 1 error(s), 0 warning(s) I have searched for the problem on deja before, but every posting says to go to the tools menu, which i cannot find, in windows XP. please help, any information will help. also, is the problem occuring b/c i have visual c++ on my second drive(:D)? Thank you, Jimmie Barnett
6. [OT, welcome msg] MFC error
7. MFC Errors!
Has anyone tried this with success? I still can't get this to work.. I get the following error: 'Linker Error: Unable to open file 'PROJECTRES.RES'' I can see that PROJECTRES.RES is called in the makefile, but I can't get rid of it/fix it.. All i did is run the wizard for a single document interface and tried to run it.. Thoughts? "Craig Farrell" < XXXX@XXXXX.COM > wrote in message news: XXXX@XXXXX.COM ... > Hi, > > > Anyone have a simple form with hello world application using MFC that I can > > start from? > > Do Component | Install Packages, Add.. and browse to > ..\bin\mfcwizard.bpl > and add it. Then in the File | New | Other... dialog there should > be a Wizard that creats a simple MDI or SDI MFC app. > > --Craig