CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Use of MC Files

  1. #1
    Join Date
    Mar 2004
    Location
    India
    Posts
    276

    Use of MC Files

    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
    Life is like riding a bicycle To keep ur Balance u have to keep riding.

  2. #2
    Join Date
    Apr 2004
    Posts
    76
    Hi poorni,

    mc files are message files used by the mc compiler.

    See here.

    Jeff

  3. #3
    Join Date
    Jul 2001
    Posts
    703
    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.
    "Dont Forget to rate if it helped"

  4. #4
    Join Date
    Mar 2004
    Location
    India
    Posts
    276
    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
    Life is like riding a bicycle To keep ur Balance u have to keep riding.

  5. #5
    Join Date
    Mar 2004
    Location
    India
    Posts
    276
    Can any one tell me the use of mc files????
    Life is like riding a bicycle To keep ur Balance u have to keep riding.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured