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 using its full-path, all compiled OK.
Alexey
Thanks for testi
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