> From: Madina
>
> I am getting 6 errors:
> undefined identifier for 'dmCategoriesLength'

That should be spelled dmCategoryLength  (it is 16)

> and 2 for 'ctl'.  And

It would be better to use
  ControlType * ctl;
but that isn't causing the error.

> expression syntax error for the 1st and 3rd line 'static void
> DetailsInit(void)' and 'ControlPtr ctl;'. Then another error says:   ';'
> expected    and points at '{' .

This implies that you have bad code preceeding the function.  Most likely,
you failed to properly close a previous block with '}', so the compiler
thinks all the code for DetailsInit() is inside the previous block and then
it gets confused.


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

Reply via email to