From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro OR Grx OR ( Allegro AND Grx ) Date: 20 Nov 2000 17:11:35 GMT Organization: Aachen University of Technology (RWTH) Lines: 30 Message-ID: <8vbm07$4ma$1@nets3.rz.RWTH-Aachen.DE> References: <8vb95a$mvs$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <8vbj5n$eev$1 AT pollux DOT ip-plus DOT net> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 974740295 4810 137.226.32.75 (20 Nov 2000 17:11:35 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 20 Nov 2000 17:11:35 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com syco 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.