Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serial Communication and Picture Display in MFC Pin
mahade112-Aug-04 19:45
mahade112-Aug-04 19:45 
GeneralRe: Serial Communication and Picture Display in MFC Pin
JeremieJ12-Aug-04 21:56
JeremieJ12-Aug-04 21:56 
GeneralIGMP and Joining a Multicast Pin
byrd_cam12-Aug-04 8:35
byrd_cam12-Aug-04 8:35 
GeneralRe: IGMP and Joining a Multicast Pin
Ryan Binns12-Aug-04 21:04
Ryan Binns12-Aug-04 21:04 
GeneralPrintPreview Pin
act_x12-Aug-04 6:51
act_x12-Aug-04 6:51 
Generalhandling public and private structs Pin
elephantstar12-Aug-04 6:42
elephantstar12-Aug-04 6:42 
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 
bdiamond wrote:
I know it's something very stupid...

No, just something you may not have thought of. The enum keyword is not like typedef in that you also have to declare an actual variable of the new type before it can be used. So, just remove the _MODE MODE; statement, and change the three references to MODE to be _MODE instead. 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 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 
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 

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.