BlitzPrinter revisited

BlitzMax Forums/BlitzMax Programming/BlitzPrinter revisited

Kanati(Posted 2006) [#1]
This is very beta... But I've been reworking blitzprinter again and it's going to encompass the BlitzADO library and some other useful items I've come across. This release I'll title Beta 1 and it only has printer functionality.

http://www.obsidianobelisk.com/blitz/kanati.mod.zip

To install it, just copy the kanati.mod directory to your blitzmax mods directory. There's a docs directory under the toolbox.mod directory that should give some indication of where the library is headed and how to use the implemented commands. There is a toolbox.dll under the toolbox.mod directory as well. That needs to be placed in your application directory, or in the system32 directory (yes, this is for windows only).

It has some quirks and some flaws... But excepting the toolbox.dll I've done away with any other dependencies so those wacky few that wouldn't use it because it needed the vb6 runtimes before should be happy.

For now it's free (and I haven't decided if I want to turn the full printer/ado/utility dll into a shareware endeavor or not... That'll be decided later when it's complete).

Kanati


Kanati(Posted 2006) [#2]
One thing that I neglected to mention in the docs is that if you want to print a pixmap, you have to be in graphics mode first. I think that's a problem with blitz and not the library. I don't think you can load the pixmaps until after you call Graphics. If I'm wrong, let me know and I'll see why I was having problems with that.


Wayne(Posted 2006) [#3]
I figure your going to need some testing.

8)


Kanati(Posted 2006) [#4]
suuuuure. You always got my back there. :)

Something that was brought up in an email... Anything you want to do with any beta versions are fine. It's free. If I decide to change licensing after a final is made available it will apply only to the final and any subsequent releases. Never the betas.


Fielder(Posted 2016) [#5]
ANY NEW UPDATE FOR THE LIBRARY?

all the links in all pages are 404

the only one working is thi sone:
(Taken from http://web.archive.org/web/20100317033640/http://www.blitzbasement.net/downloads/downloads.html)

and the file is from 2004 (???)


Endive(Posted 2016) [#6]
Kanati's last post was from 4 years ago. Maybe try emailing him?


Fielder(Posted 2016) [#7]
Tryed but the email adress doesn't exists anymore :(


xlsior(Posted 2016) [#8]
If you're looking for a printing mod for Blitzmax, check out itspeedway's module:

http://sourceforge.net/projects/itsprinting/

windows only, but seems to work pretty darn well and can do text, images, and drawings.


Fielder(Posted 2016) [#9]
Hi Xlsior, i'm using the It's Printing.. but there is an issue for the spool time using graphical data... (add images very slow down the spool time) i'm waiting for an update ...