2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C2106: '=' : left operand must be l-value
2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C2057: expected constant expression
2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C3304: 'PreAttribute': attribute does not allow unnamed arguments
2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C2106: '=' : left operand must be l-value
2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C2057: expected constant expression
2>c:\apps\microsoft visual studio 9.0\vc\include\string.h(48) : error
C3304: 'PreAttribute': attribute does not allow unnamed arguments
I guess this is related to version of visual studio. Can anyone help
to know which version of visual studio resolves these errors?
Thanks in advance,,!!
post your code
if you really think these are Microsoft specific (and "left operand
must be l-value" sounds pretty generic to me) then try a MS specific
news group or google the error codes (MS error codes seem to make good
google search criteria)
I have never used Visual Studio but I find it rather unlikely
that there are such bugs in header files. In my experience you
get errors like that when you have some bug like a forgotten
semicolon etc. in the sorce file that includes the header file.
Regards, Jens
--
\ Jens Thoms Toerring ___ j...@toerring.de
\__________________________ http://toerring.de
Thanks Jens for your comments..!!
Thanks Nick for your comments..!!