Hi all,
Can anyone tell me is it possible to use mc files to load resources like menus,dialogs etc or only for strings
Poorni
Printable View
Hi all,
Can anyone tell me is it possible to use mc files to load resources like menus,dialogs etc or only for strings
Poorni
Hi poorni,
mc files are message files used by the mc compiler.
See here.
Jeff
MC files - Message Compiler Files
Example of where it is used - In the Event Viewer
You can write strings and create a mc file and then compile it using a mc file , and user the linker we will finally get a dll which is used for event logging .
we cannot use for bitmaps and resources.
Hi ,
i have used the mc files where for single resource id we can have strings of different languages and we can retrieve the strings corresponding to the language u set for that thread using SetThreadLocale()...What i want to know is "Is it Possible to have menu resources within .mc file and like in the InitInstance() of the application ,when i change the language of the thread to other lang..for eg to korean then all my resources like menu items should come in Korean".........IS this possible with .mc files??
Thanx in advance
Poorni
Can any one tell me the use of mc files????