[fpc-devel] Recompiling FPC to include new messages
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Nov 6 11:01:24 CET 2009
On 06 Nov 2009, at 10:55, fpcdev at silvermono.co.za wrote:
> Within unit verbose.pas, procedure InitVerbose() and procedure
> LoadMsgFile()
> include the code: msg^.LoadIntern(@msgtxt,msgtxtsize);
> According to the compiler, msgtxt is undefined. Where should it be
> defined?
> Where does it read the contents of the message constants?
The answer to both questions is msgtxt.inc, which is included in
verbose.pas
Jonas
More information about the fpc-devel
mailing list