> frmP = FrmGetActiveForm(); this line is fine
> void FrmCopyLabel(FormType *frmP, UInt16 1001, const > Char ^string) ; hmm.. your a pascal coder aren't you? (use of ^) FrmCopyLabel(frmP, 1001, string); at least, this is what you are trying to do with your code. > The compiler says : parse error before `FormType' well, you just copied the function 'declaration' - your not using it the way you should do as a function call. without being as nasty as the others - you should definately read up a bit on programming in C before you even start diving into the realms of pda programming. or, choose an alternative development tool (NSBasic et al) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
