TEMPLATE_UTILS_HEADER RCDATA "./resources/utils.h"
I made an experiment with fresh fpcres compiled from source. It works
even with your case! Ie with "./folder/filename". I created simple RC
file, added there the line with "./folder/a.bmp", added BMP file in that
folder, called fpcres u
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
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