On Sun, 13 Jul 2014, Andy Stamp wrote: > Hi, > > (Kind of sidetracked from FreeDOS roadmap but seems to belon here...) > > 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. > > For new projects, what compilers should be targeted? OpenWatcom seems like > the obvious choice, but I don't know what other folks are using. > > --Andy
I'd recommend OpenWatcom for 16-bit, either OpenWatcom or DJGPP for 32-bit. Though I myself make heavy use of Borland for 16-bit (because of conio.h). -uso. ------------------------------------------------------------------------------ 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
