Click here to Skip to main content
15,888,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C++ package objects into separate .dll class library projects Pin
Rajkumar R25-Feb-08 16:56
Rajkumar R25-Feb-08 16:56 
GeneralRe: C++ package objects into separate .dll class library projects Pin
TheGeneral6925-Feb-08 19:12
TheGeneral6925-Feb-08 19:12 
GeneralAbout constructer Pin
rowdy_vc++21-Feb-08 17:46
rowdy_vc++21-Feb-08 17:46 
AnswerRe: About constructer [modified] Pin
Rajkumar R21-Feb-08 18:31
Rajkumar R21-Feb-08 18:31 
QuestionRe: About constructer Pin
CPallini21-Feb-08 21:23
mveCPallini21-Feb-08 21:23 
GeneralRe: About constructer Pin
Hamid_RT23-Feb-08 1:54
Hamid_RT23-Feb-08 1:54 
GeneralRe: About constructer Pin
David Crow22-Feb-08 2:41
David Crow22-Feb-08 2:41 
GeneralNooby would like assistance with compile error building a property sheets program [modified] Pin
doorprize21-Feb-08 17:06
doorprize21-Feb-08 17:06 
The compile error message I get is this:

compiling...
MyVariable01Dlg.cpp
c:\MFC_Todays_Work\Tree_Prop_Sheet_Project_20Feb08_pm\MyVariable01Dlg.h(15) : error C2065: 'IDD_PROPPAGE_MyVariable01' : undeclared identifier

Build log was saved at "file://c:\MFC_Todays_Work\Tree_Prop_Sheet_Project_20Feb08_pm\Debug\BuildLog.htm"
TreePropSheet - 1 error(s), 0 warning(s)

Yet, I have defined IDD_PROPPAGE_MyVariable01 in my code as shown and the name in the property sheet is OK

<red>enum { IDD = IDD_PROPPAGE_MyVariable01 };</red>


I am running Visual Studio.net version 2003 on a current Win XP workstation

I'm new at this, so it is probably something very simple. The problem occured when I added a fourth sheet to a module that contained three sheets and worked OK.

Any help much appreciated.

Response 26 Feb 08
Thanks for your feedback. I hadn't thought of a failure brought about by not recompiling the PCH file, which I did and no luck.

I agree the variable was not defined, so I restarted from scratch and second time round worked OK.

I'm learning that MFC can be a handful.

modified on Tuesday, February 26, 2008 12:23 AM

GeneralRe: Nooby would like assistance with compile error building a property sheets program Pin
Rajkumar R21-Feb-08 18:23
Rajkumar R21-Feb-08 18:23 
GeneralRe: Nooby would like assistance with compile error building a property sheets program Pin
David Crow22-Feb-08 2:43
David Crow22-Feb-08 2:43 
GeneralSystemtray Pin
act_x21-Feb-08 15:04
act_x21-Feb-08 15:04 
GeneralRe: Systemtray Pin
Stephen Hewitt21-Feb-08 16:06
Stephen Hewitt21-Feb-08 16:06 
GeneralVersion Info Pin
Bram van Kampen21-Feb-08 14:47
Bram van Kampen21-Feb-08 14:47 
GeneralRe: Version Info Pin
Stephen Hewitt21-Feb-08 14:55
Stephen Hewitt21-Feb-08 14:55 
QuestionRe: Version Info Pin
David Crow22-Feb-08 2:45
David Crow22-Feb-08 2:45 
Generalresizing a property sheet Pin
act_x21-Feb-08 14:45
act_x21-Feb-08 14:45 
GeneralRe: resizing a property sheet Pin
jhwurmbach21-Feb-08 23:47
jhwurmbach21-Feb-08 23:47 
QuestionRe: resizing a property sheet Pin
David Crow22-Feb-08 2:46
David Crow22-Feb-08 2:46 
GeneralRe: resizing a property sheet Pin
KaЯl22-Feb-08 3:13
KaЯl22-Feb-08 3:13 
Generalgaussion function Pin
gentleguy21-Feb-08 14:38
gentleguy21-Feb-08 14:38 
GeneralRe: gaussion function Pin
rowdy_vc++21-Feb-08 17:53
rowdy_vc++21-Feb-08 17:53 
GeneralRe: gaussion function Pin
gentleguy21-Feb-08 19:17
gentleguy21-Feb-08 19:17 
GeneralRe: gaussion function Pin
rowdy_vc++21-Feb-08 20:09
rowdy_vc++21-Feb-08 20:09 
GeneralRe: gaussion function Pin
gentleguy21-Feb-08 20:29
gentleguy21-Feb-08 20:29 
GeneralRe: gaussion function Pin
rowdy_vc++21-Feb-08 22:11
rowdy_vc++21-Feb-08 22:11 

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.