Krzysiek1105
Member
|
Icon
I added this: # include "resource.h"
App.icon = (Char *) IDI_ICON1 , but it does not work. : (
|
|
10-24-2009 08:47 AM |
|
Esenthel
Administrator
|
RE: Icon
please check tutorial 00 - start
|
|
10-24-2009 11:14 AM |
|
Krzysiek1105
Member
|
RE: Icon
I copied the entire tutorial and still the same. : (
|
|
10-24-2009 11:49 AM |
|
Esenthel
Administrator
|
RE: Icon
the icon needs to be embedded into project as a resource
|
|
10-24-2009 01:26 PM |
|
Krzysiek1105
Member
|
RE: Icon
Icon Location: Project_name/icon.ico
|
|
10-24-2009 03:08 PM |
|
Esenthel
Administrator
|
RE: Icon
the location doesn't matter, what matters is that it must be embedded in project as resource, (copy the files resource.h, resource.rc from the SDK) and just replace your icon, search google more for c++ projects and resources
|
|
10-24-2009 04:53 PM |
|
Barthap
Member
|
RE: Icon
in Visual Studio open project, in solution explorer click right mouse button on project name then click Add->Existing item, select resource.h, resource.rc, icon.ico
|
|
10-24-2009 08:43 PM |
|
Krzysiek1105
Member
|
RE: Icon
(10-24-2009 08:43 PM)Barthap Wrote: in Visual Studio open project, in solution explorer click right mouse button on project name then click Add->Existing item, select resource.h, resource.rc, icon.ico
THX Barthap
|
|
10-25-2009 06:01 AM |
|