Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Migrate an application 16Bits in 64bits

11 views
Skip to first unread message

romain....@gmail.com

unread,
Oct 19, 2011, 3:25:42 AM10/19/11
to
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

unread,
Oct 19, 2011, 4:35:57 AM10/19/11
to
>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
0 new messages