[fpc-pascal] Re: Placing binary data (resources) in object files?
Reinier Olislagers
reinierolislagers at gmail.com
Wed Jun 5 09:02:34 CEST 2013
On 4-6-2013 20:20, Anthony Walter wrote:
> I came with a nice solution to all this and thought I'd share...
>
> I wrote a tool named makeres. In Lazarus edit the default project
> configuration adding Compilation | Execute Before | makeres $(CompPath).
> Then when ever you build/run a project the following happens:
>
Interesting. FYI, with the fpcres code it's easy to work with resources
cross-platform.
See patch http://bugs.freepascal.org/view.php?id=23533 for a proposal to
extend fpcres to a general resource compiler.
More information about the fpc-pascal
mailing list