Hi
Trying to get my animation to start working.
my code looks like:
//Start animation
AnimateCtrl_ConvertFromPictRing( panelSearchHandle, SEARCH_ANIMATION_PIC );
AnimateCtrl_SetAttribute ( panelSearchHandle, SEARCH_ANIMATION_PIC, ATTR_ANIMATE_ENABLED, 1);
AnimateCtrl_SetAttribute ( panelSearchHandle, SEARCH_ANIMATION_PIC, ATTR_ANIMATE_FRAME_INTERVAL, 1);
AnimateCtrl_SetAttribute ( panelSearchHandle, SEARCH_ANIMATION_PIC, ATTR_ANIMATE_STOP_ON_LAST_FRAME, 0);
ClearListCtrl( panelSearchHandle, SEARCH_LISTBOX );
But I get the error, missing prototype on every AnimateCtrl, when compile. Looks like I misses an include or something.
Please help a young programmer..