vs 2005 + sp1 errors

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
adrian_007
Posts: 32
Joined: 2006-03-06 10:54
Location: Poland

vs 2005 + sp1 errors

Post by adrian_007 » 2006-12-24 11:51

try to compile 0.699 after vs update:

Code: Select all

------ Build started: Project: taocrypt, Configuration: Debug Win32 ------
Compiling...
md4.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 : ')'
template_instnt.cpp
what's wrong with it?

Locked