From VC6 to .NET 2 questions

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I have a fairly big C++ application that compiles with VC6, I now have .NET
and I want to convert my project.
But before I do that I have 3 questions. First, what is the equivalent NG to
microsoft.public.vc.mfc? and secondly will the new .exe require some new
files that were previously not needed, (like the framework or new Dlls)?
And generally speaking will the compiler root out my previously unknown
problems?

Many thanks

Simon


.



Relevant Pages

  • Re: VS6 vs CPP.NET
    ... Worth keeping in mind though that c++ that compiles under VC6 might well not ... The ATL implementation has also changed IIRC, ... > You would be well advised to jump to VC8 when it comes out. ...
    (microsoft.public.vc.language)
  • Re: Porting from VC6 to VS2005
    ... Then you can have legal code that compiles in both VC6 and later. ... I'm not saying that the better compiler and debugger do not find bugs in your code, rather that they find bugs that can usually be fixed so they work in both places. ... Of course there are some code constructs, especially advanced template ones, that simply were not supported in VC6. ...
    (microsoft.public.vc.mfc)
  • Re: From VC6 to VC.NET
    ... >I have medium size project that compiles just fine with VC6, ... does VC7 convert VC6 ... without much trouble. ... qualify a lot of dependent names with typename, ...
    (microsoft.public.vc.mfc)
  • disambiguating templates in vc6
    ... I have a problem with code that compiles fine in vc7 but not in vc6, ... vc6 gives me an error stating there is an ambiguity ... The same code compiles fine in vc7. ...
    (microsoft.public.vc.language)
  • From VC6 to VC.NET
    ... I have medium size project that compiles just fine with VC6, ... The main reason is because I want to learn some C# and also get used to the ... will I need to buy a special conversion tool? ...
    (microsoft.public.vc.mfc)