I am giving a task to write code in any possible language to run a 16bit application (.exe), currently window's do not support a 16bit application because it old. How do I solve this problem?
- which programming language is suitable for this task? (From my opinion ** I am thinking of writing an emulator to run the app but how do I go about this? ) please I need all the system engineers, reverse engineer and software developer suggestions thanks
I have tried using python but I am unable to communicate to the programme seamlessly and forgot to mention - this app can't run in DosBox
You can buid and run 16 bit applications in DOSBox: www.dosbox.com. From the DOSBox website:
DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X...
DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games...
You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer!
DOSBox is totally free of charge and Open Source.
Check our Downloads page for the most recent DOSBox version.
You can install Turbo-C 2.0 on DOSBox to build your own 16 bits Executable programs.