I'm trying to add a combo box to my application and I need to give it the data at run time. I've been following the example on the page linked below but it won't compile and gives the error message of:
syntax error : 'constant'
this relates to the line:
CComboBox *Majors = new CComboBox;
example is from this page:
Is anyone able to help me on this? Thanks in advance!
Bob
syntax error : 'constant'
this relates to the line:
CComboBox *Majors = new CComboBox;
example is from this page:
Is anyone able to help me on this? Thanks in advance!
Bob