Compile errors in string.h after upgrade to SP1
My program worked perfectly before the upgrade.
Now I get:
Build started: Project: hwa_dwa, Configuration: Debug Win32
Compiling...
configure.cpp
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : warning C4002: too many actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : error C2144: syntax error : 'char' should be preceded by ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : error C2144: syntax error : 'char' should be preceded by ';'
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : warning C4091: '' : ignored on left of 'char' when no variable is declared
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : error C2143: syntax error : missing ';' before ','
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : error C2059: syntax error : ','
c:\program files\microsoft visual studio 8\vc\include\string.h(136) : error C2059: syntax error : ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : warning C4002: too many actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : error C2144: syntax error : 'char' should be preceded by ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : error C2144: syntax error : 'char' should be preceded by ';'
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : warning C4091: '' : ignored on left of 'char' when no variable is declared
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : error C2143: syntax error : missing ';' before ','
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : error C2059: syntax error : ','
c:\program files\microsoft visual studio 8\vc\include\string.h(175) : error C2059: syntax error : ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : warning C4002: too many actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : error C2144: syntax error : 'wchar_t' should be preceded by ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : error C2144: syntax error : 'wchar_t' should be preceded by ';'
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : warning C4091: '' : ignored on left of 'wchar_t' when no variable is declared
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : error C2143: syntax error : missing ';' before ','
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : error C2059: syntax error : ','
c:\program files\microsoft visual studio 8\vc\include\string.h(296) : error C2059: syntax error : ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : warning C4002: too many actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : error C2144: syntax error : 'wchar_t' should be preceded by ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : error C2144: syntax error : 'wchar_t' should be preceded by ';'
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : warning C4091: '' : ignored on left of 'wchar_t' when no variable is declared
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : error C2143: syntax error : missing ';' before ','
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : error C2059: syntax error : ','
c:\program files\microsoft visual studio 8\vc\include\string.h(303) : error C2059: syntax error : ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : warning C4002: too many actual parameters for macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_EX'
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : error C2144: syntax error : 'wchar_t' should be preceded by ')'
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : error C2144: syntax error : 'wchar_t' should be preceded by ';'
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : warning C4091: '' : ignored on left of 'wchar_t' when no variable is declared
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : error C2143: syntax error : missing ';' before ','
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : error C2059: syntax error : ','
c:\program files\microsoft visual studio 8\vc\include\string.h(309) : error C2059: syntax error : ')'
Any ideas?
Thanks,
Tim

