Message Compiler - Input Message File Example (Windows)

Following is an example of an input message file:

MessageIdTypeDef=DWORD
LanguageNames=(English=1:MSG00001)
SeverityNames=(Success=0)
FacilityNames=(Application=0x0)

MessageId = 1
Severity = Success 
Facility = Application
Language = English
Error : unrecognized command %1
.

MessageId = 2
Severity = Success 
Facility = Application
Language = English
Error : running low on memory
.

MessageId = 3
Severity = Success 
Facility = Application
Language = English
Informational : %1 files are now open
.



Message Compiler - An Overview
Message Compiler - Syntax
MKMSGF - Make Message File Utility
MKMSGF - Syntax
MKMSGF - Input Message File
MKMSGF - Example of Input Message File