This worked at one time on borland c++. It just needs Makefiles in lib and in eps directories. You will need a response file for tlib in the lib directory. I did this once before, but lost it when I ported this stuff to Linux. IMPORTANT: MSDOS doesn't provide enough memory for a full bitmap. You MUST define TWOPASS. This will force two passes over a half-page bitmap. To print this with MSDOS you need to do copy /b prn: You can change the location of 'fontdesc' by editing the Makefile.djg in lib. Here is an example fontdesc for MSDOS: font pk epson 3 d:\\tex\\fonts\\epson\\%m\\%f.pk NOTICE the '\\'. This string winds up going through sprintf somewhere in the code, that's why.