[fpc-pascal] Resource compilation

Michael Van Canneyt michael at freepascal.org
Tue Aug 28 21:27:52 CEST 2018



On Tue, 28 Aug 2018, Martok wrote:

> Hi again,
>
> a quick update: I have a somewhat-working version, but many things are still
> missing.
> We have: a preprocessor, full support for BITMAP, ICON, CURSOR, resource
> attributes (LANGUAGE etc.), all RCDATA-like resources, including their
> definition from inline literal statements.
>
> What's missing:
> - UnicodeString Strings (L"foo")
> - various forms of escape sequences for strings
> - Concatenated adjacent strings ("ABC" "DEF")
> - numeric expressions (used for things like computing flags).
> - complex resources: ACCELERATORS DIALOG/EX MENU/EX STRINGTABLE VERSIONINFO

Seems like you have the main things covered, though. 
Nice job and keep up the good work :)

Michael.



More information about the fpc-pascal mailing list