vc6 and vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

--
hello

can you run VC6 programs with vc.net
unmangaed code and apps with and without MFC

thanks
 
john andrew said:
--
hello

can you run VC6 programs with vc.net
unmangaed code and apps with and without MFC

thanks

Going out on a limb, and assuming you mean "can I take a VC++ 6 project and
work with it in Visual Studio .NET?"...

In general, it should convert OK. However, the VC++ 7.1 (Visual Studio .NET
2003/.NET Framework v1.1) compiler is much tighter on language standards
compliance than was the VC++ 6 compiler, so you may run into situations
where source code will need to be changed before it will compile
successfully.

Happy New Year!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

where's the ClassWiz? 5
NET and VC6 DLLs 1
managed or native 3
.NET calling VC6 dll that uses MFC 3
VC6->VC9 Errors 15
migrating VC6 to VC8 1
VC6 <-> C#(net 2.0) interaction 5
Link error migrating to .NET 2

Back
Top