View Single Post
Old 03-17-2006, 09:06 AM   #5 (permalink)
CSflim
Beyond Belief
 
CSflim's Avatar
 
Join Date: Apr 2003
Location: Ireland
Well the application is a game build on the Torque Game Engine. This engine does not provide any support for printing. So I will not be relying on that to do the printing, so you can pretty much imagine that I just have a bare bones c++ program that has some data in it, that I want to send to the printer somehow. Is there any library that I can download that would help me out?

I was thinking that perhaps the simplest way would be to generate a html file from the data, and then tell the operating system to print this file, as if a user had right clicked the file and selected print, but I don't know how to do this. Do you think this is a good way to do this? And if so, how do I do it in code?
__________________
CSflim is offline   Reply With Quote