Mail Archives: djgpp/2000/11/20/12:21:29
syco <sycoweb AT chez DOT com> wrote:
[...]
>>> 'cause I saw that GRX vars in environment make Allegro compiles not work.
>>> ( like :
>>> @SET PATH="%PATH%;%RSXNTDJ%\bin"
>>> @SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders
>>> @SET LIBRARY_PATH=%RSXNTDJ%\LIB;G:\DJGPP\LIB
>>> )
[...]
> So, does that mean that :
> - I can erase this lines definitively if I don't use GUI RSXNTDJ ?
Yes. They're strictly for RSXNTDJ only. Actually, if memory serves me
well, they're no longer needed in current versions of RSXNTDJ, either.
I.e. you might be having an outdated version, there.
> - I can really use includes and libraries GRX & ALLEGRO in the same progs ?
Not easily. Using two graphics libraries in one and the same program
is likely not going to work. Both assume that the state of the
graphical display is controlled by their routines, alone. Mixing
routines from both libraries cannot work.
For a given program, you have to select one of the libraries, and
stick with that.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -