1. Best DOS version for Euphoria
- Posted by efapon4 at juno.com
Jun 30, 2001
Hello out there.
Can anyone please tell me which DOS version outside of Windows is best
for Euphoria? Can I develop GUI apps in this version just like in
Windows? My hardware platform will have no Windows OS, just pure DOS the
way it used to be in the old days.
Thanks to anyone and everyone who will respond to me.
2. Re: Best DOS version for Euphoria
----- Original Message -----
From: <efapon4 at juno.com>
> Hello out there.
>
> Can anyone please tell me which DOS version outside of Windows > is best
for Euphoria? Can I develop GUI apps in this version just
>like in Windows? My hardware platform will have no Windows >OS, just pure
DOS the way it used to be in the old days.
6.22 would be best.
You can write GUI apps, but they won't be just like Windows.
The closest in appearance, IMHO, is my GUI for DOS, with
a Borland look.
Jiri Babor has written a DOS GUI with a slightly different look.
Also Andrew Greenwood and several others. Search for
GUI FOR DOS at http://rapideuphoria.com/contrib.htm
Now, none of these are complete with all the goodies that
you expect from Windows apps. Mine lacks, among other things,
listboxes. However, I was just working on adding those.
Another warning - my library (and probably some of the others as well) were
written a long time ago, and haven't been updated to work
with the latest version of Euphoria. If you try mine, and have
problems getting it to run, e-mail me, I'll send you a patch.
Regards,
Irv Mullins
3. Re: Best DOS version for Euphoria
Irv,
----- Original Message -----
From: "Irv Mullins" <irvm at ellijay.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re: Best DOS version for Euphoria
> You can write GUI apps, but they won't be just like Windows.
Should I be interested in replicating Windows, I'd set aside a few zillion
hours to study the kde sources...
Gerardo
4. Re: Best DOS version for Euphoria
> Hello out there.
>
> Can anyone please tell me which DOS version outside of Windows is best
> for Euphoria?
I suppose MS-DOS 6.2 (the latest separate from Win)
> Can I develop GUI apps in this version just like in
> Windows?
Yes, you can. You use dos32lib,
which emulates GUI with text mode.
Martin
5. Re: Best DOS version for Euphoria
martin.stachon at worldonline.cz wrote:
> I suppose MS-DOS 6.2 (the latest separate from Win)
Why only MS DOS 6.2 (the last version was 6.22)? There are some more DOS
versions (like open source Caldera 7.0x).
Here is some information about other DOSs:
http://dosonly.net/dos.htm .
Have a nice day, Rolf