Xref: news2.mv.net comp.os.msdos.djgpp:1801 From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Using DXEs for notrivial tasks? Date: Fri, 08 Mar 1996 17:05:17 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 12 Message-ID: <31405ABD.167E@LSTM.Ruhr-UNI-Bochum.De> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello gurus, I played around a bit with _dxe_load() and am wondering if there are non-trivial tasks one can do with it. The background is, I liked the idea of Borlands BGI drivers very much. I built myself one to produce HPGL output instead of writing to the screen. Now I'm thinking of something similar for DJGPP. Several DXE's for graphics and Hardcopy output. But, I didn't manage to produce an dxe when I include fopen(), printf() and alikes. Am I overdoing the concept of dxe's? Ciao Tom