Dear All
I am a newby at C++ and so I would like some information (If anyone knows).
I have a resource file ***.rc which contains all the definitions for the buttons, menus, etc.
When I look at the resource file all of the settings are literal strings
eg
MENUITEM "Display",ID_DISPLAY
My question is :-
Can I change the literal string "Display" into a constant eg MY_DISPLAY and then compile the program ?
If the answer is yes, then my next question is where should I store the declaration of the constant MY_DISPLAY = "Display"
Thank you for your time.
#
###
#####
#######
Ziggurat
I am a newby at C++ and so I would like some information (If anyone knows).
I have a resource file ***.rc which contains all the definitions for the buttons, menus, etc.
When I look at the resource file all of the settings are literal strings
eg
MENUITEM "Display",ID_DISPLAY
My question is :-
Can I change the literal string "Display" into a constant eg MY_DISPLAY and then compile the program ?
If the answer is yes, then my next question is where should I store the declaration of the constant MY_DISPLAY = "Display"
Thank you for your time.
#
###
#####
#######
Ziggurat