<br><br><div><span class="gmail_quote">On 10/8/08, <b class="gmail_sendername">John vd Waeter</b> <<a href="mailto:john@jvdw.nl">john@jvdw.nl</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br> <br> To polish my application (WinCE, KOL-CE) I wanted to add an icon to the<br> executable.<br> <br> I was suggested to create a resource-file in Delphi, add a Mainicon to<br> it and copy the res-file in my application source dir.<br>
 <br> After that, I inserted a {$R *.res} in the .lpr et voila, after<br> compiling my app showed a beautiful icon.<br> <br> But... after quitting and restarting Lazarus and opening my projectfile,<br> the IDE outcomments the resource-directive:<br>
 <br> {$R *.res} becomes<br> //{$R *.res}<br> <br> It looks like using a resourcefile this way is allowed by the compiler<br> (2.2.0) but not allowed by the IDE?<br> <br> </blockquote></div>I think you have to specify the filename (not *.res, but myresourcewithicon.res), at least that works for me here (on win9x).<br>

<br>
Bart<br>