Re: [fpc-pascal] fpc-pascal Digest, Vol 216, Issue 16

2022-06-29 Thread Russ via fpc-pascal
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

[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