Hello,
I'm having a weird problem:
In a function, I declare a string "char label_str[20]".
Later in this function, I want to use this string to hold the label of a picture control. So I use the function
GetCtrlAttribute (my_panel, my_picture_control, ATTR_LABEL_TEXT, label_str);
When the debugger executes this function, I get a FATAL RUN_TIME ERROR: Out-of-bounds pointer argument (before start of array).
Labwindows is indicating 'label_str' in the GetCtrlAttribute function (marked in blue).
I really have no idea what's causing this error.

so all hints and tips are really welcome...
Message Edited by Wim S on 01-06-2006 12:21 PM