<p>Am 25.09.2017 08:11 schrieb "Martok" <<a href="mailto:listbox@martoks-place.de">listbox@martoks-place.de</a>>:<br>
><br>
> > Also note that that is only true for Windows. FPC doesn't include a<br>
> > resource compiler for any other platforms. So if no resource compiler<br>
> > exists, you will get a compilation error until you make other plans.<br>
> AFAIK, windres is available for lots of other platforms. If you have to install<br>
> some package, that shoud not really surprise a developer?<br>
> I would assume that FPC just tries to call a resource compiler on all platforms<br>
> and fails with some error message if it isn't available?<br>
><br>
> If so, I wouldn't worry too much about having our own resource compiler. The RC<br>
> script language is actually quite complex, and there'd be next to no benefit to<br>
> reinventing the wheel.</p>
<p>The RC language itself isn't *that* difficult. Main difficulty would be to essentially implement a C-preprocessor-compatible preprocessor.</p>
<p>Regards,<br>
Sven</p>