I use Windows 7 64-bit laptop.i, installed by turbo c, and I write programs using dosbox, but I can’t start the program .... when I select it, it shows some kind of message like: exe plz gives a solution to this the problem
The 64-bit version of Windows cannot run 8- or 16-bit executables due to Long Mode restrictions. Use gcc via MinGW or Cygwin to build them.
This is the DOS program you are building. Thus, you will also have to run it under DOS.
Do not use the ctrl + f9 shortcut to launch the program, as it is also a shortcut to close DOSBOX. Use the menu tab to compile and run programs.
If you can live with it, I run VM on top of my Linux and win7 (dual boot) with Windows XP as a guest OS. This way I just boot the VM as needed. VMWare and virtual boxing are good.
Source: https://habr.com/ru/post/1754075/More articles:Is it possible to work with sound coming through the headphone jack? - androidC # sbyte imitation (8-bit signed integer) in Python - pythonIs there a way to change the default values for php curl options, for a script session or globally? - phpHow do downstream events work in jboss netty? - javaHow to configure Visual Studio 2010 to create ANTLR grammars for C ++ projects? - c ++Android ImageButton setImageResource from variable - androidWhy tag added in HTML5? - htmlHow to share an instance through several php a-la-Wordpress files? - phpApache + Passenger - Apache works; but not responding - ruby-on-railsHow to prevent my application from running in the background on the iPhone - iphoneAll Articles