Today I set GUI_DEBUG_LEVEL as 3, and implement the function GUI_X_ErrorOut().
And I found calling WM_DeleteWindow(_hListbox) causes an error message:
GUI_Alloc.c:Block to be deleted is already locked in _Free().
Why this came out? Any ideas?
By the way, I used LISTBOX_SetOwnerDraw().
And I found calling WM_DeleteWindow(_hListbox) causes an error message:
GUI_Alloc.c:Block to be deleted is already locked in _Free().
Why this came out? Any ideas?
By the way, I used LISTBOX_SetOwnerDraw().