qmsg is the message compiler.
Syntax
qmsg [options] input-file output-file
Possible options
-? [ --usage ] |
Display usage information |
-V [ --version ] |
Show version |
-v [ --verbose ] |
Verbose output |
-e [ --encoding ] |
Input-file encoding |
-d [ --define ] |
|
-i |
Path to the connected files esql |
Usage
qmsg generates a compiled message file of the name specified by output-file from an ASCII source file of help messages specified by input-file. Since there is no convention on message file names, Lycia does not require any specific file extension format.
All the file names you use in your 4gl development must be platform-independent.
If you use platform-dependent names (e.g., combine upper and lower case, use colons, finish names with a full stop, etc.), please remember that they might cause different problems when you move your project to another platform.