[fpc-pascal] {$R file} support on non-Windows targets
Graeme Geldenhuys
graemeg.lists at gmail.com
Thu Jul 10 10:04:59 CEST 2008
On Thu, Jul 10, 2008 at 9:13 AM, Giulio Bernardi <ugilio at gmail.com> wrote:
> vendor provide their own (brcc32 from borland, wrc from watcom, gorc), but
> they are not "cross platform", even if wrc is able to compile win32, win16
> and os2 resource files for those systems.
You stole my example! :-) I was just about to mention Watcom's
resource compiler. If it works for Win32, Win16 and OS/2, how can it
not be cross-platform? Or do you mean not cross-platform, because a
.res file compiled under OS/2 cannot be used as-is under Win32? If
the latter, would that really be an issue for FPC with a slogan like
"write once, compile everywhere". As long as the application is
compiled on the platform it needs to run on, the resource will be
correct. This excludes cross-compiling, no idea how that works.
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-pascal
mailing list