views:

137

answers:

4
+1  Q: 

errors in VS2008.

I have created one application in VS2005. It is working perfectly. But when i am building same application in VS 2008 it is showing these errors please help.

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(771) : error C2065: ‘T’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(818) : error C2061: syntax error : identifier ‘T’

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(774) : error C2065: ‘T’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(820) : error C2065: ‘ppT’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(821) : error C2065: ‘ppT’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(823) : error C2065: ‘ppT’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(839) : error C2065: ‘T’ : undeclared identifier

C:\Program Files\Microsoft Visual Studio 9.0\VC\include\atlbase.h(847) : error C2065: ‘T’ : undeclared identifier

+1  A: 

Check the conversion log for errors; I suspect it did not convert everything correctly.

Mitch Wheat
A: 

seems to be missing UNICODE definition...

lsalamon
A: 

same error is posted here...

please look at this...

http://appdeveloper.intel.com/en-us/node/850

Kasma
A: 

I reinstalled the VS 2008 by completely removing previously installed.

That cleared all errors.

umesh