On Sun, 13 Jul 2003, Ronald Fox wrote:

> A significant enhancement found in the win32 release is the
> EventLog unit.  I had a little trouble with compiling the
> example program tstelcmd.pp because the linker couldn't
> find a required resource file.  After finding the missing
> file (fclel.res) in c:\pp\source\fcl\win32\ and copying it
> to my source directory the program compiled (and ran) just
> fine.
>
> Is there a search path for resources or how should this be
> properly fixed?

The .res file should be put next to the installed .ppu file.
To fix it, you can simply copy it there, but it is an error in the
distribution files. (and in the Make install target)

Michael.


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to