Saturday, May 22, 2010

Visual C++ compiling problem?

I found out how to make a class/struct/union type like "IDD_Cbtncount_Dlg::IDC_CEdit_Display" I try to use this to invoke a property, but when it compiles it says "Syntax error 'semicolin needed before two colins'" I can put a million semicolins in and I still get this. Can you help?

Visual C++ compiling problem?
You'll need to look the code before this function to check is a semicolon is missing or if there is another problem with the code ( which is most likely ).


No comments:

Post a Comment