Can existing vc++6 projects be managed with c++ .net?
johannes,
You can load the projects into VS.Net and it'll convert them into its
newer project format. There's no supplied way of maintaining the
project such that you can reload it in VC6 though - you'd have to
maintain 2 separate projects with common sources.
Dave