I tried to prepare an example project, but I can't reproduce de error on it.
I'm using the latest release [0.9.26.2 beta] and trying to compile the example:E:\Lazarus\examples\trayiconI keep getting:wndtray.dpr(42,1) Error: Can't create resource file: E:\Lazarus\examples\trayicon\magnifier.res
open wndtray.lpr
{$ifdef Windows} {$R magnifier.res}{$endif}
{$IFDEF WINDOWS}{$R project1.rc}{$ENDIF}