I'm trying to put my application into the main category. I'm using this 
in an .r file:

data 'taic' (1000)
{
   kProductCategory
};

And elsewhere:

#define kProductCategory "Main"

The problem is that the taic comes out as "Main" without a null byte as 
termination. If I use Constructor, I get that null nyte.

I'm defining a tAIN and tver resource in the exact same way, and they 
are properly terminated.

I suppose I could just define the resource with Constructor, but since 
I'm forced to generate the rest of my product information using a .r 
file, it seems logical to define the category this way too.

Any ideas what's going on? How can I generate a taic resource correctly 
from a .r file?

I'm using CW Palm 8 for the Mac.

I'm not really familiar with .r files, so please excuse me if this is a 
stupid question. :)

Thanks!

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to