problem with vc++ 6 appwizard
From: zealott (zealott_at_comcast.net)
Date: 12/25/03
- Next message: zealott: "Re: I'm Looking For A *Good* C++ Reference Book"
- Previous message: r norman: "Re: Accessing memory at 0xb800"
- Next in thread: Paul F. Johnson: "Re: problem with vc++ 6 appwizard"
- Reply: Paul F. Johnson: "Re: problem with vc++ 6 appwizard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Dec 2003 23:46:22 -0600
I am trying to learn mfc, but whenever I try to compile even an unmodified
skeleton program under appwizard I get 20 errors from the afxdisp.h file.
The errors have something to do with trying to do C linkage to the
overloaded functions. I have no idea why it is trying to link in C, there
are no 'extern "C"' commands associated with the errors in question. I
reinstalled visual studio and upgraded to the latest sp of vc++ 6 just to be
sure. I downloaded afxdisp.h from the microsoft website and compared it to
the copy installed with visual studio, just to see if my file was somehow
corrupt, but they're identical.
I am stuck on this one, nobody I know has seen such a problem. I don't even
know where to start.
I am running Visual Studio Enterprise Edition version 6.0 on Windows98SE.
Any help will be greatly appreciated
btw: I can compile and build api programs with no problem on the same
system.
- Next message: zealott: "Re: I'm Looking For A *Good* C++ Reference Book"
- Previous message: r norman: "Re: Accessing memory at 0xb800"
- Next in thread: Paul F. Johnson: "Re: problem with vc++ 6 appwizard"
- Reply: Paul F. Johnson: "Re: problem with vc++ 6 appwizard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|