Migration from VS6.0(VC++) to VS2003(.NET)

  • Thread starter Thread starter PSN
  • Start date Start date
P

PSN

Hi all,
I have a VC++ project built in VS6.0. I now want to migrate the
project to .NET with Visual studio 2003. The only reason being the
availability of the function "_strtoi64" in .NET which has a critical
role in my project. Also i guess migrating to this environment is
inevitable may be in the coming days .. Because of this i avoid
writing my own function and so on ..

I would be glad for your responses ..

Thanks
Prakash
 
Back
Top