CONDITIONS
Unit file contains {$R *.res} directive. File *.res exists in the same
directory where *.pp file for unit exists.
Compiled units resides in subdirectory, for example called 'units' (-FU
command line switch).DESCRIPTION When project with such unit compiled first time - all work as expected. Compiled *.ppu files goes to 'units', resulting binary created. On the second and next compilations we encounter en error: "Error: Can't open file 'D:\projectpath\units\Unit1.res'". This error is a result of searching *.res in a directory where compiled units exists, but not in a directory where unit source file resided. FPC VERSION: FPC 3.0.0, precompiled binaries for win32, win64 OS: Windows TEST PROJECT: Demo project for this bug in attach or download here: http://rgho.st/8GRBWVWcM (Extract all files to disk; correct path to your FPC in 'compile.bat'; run 'compile.bat' two times) _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
