How can I make sure that Pilrc will not generate this type 'tSLT' in my .rcp file? I know I can suppress the warning in my CodeWarrior settings but I don't want to do that. Instead, I would like not to generate this 'tSLT' at all. Is it possible?
Warning : The resource type 'tSLT' (0x74534C54) has been redeclared peditPro.r line 18 }; /* end tSLT */
Upgrade to the latest Palm OS SDK and the latest version of Neil Rhodes plugin. This is a problem that occurs due to a change in PalmSource's UIResDefs.r. The current PilRC plugin from Neil outputs #ifdef code to avoid defining the 'tSLT' type if you're using a recent UIResDefs.r that has its definition.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
