I am used to opening the libraries and classes manually. Now I am using -lauto. Do I have to now switch from
to
The change in the NewObject() since I am no longer supplying a pointer to LabelClass, -lauto hasn't done it's thing yet.
FavoritesLabel=NewObject(LabelClass,NULL, LABEL_Image, ImgObjects[IMG_NAV_FAVORITES], LABEL_Text, SAK_LocaleString(MSG_NAV_FAVORITES), TAG_DONE);
FavoritesLabel=NewObject(NULL,"label.image", LABEL_Image, ImgObjects[IMG_NAV_FAVORITES], LABEL_Text, SAK_LocaleString(MSG_NAV_FAVORITES), TAG_DONE);