Hello, Dipesh_Sharma!
Basically, you can create a managed C++ (MC++) project in VC.NET, and then
include files from the old VC project into new one. Then try to build it.
As a result you'll obtain the same app but with CLR support.
--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com
You wrote on Wed, 26 Sep 2007 23:51:02 -0700:
DS> Hi all,
DS> I have unmanaged code written in VC++ and i have to port it to
DS> VC.Net i.e to make it compatible with .Net environment. Please
DS> suggest me how i can port whole source code with API's etc. What
DS> technique i should use.