In article <110955@palm-dev-forum>,
 "Aaron Ardiri" <[EMAIL PROTECTED]> wrote:

> > #define kProductCategory "Main"
> 
> #define kProductCategory "Main\0"
> 
> i guess that would be too obvious though? :) try that, you may be
> surprised *g*

Forest for trees, forest for trees!

data 'taic' (1000)
{
   kProductCategory"\000"
};

...worked perfectly without breaking my #define for my C code.

Thank you!

Although I'm still curious why all the other resources automatically got 
a null character... :)

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

Reply via email to