How do I add an icon to my Codewarrior appl?

konan

Registered
I created a program using Codewarrior 8 and I cannot for the life of me figure out how to change the default icon. I suspect that it has to be done through the resource files. How could I go about adding a custom icon to my appl?

I would prefer to use a "*.r" text resource file rather than an "*.rsrc" file.

Any help would be greatly appreciated,
Konan
 
"Codewarrior 8" , wow, thats old... :)
I dont think that codewarrior 8 has any special way to do this.
As I remember it you have to add a BNDL resource that points to the icon(s) you want to use. Try search google (or Apple Developer) for BNDL
 
BNDL you say? I'll search for it now. Thanks for the nudge in the right direction.

BTW, I figured out that you can "paste" an icon in the general info window of the file. I'd still rather do it via the codewarrior 8 project.

Thanks for the help,
Konan
 
Back
Top