Hi all,
after a 6 years hiatus with CodeWarrior C Mac software development, I recently decided to restart all over again and begin studying Carbon, which is the simplest way to put my hands on OS X to me.
I am building a simple application to do some image manipulations, and I have some problems with the infamous PICT rsrc files. I created an image for the About Box, I saved it w/Photoshop as a PICT resource file, I added it to the XCode project, and I can see it in Interface Builder. I added it to the dialog, and if I do the Test Interface (Interface Builder command) it all works and I can see the image.
But when I build the application and run it, I don't see any image at all. I cleaned all the targets, I checked the content of the application (Show Package Contents), I can see the .rsrc file but it's 0 bytes.
Anyone can help me out? Thanks in advance!
(I followed every single word from Learning Carbon book btw)
