1. graphics,eu
--
Mike Sabal:
What graphics program can I use in LINUX that I can be sure that
works with the graphics.eu ?
Why is the graphics.eu filename in the zip file all uppercase ?
Most programmers will expect to be lowercase.
Why isn't there any demo program for testing graphics.eu included
in the archive file ?
The svgalib library on my LINUX system was not installed by default
so I can not be sure that it is setup correctly, without having a
a demo that I know for sure that it works.
Thanks,
Bernie
2. Re: graphics,eu
>>> xotron at PCOM.NET 09/12/00 01:50PM >>>
> What graphics program can I use in LINUX that I can be sure that
> works with the graphics.eu ?
Any graphics demos included with the DOS version of euphoria will work with
graphics.eu. Just rename graphics.eu to graphics.e (in other words, backup, then
overwrite the original Linux version with the new one).
> Why is the graphics.eu filename in the zip file all uppercase ?
> Most programmers will expect to be lowercase.
A problem with writing to a vfat file system mounted into LoopLinux. And I
had no choice but to zip it because of FreeServer filetype restrictions.
> Why isn't there any demo program for testing graphics.eu included
> in the archive file ?
With Euphoria for DOS available as public domain, and a whole archive full of
excellent DOS graphics programs, the point of the library is to provide seamless
conversion from DOS to Linux. Any demo programs I could provide would be weak
and redundant.
> The svgalib library on my LINUX system was not installed by default
> so I can not be sure that it is setup correctly, without having a
> a demo that I know for sure that it works.
Generally, the svgalib package file (whether tar, tgz, rpm, or other) comes
with a couple of test programs. If not, there are a large number of programs
that use svgalib available at Redhat's or Slackware's web sites. It's probably a
better idea to test svgalib as directly as possible before getting into potential
pathing problems presented by Euphoria programs.
HTH,
Michael J. Sabal
Thanks,
Bernie