Discussion:
Migrate an application 16Bits in 64bits
(too old to reply)
r***@gmail.com
2011-10-19 07:25:42 UTC
Permalink
hello,

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?

Are there solutions to migration?

Sincerely,
David Lowndes
2011-10-19 08:35:57 UTC
Permalink
Post by r***@gmail.com
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

Loading...