i am using windows 7 64 bit laptop.i installed turbo c and write programs using dosbox, but i can't run the program.... when run is selected it show some message like not an :exe plz give solution to this problem
feedback
|
|
64-bit Windows cannot run 8- or 16-bit executables due to limitations of Long Mode. Use gcc via MinGW or Cygwin to build them instead. | |||||||||
feedback
|
|
It's a DOS program you're building. So you'll have to run it under DOS, too. | |||||||||||
feedback
|
|
Do not use shortcut ctrl+f9 to run program as it is also a shortcut to close DOSBOX. use menu tab to compile and run programs. | |||
|
feedback
|
|
If you can "live" with it, I run a VM over my linux and win7 (dual boot) with windows XP as the guest OS. This way, I just boot up the VM as necessary. VMWare and virtualbox are good ones. | |||
|
feedback
|