Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Next question about CPropertySheet! :( Pin
bosfan30-Jul-08 1:42
bosfan30-Jul-08 1:42 
Questionhow to handel user defined MESSAGES QUE in VC++ MFC Pin
pallaka29-Jul-08 22:44
pallaka29-Jul-08 22:44 
AnswerRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
Iain Clarke, Warrior Programmer29-Jul-08 22:53
Iain Clarke, Warrior Programmer29-Jul-08 22:53 
GeneralRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
CPallini29-Jul-08 23:03
mveCPallini29-Jul-08 23:03 
GeneralRe: how to handel user defined MESSAGES QUE in VC++ MFC Pin
Iain Clarke, Warrior Programmer29-Jul-08 23:13
Iain Clarke, Warrior Programmer29-Jul-08 23:13 
QuestionI am getting error in my class declaration Pin
monsieur_jj29-Jul-08 21:54
monsieur_jj29-Jul-08 21:54 
AnswerRe: I am getting error in my class declaration Pin
Cedric Moonen29-Jul-08 21:56
Cedric Moonen29-Jul-08 21:56 
AnswerRe: I am getting error in my class declaration Pin
toxcct29-Jul-08 22:23
toxcct29-Jul-08 22:23 
for the benefit of other readers, the errors messages are :
C2143: syntax error : missing ';' before '<'
C4430: missing type specifier - int assumed. Note: C++ does not support default-int


For my part, I don't understand why you're defining the typedef before defining the class itself ?
Why don't you just move the typedef after the definition of the class, which would also let you remove the forward declaration.

but this is was just a side note.

As you don't bring us the exact code sample, I cannot say exactly what's wrong. Cédric proposed a possible cause, have you checked for it ?
Also, are you sure you didn't forget a ';' anywhere in your header before the typedef instruction ?

At last, have you checked the MSDN for those error codes to know the possible causes for them ?
see C2143[^] and C4430[^]


AnswerRe: I am getting error in my class declaration Pin
David Crow31-Jul-08 6:07
David Crow31-Jul-08 6:07 
QuestionTo avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 21:46
Raghu Panduranga29-Jul-08 21:46 
AnswerRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct29-Jul-08 22:17
toxcct29-Jul-08 22:17 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 22:31
Raghu Panduranga29-Jul-08 22:31 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct29-Jul-08 22:38
toxcct29-Jul-08 22:38 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 22:44
Raghu Panduranga29-Jul-08 22:44 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
toxcct30-Jul-08 0:37
toxcct30-Jul-08 0:37 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer29-Jul-08 22:58
Iain Clarke, Warrior Programmer29-Jul-08 22:58 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga29-Jul-08 23:49
Raghu Panduranga29-Jul-08 23:49 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Iain Clarke, Warrior Programmer30-Jul-08 0:16
Iain Clarke, Warrior Programmer30-Jul-08 0:16 
GeneralRe: To avoid deselction of selected character when clicked on the selected character in CRichEditView. Pin
Raghu Panduranga30-Jul-08 0:11
Raghu Panduranga30-Jul-08 0:11 
Questionincrement operator is not executing when debug in release mode Pin
pallaka29-Jul-08 20:09
pallaka29-Jul-08 20:09 
AnswerRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 20:38
Cedric Moonen29-Jul-08 20:38 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 22:33
pallaka29-Jul-08 22:33 
GeneralRe: increment operator is not executing when debug in release mode Pin
Cedric Moonen29-Jul-08 22:58
Cedric Moonen29-Jul-08 22:58 
GeneralRe: increment operator is not executing when debug in release mode Pin
Iain Clarke, Warrior Programmer29-Jul-08 23:07
Iain Clarke, Warrior Programmer29-Jul-08 23:07 
GeneralRe: increment operator is not executing when debug in release mode Pin
pallaka29-Jul-08 23:12
pallaka29-Jul-08 23:12 

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.