martindavey
Programmer
I created an MFC project using the wizard.
Then I added the following to the public section in the constructor in myDialog.h
CString strCLubIDs[50];
My program compiles with no errors or warnings and works great.
BUT, when I now go into the class wizard, or try to add a new event handler by double clicking on any controls I get the following error:-
Parsing error: Expected ";".
Input Line: "CString strClubIDs[50];"
What am I doing wrong?
Martin :O|
Then I added the following to the public section in the constructor in myDialog.h
CString strCLubIDs[50];
My program compiles with no errors or warnings and works great.
BUT, when I now go into the class wizard, or try to add a new event handler by double clicking on any controls I get the following error:-
Parsing error: Expected ";".
Input Line: "CString strClubIDs[50];"
What am I doing wrong?
Martin :O|