<p>Am 11.10.2017 08:11 schrieb "Martok" <<a href="mailto:listbox@martoks-place.de">listbox@martoks-place.de</a>>:<br>
><br>
> Am 25.09.2017 um 14:24 schrieb Sven Barth via fpc-pascal:<br>
> > The RC language itself isn't *that* difficult. Main difficulty would be to<br>
> > essentially implement a C-preprocessor-compatible preprocessor.<br>
> As I have just discovered, the installer provides a (rather antique) gcc on<br>
> Windows and depends on build-essential on (all?) *nix platforms, so we don't<br>
> even need to do that - piping through "gcc -E -xc" should be all we need.<br>
> That just leaves a reader for fcl-res.</p>
<p>The point of our own resource compiler would be to avoid external dependencies. While me might ship with a gcc on Windows I nevertheless consider it as an external dependency and thus a preprocessor written in Pascal would be preferred.</p>
<p>Regards,<br>
Sven</p>