Krzysztof wrote on Thu, 30 Aug 2012:
Maybe I can write own commandline tool for server admins, which can edit resource of another (written in FPC too) executable?
I think the easiest is to add the data at the end of the binary, as has been suggested earlier. It breaks signed applications, but so does changing a resource, so there's no difference as far as that is concerned. And adding/reading data at the end of the binary is much easier than changing a resource.
Jonas _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
