Click here to Skip to main content
15,905,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get ampersand (&) into button text Pin
paulb7-Jan-04 13:54
paulb7-Jan-04 13:54 
GeneralCalling JavaScript functions from an ActiveX Pin
obe7-Jan-04 12:49
obe7-Jan-04 12:49 
GeneralRe: Calling JavaScript functions from an ActiveX Pin
John R. Shaw7-Jan-04 13:45
John R. Shaw7-Jan-04 13:45 
GeneralRe: Calling JavaScript functions from an ActiveX Pin
obe7-Jan-04 19:19
obe7-Jan-04 19:19 
GeneralRe: Calling JavaScript functions from an ActiveX Pin
John R. Shaw8-Jan-04 4:16
John R. Shaw8-Jan-04 4:16 
GeneralMy silly build error... Pin
bitpusher7-Jan-04 12:33
bitpusher7-Jan-04 12:33 
GeneralRe: My silly build error... Pin
Wes Aday7-Jan-04 12:56
professionalWes Aday7-Jan-04 12:56 
GeneralRe: My silly build error... Pin
John R. Shaw7-Jan-04 13:06
John R. Shaw7-Jan-04 13:06 
I can think of 3 possibilities: 1) you included CDailyListView.h before stdafx.h, 2) your source file did not include stdafx.h, or 3) AfxCView.h is not included for some reason.

Possible solutions:

1) Make sure stdafx.h is the first file included at the top of the source file.

2) Since it is some times difficult to determine all the headers files included indirectly thru other header files, you could manualy add AfxCView.h to the stdafx.h. (recomended)

3) You could include AfxCView.h in your header file before the class definition.

INTP
GeneralRe: My silly build error... Pin
bitpusher7-Jan-04 13:26
bitpusher7-Jan-04 13:26 
GeneralBest way to display a configuration dialog Pin
shultas7-Jan-04 12:05
shultas7-Jan-04 12:05 
GeneralRe: Best way to display a configuration dialog - some more detail Pin
shultas7-Jan-04 12:11
shultas7-Jan-04 12:11 
GeneralRe: Best way to display a configuration dialog - some more detail Pin
John R. Shaw7-Jan-04 13:29
John R. Shaw7-Jan-04 13:29 
GeneralRe: Best way to display a configuration dialog Pin
Christian Graus7-Jan-04 12:25
protectorChristian Graus7-Jan-04 12:25 
GeneralExtended MAPI GUID declaration problem Pin
Adam Gritt7-Jan-04 10:55
Adam Gritt7-Jan-04 10:55 
GeneralRe: Extended MAPI GUID declaration problem Pin
nightcoder7-Jan-04 12:02
nightcoder7-Jan-04 12:02 
GeneralRe: Extended MAPI GUID declaration problem Pin
Adam Gritt7-Jan-04 12:10
Adam Gritt7-Jan-04 12:10 
GeneralRe: Extended MAPI GUID declaration problem Pin
Bo Hunter7-Jan-04 12:15
Bo Hunter7-Jan-04 12:15 
GeneralRe: Extended MAPI GUID declaration problem Pin
Adam Gritt7-Jan-04 12:22
Adam Gritt7-Jan-04 12:22 
QuestionHow to draw 2D Shapes with VC++ in DOS ? Pin
Eldalie7-Jan-04 10:32
Eldalie7-Jan-04 10:32 
AnswerRe: How to draw 2D Shapes with VC++ in DOS ? Pin
Jeremy Falcon7-Jan-04 11:34
professionalJeremy Falcon7-Jan-04 11:34 
GeneralRe: How to draw 2D Shapes with VC++ in DOS ? Pin
Eldalie8-Jan-04 8:00
Eldalie8-Jan-04 8:00 
GeneralWhat's up with Rich Edit control Pin
Anonymous7-Jan-04 9:20
Anonymous7-Jan-04 9:20 
GeneralRe: What's up with Rich Edit control Pin
David Crow7-Jan-04 9:46
David Crow7-Jan-04 9:46 
GeneralRe: What's up with Rich Edit control Pin
Anonymous7-Jan-04 9:51
Anonymous7-Jan-04 9:51 
GeneralA CxImage Problem (CXX0030: Error: expression can not be evaluated) Pin
ElizabethC7-Jan-04 8:51
ElizabethC7-Jan-04 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.