Forum: C++ Jul 3rd, 2008 |
| Replies: 13 Views: 1,336 That is definitely more advanced than I have worked with in the past.
It sounds like Canon has given you the command set available for their proprietary driver for this device. I think what you... |
Forum: C++ Jul 2nd, 2008 |
| Replies: 4 Views: 1,196 Try this:
g++ "C:\HellowWorld.cpp" 2> "C:\output.log"
You could probably also do:
g++ "C:\HellowWorld.cpp" 1>2> "C:\output.log" |
Forum: C++ Jul 1st, 2008 |
| Replies: 13 Views: 1,336 If this is PCL compatible, I can certainly help with that.
If its PostScript help you need, then I probably can't be of much assistance.
Can you identify the model of the printer, and whether... |