Re: [fpc-pascal] Workaround for fpcres requiring absolute path

2022-06-27 Thread Alexey Torgashin via fpc-pascal
TEMPLATE_UTILS_HEADER RCDATA "./resources/utils.h" My .rc file has this line, so it seems sometimes relative path is supported: tatbutton BITMAP "res\\tatbutton.bmp" Alexey ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://l

[fpc-pascal] Workaround for fpcres requiring absolute path

2022-06-27 Thread Russ via fpc-pascal
Hi, I use windres on Windows and Linux 32 and 64 bit (via mingw), but that doesn't work on ARM Linux - so I thought I would try using fpcres on Lazarus 2.3.0 and FPC 3.31 using the -FF option, but found that fpcres seems to require an absolute path whereas windres can use a relative path. Gi