sfts2
September 29th, 2005, 02:07 PM
I have inherited a Windows 16-bit application that was originally written in Borland Turbo-C. While this is a fairly low priority application (600 users), I have been tasked to convert it to 32-bit with 1 resource that has very little programming experience.
Our only goal is to make it compatible with WinXP (no crash), and make sure that we can rebuild the product in the event of a dire emergency. None of the original developers are available.
Are there any tools that can assist with this conversion? Is there anyone with any conversion experience of this type that can share any insight?
One thought we had was to just try to compile the C code using the MSVC++ compiler, which I do not believe will work due to potential use of proprietary Turbo C features, not dealing with the actual differences between Win16 memory address vs 32 bit, etc. Am I wrong here?
I need help urgently.
Thanks in advance!
A PHB
Our only goal is to make it compatible with WinXP (no crash), and make sure that we can rebuild the product in the event of a dire emergency. None of the original developers are available.
Are there any tools that can assist with this conversion? Is there anyone with any conversion experience of this type that can share any insight?
One thought we had was to just try to compile the C code using the MSVC++ compiler, which I do not believe will work due to potential use of proprietary Turbo C features, not dealing with the actual differences between Win16 memory address vs 32 bit, etc. Am I wrong here?
I need help urgently.
Thanks in advance!
A PHB