Visual C++ 6.0

  • Thread starter Thread starter Deepak Kumar
  • Start date Start date
D

Deepak Kumar

I have an application in Visual Studio 6.0.
Is it possible to compile the same in Visual.NET without
converting the files (Are there any options in Visual.NET
to use Visual C++ 6.0 for compilation)
 
You best option is to compile it in the newer compiler and correct compiler
errors as and when you see them. The new compiler is improved and
more confirming to C++ standards.
 
Back
Top