Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with enum Pin
BlackDice12-Aug-04 5:54
BlackDice12-Aug-04 5:54 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:07
David Crow12-Aug-04 6:07 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:14
BlackDice12-Aug-04 6:14 
GeneralRe: Problem with enum Pin
Navin12-Aug-04 6:34
Navin12-Aug-04 6:34 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:49
BlackDice12-Aug-04 6:49 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 6:36
David Crow12-Aug-04 6:36 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:42
BlackDice12-Aug-04 6:42 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 7:28
David Crow12-Aug-04 7:28 
At the time the compiler encounters the MODE type, it does not know "who" it belongs to since the GetAppState() method is defined outside of the class declaration. So, you can either put the definition of the GetAppState() method inside of the class declaration, or you can qualify the MODE type by prefacing it with CBugReporterApp. Make sense?


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 7:41
BlackDice12-Aug-04 7:41 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 8:19
David Crow12-Aug-04 8:19 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 9:01
BlackDice12-Aug-04 9:01 
GeneralRe: Problem with enum Pin
David Crow12-Aug-04 9:25
David Crow12-Aug-04 9:25 
GeneralRe: Problem with enum Pin
BlackDice12-Aug-04 6:56
BlackDice12-Aug-04 6:56 
GeneralRe: Problem with enum Pin
mahade112-Aug-04 20:14
mahade112-Aug-04 20:14 
GeneralRe: Problem with enum Pin
Gil Clark12-Aug-04 6:28
Gil Clark12-Aug-04 6:28 
GeneralRe: Problem with enum Pin
Tim Smith13-Aug-04 4:00
Tim Smith13-Aug-04 4:00 
GeneralRe: Problem with enum Pin
BlackDice13-Aug-04 4:35
BlackDice13-Aug-04 4:35 
GeneralEdit Version Info Properties Tab Pin
pjobson12-Aug-04 5:20
pjobson12-Aug-04 5:20 
GeneralRe: Edit Version Info Properties Tab Pin
David Crow12-Aug-04 5:58
David Crow12-Aug-04 5:58 
GeneralRe: Edit Version Info Properties Tab Pin
pjobson12-Aug-04 8:43
pjobson12-Aug-04 8:43 
GeneralRe: Edit Version Info Properties Tab Pin
David Crow12-Aug-04 8:51
David Crow12-Aug-04 8:51 
GeneralRe: Edit Version Info Properties Tab Pin
pjobson12-Aug-04 10:20
pjobson12-Aug-04 10:20 
GeneralRe: Edit Version Info Properties Tab Pin
tlerner12-Aug-04 10:36
tlerner12-Aug-04 10:36 
Generalerfc in c++ Pin
chepah12-Aug-04 5:18
chepah12-Aug-04 5:18 
GeneralCInternetSession Debug assertation error Pin
biggsy1412-Aug-04 3:06
biggsy1412-Aug-04 3:06 

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.