Thread: Dos based Gui
View Single Post
Old Sep 30th, 2007, 6:51 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
It's unlikely that you'll be able to use the old Borland stuff. If you're talking about the vintage I'm thinking of, it won't run under a memory-managed, I/O protected system.

I might add that neither the old EDIT that ran under MS-DOS nor the EDIT that runs under cmd.exe is a GUI. They're purely text mode. You can achieve that functionality by merely making a console-based application.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote