Hi Andy, > I'm just getting started programming for DOS but have worked a bit with > different printing languages and would love to get started on a project > that converts ESC/P to something more modern like PCL or PS on the fly. I > will definitely need help on the TSR side as I know what they do, but not > how they work.
You could have a look at our GRAPHICS TSR, written in Assembly language: It comes with two small C programs which can convert the ESC/P and HP PCL produced by GRAPHICS into raw pixel array images. This is meant for debugging GRAPHICS, so it only will understand the 2 or 3 commands used by GRAPHICS itself, but it may still be interesting as inspiration for your project :-) Cheers, Eric PS: Those 2 programs are for GCC, easy to port to DJGGP, non-TSR. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
