I have some problems to change a button icon and behaviour of an user toolbar. I use this function call:
TOOLBAR_ChangeButton(2, StopIcon, StopScene);
I tryed also:
TOOLBAR_ChangeButton(2, &StopIcon[0], StopScene);
but in both cases its executon hangs the application.
Every parameter exists and is not NULL.
Has anyone any problem similar to this?