when I compile this projekct I got the following error meassage:
85, 41 Type error in argument 1 to `Combo_NewComboBox'; found 'pointer to __cdecl int function(int,int,pointer to void,int,int)' expected 'int'. what is the problem?
Combo_NewComboBox transforms a string control into a combo box custom
control. As arguments, it takes the panel handle and the control
constant that specify the string control you want to make into a combo
box. Instead of passing MainPanelCallback, pass it
gMainWindow.panel.