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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to