[fpc-pascal] Embedded resource support for targets using elf32 executable

Michael Van Canneyt michael at freepascal.org
Fri Dec 16 15:07:06 CET 2005



On Fri, 16 Dec 2005, Carsten Bager wrote:

> Hi
> In the " What's New in 2.0.2" it says:
> * Embedded resource support for targets using elf32 executable
> format
> Is there somewhere I can read a description of this.

Not really. But you can just assume that

{$R somefile.res}

Will work, if the .res file is in Win32 resource format,
and

   H:=LoadResource('MYRESOURCES');

Also.

Michael.



More information about the fpc-pascal mailing list