/wx/msw/wx.rc:43: parse error before `BEGIN'

Wlodek Szafran wlodek.szafran at _SP.AM_SI.NK_hwcn.org
Tue Aug 29 19:48:03 PDT 2006


On 08/29/2006 7:31 PM, fabio b. wrote:
> 
> Good morning,
> I have a question for you. I hope you can help me, because in none forum 
> i found the reply.
> How to put an icon on a program application?

[cut]

In a Windows program, the first icon placed in the resource file becomes 
the program's icon.  At the top of your .rc file, put something like:

AppIcon ICON "MyProgramIcon.ico"

#include "wx/msw/wx.rc"

and then the rest of your resources.

-- 
Wlodek Szafran






More information about the wx-users mailing list