G
Guest
Hi,
I have received a source code project written in C++ VS.NET 2003 on .NET 1.1
that compiles without a problem.
I have opened this source code in VS.NET 2005 and the Log wizard says that
Errors 0 and Warnings 0.
When trying to recompile the project I have received these errors:
Error 5 error C2065: 'i' : undeclared identifier c:\Zip for
..NET\kernel\Span\TSpanning.cpp 383
Error 6 error C2065: 'i' : undeclared identifier c:\zip for
..net\kernel\TFile.h 154
Error 7 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\zip for .net\kernel\TFile.h 365
Error 9 error C2065: 'i' : undeclared identifier c:\zip for
..net\kernel\TFile.h 154
Error 10 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\zip for .net\kernel\TFile.h 365
Error 14 error C2440: '=' : cannot convert from 'const char *' to 'char
*' c:\Zip for .NET\kernel\TStringUtils.cpp 195
Error 25 error C2065: 'i' : undeclared identifier c:\Zip for
..NET\kernel\TFile.h 154
Error 26 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\Zip for .NET\kernel\TFile.h 365
1. Isn't it that VS.NET 2005 supposed to be fully compatible with VS.NET
2003 projects for upgrading?
2. I have no much knowledge with C++ as I am a C# developer so can any one
please help me how to compile this source code with VS.NET 2005?
Thanks in advanced,
Asaf
I have received a source code project written in C++ VS.NET 2003 on .NET 1.1
that compiles without a problem.
I have opened this source code in VS.NET 2005 and the Log wizard says that
Errors 0 and Warnings 0.
When trying to recompile the project I have received these errors:
Error 5 error C2065: 'i' : undeclared identifier c:\Zip for
..NET\kernel\Span\TSpanning.cpp 383
Error 6 error C2065: 'i' : undeclared identifier c:\zip for
..net\kernel\TFile.h 154
Error 7 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\zip for .net\kernel\TFile.h 365
Error 9 error C2065: 'i' : undeclared identifier c:\zip for
..net\kernel\TFile.h 154
Error 10 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\zip for .net\kernel\TFile.h 365
Error 14 error C2440: '=' : cannot convert from 'const char *' to 'char
*' c:\Zip for .NET\kernel\TStringUtils.cpp 195
Error 25 error C2065: 'i' : undeclared identifier c:\Zip for
..NET\kernel\TFile.h 154
Error 26 error C2440: 'initializing' : cannot convert from 'const char *' to
'char *' c:\Zip for .NET\kernel\TFile.h 365
1. Isn't it that VS.NET 2005 supposed to be fully compatible with VS.NET
2003 projects for upgrading?
2. I have no much knowledge with C++ as I am a C# developer so can any one
please help me how to compile this source code with VS.NET 2005?
Thanks in advanced,
Asaf