Maybe it's a silly question, but I want to know it anyway:
Can you use Delphi to develop DOS (not-Windows) programs?
Please let me know,
-- Jan
--------------------------------------------------------------------------------
Jan Hofman | >> This space left blank <<
jho...@xs4all.nl | >> intentionally <<
--------------------------------------------------------------------------------
No.
Paul
==================================
"OS/2 is IBM's Vietnam"
--Jeff Tarter Softletter Editor
==================================
: >Can you use Delphi to develop DOS (not-Windows) programs?
: No.
: Paul
Why not?
Maybe, but out of the box, the answer is still NO. You cannot
create DOS programs with Delphi as of today.
Well, Delphi's command line compiler recognizes the
switch to create DOS applications (the same switch
as in BP 7.0), but there is no System unit for DOS
(real or protected mode).
If somebody somehow manages to create a Delphi
System unit for DOS, we will be able to create DOS
programs with Delphi.
Regards,
Oliver
--
Oliver Fromme, Leibnizstr. 18-61, 38678 Clausthal, Germany
BBS (TBH-BOX): +49-5323-5143 Internet email: fro...@rz.tu-clausthal.de
Info service: send email with Subject "SEND HELP" to the above address
FTP: ftp.tu-clausthal.de WWW: http://www.rz.tu-clausthal.de/~inof/
> Maybe, but out of the box, the answer is still NO. You cannot
> create DOS programs with Delphi as of today.
That's what I said above. What was your message good for?
--
------------------------------------------------------------------------------
| Be seeing you...
__&__ |
/ \ | Curtis Green
| | | Applied Microsystems Embedded Systems
| (o)(o) |
C .---_) | (home) go...@halcyon.com
| |.___| |
| \__/ | (work) cur...@amc.com
/_____\ | http://www.amc.com
/_____/ \ |
/ \ | My opinions are expressly mine on my own.
------------------------------------------------------------------------------
<deletions>
>>
>>If somebody somehow manages to create a Delphi
>>System unit for DOS, we will be able to create DOS
>>programs with Delphi.
>
>Maybe, but out of the box, the answer is still NO. You cannot
>create DOS programs with Delphi as of today.
>
>Paul
>
I picked up a text file off AOL that purports to describe all
the necessary steps for creating a Real mode & Protected mode
System unit and all other files needed to use DCC to build DOS
apps. Email if you're interested in a copy. Be forewarned, it
requires that you have the BP7 RTL source code and TASM.
--
----------------------------
John C. Hansen
han...@wpgate1.wpafb.af.mil
Really, though, what's the point of using Delphi to create a DOS
application. If my information is correct, Delphi is basically a Visual
Pascal for Windows; a cross between Visual BASIC and a Database builder.
Delphi's strong point is it's ability to generate code from "drawing"
your input fields and what not. Since you obviously can't use the
Windows API in DOS, why would you want to use Delphi to develop DOS
apps. Why not just use TP v7 and Turbo Vision? 'Course, I could be
wrong, I've never seen Delphi used, just on the shelf and in ads..
Steven