[fpc-pascal] compiler message files
Tomas Hajny
XHajT03 at hajny.biz
Tue Jan 6 08:19:50 CET 2015
On Tue, January 6, 2015 08:00, Michael Van Canneyt wrote:
> On Tue, 6 Jan 2015, Bee wrote:
Hi,
>> I'm experimenting with FPC's message (.msg) files. I wonder, who did
>> create those files? Where are the text taken from? Is there any tool to
>> generate those files?
>
> They are created manually.
.
.
I'll extend Michael's answer a bit: The English message file is then
converted to an include file and compiled into the compiler as the default
messages (i.e. "errore.msg" doesn't need to be read at run time, although
it's possible to enforce that using the respective command line option).
Furthermore, some parts and their associated comments are also included in
the documentation.
Tomas
More information about the fpc-pascal
mailing list