On Fri, 22 May 2009, Szak�ts Viktor wrote: > I'm still getting these errors with hbwin with MSVC (I've made the > test using this compiler): > --- > ../../axcore.c(188) : error C2143: syntax error : missing ')' before 'this' > ../../axcore.c(188) : error C2143: syntax error : missing ';' before 'this' > ../../axcore.c(188) : error C2059: syntax error : ')'
'this' and 'class' are reserved words in C++. To all: Never create C code which use such identifiers if you plan to use also C++ compilers. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
