Hi all
I just started my C programming lessons and have this doubt. Assume that I have the typical ‘hello world’ program. How can I programmatically redirect the output to a printer using DOS interrupts? I have XP with sp2 and a Canon PIXMA iP1000 USB printer. The main problem is I cant do any printing from the command prompt. I tried both sharing the printer and spooling it with LPT1 but of no use. Does it mean that using C, we can not do any serious programming (that includes printing) in XP? If we can, plz help me with code...Seniors and C Gurus plz help……..thanks in advance
- jay



LinkBack URL
About LinkBacks




All I did was tell the class what to print where and it did its magic -- I don't have to know the first thing about win32 api gdi functions.