>I have the source of an application developed under Visual C + + 16bit, I can recompile it with Visual C + + 1.52 (on a virtual XP) but I want to make an executable for use on Win7/Vista (32/64bit).
>Should we re-develop the entire application?
It will probably be neatest to start with a new project in whatever
version of VC++ you'll be using, and then copy the useful sources for
your old application across to the new project.
Dave