First post, by Jet Nebula
I've been running Borland's Turbo C 3 under Windows XP for a while. While it does work, there are some big enough annoyances (like 100% CPU usage) that I decided to look for alternative pseudo-platforms. DOSBox is the first I've tried.
Sadly, out of the box (no pun intended), DOSBox doesn't run the Turbo C IDE at all. I'll start DOSBox, mount the appropriate directories, set up the appropriate paths, and try to run tc.exe (the IDE). It does nothing--it's exaclty as if I hit enter at a blank prompt. Note that tcc.exe, the command line compiler, works fine, so this is an issue with the IDE specifically. However, I need to be able to use that IDE.
I've tried a couple of tweaks I read about in other threads--turning off EMS and XMS, lowering the amount of available memory, trying different CPU cores. None of that made any difference.
I've seen a couple of messages about the similar Turbo Pascal, but they weren't helpful. Anyone have experience running with Turbo C 3 and DOSBox?