Home > Archive > VC Language > May 2006 > Compile .mc file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Samuel Shulman 2006-05-26, 7:09 pm |
| How can compile or run this file
I got from Microsoft (included in Win DDK) an application called DevCon with
a file called msg.mc
This file suppose to be used to create the msg.h file
How can I create it (I assume it is a Macro file)
Thank you,
Samuel Shulman
| |
| Brian Muth 2006-05-26, 7:09 pm |
| Use the Message Compiler (mc.exe)
Brian
| |
| Norman Bullen 2006-05-26, 7:09 pm |
| Samuel Shulman wrote:
> How can compile or run this file
>
> I got from Microsoft (included in Win DDK) an application called DevCon with
> a file called msg.mc
> This file suppose to be used to create the msg.h file
> How can I create it (I assume it is a Macro file)
>
> Thank you,
> Samuel Shulman
>
>
A .mc file is probably a "message file." It contains the text and other
information about messages which can be "compiled" by the message
compiler into a message resource that can be added to an application.
The message compiler is MC.EXE which is normally installed along with
VC++ in the \bin directory. You should also have a MC.HLP file which
will tell you how to use the message compiler.
Norm
--
--
To reply, change domain to an adult feline.
|
|
|
|
|