Page 1 of 1
Posted: Mon Feb 18, 2002 4:29 pm
by BackupUser
Restored from previous forum. Originally posted by Kanati.
Wrote a printer DLL for blitz... I know Fred said we would get a printer lib in 3.0, but was wondering if anyone wanted a version of the dll for PB (or other dll enabled languages for that matter)... Right now it enumerates printers, opens a printer, closes a printer, you can send plain-jane text, manipulate fonts and font sizes, precision place text on the page, and start and end new pages. It acts a bit like the VB printer object in that it spools everything out before printing.
I ask if this is wanted because it will take a bit of a rewrite to work with "normal" dll enabled languages since blitz uses a poop interface into a dll so dll's have to be written specifically to work with blitz.
If it's wanted (more than just a couple of people I will do a rewrite this
week and release it.)
Kanati
Posted: Mon Feb 18, 2002 5:29 pm
by BackupUser
Restored from previous forum. Originally posted by Rings.
why not?
Getting better with a little help from my friends....thx Siggi
Posted: Mon Feb 18, 2002 6:08 pm
by BackupUser
Restored from previous forum. Originally posted by El_Choni.
I think everybody coding apps was expecting something like this. If I may be of any help, feel free to ask for it. Anyway, if you don't feel like doing it, we can wait till 3.0 (it can't be very far...).
Bye,
El_Choni
Posted: Mon Feb 18, 2002 9:08 pm
by BackupUser
Restored from previous forum. Originally posted by redacid.
Just Do It! (tm)
regards,
Redacid
---
Only Amiga makes it possible!
Posted: Tue Feb 19, 2002 8:22 am
by BackupUser
Restored from previous forum. Originally posted by Ralf.
I have the same opinion like trondoc.
I prefer to have all functions in PUREBASIC itself than to include
a lot of external libs, dlls, etc.
That's why i went away from PROFAN.
So i will wait for PUREBASIC 3.0 .
Edited by - ralf on 19 February 2002 08:23:01
Posted: Tue Feb 19, 2002 11:12 am
by BackupUser
Restored from previous forum. Originally posted by redacid.
tron and ralf: you don´t understand. He has a working dll which only needs "a bit of rewrite". So until PB3 is out you *can* use this DLL!
regards,
Redacid
---
Only Amiga makes it possible!
Posted: Tue Feb 19, 2002 1:31 pm
by BackupUser
Restored from previous forum. Originally posted by PB.
as I have posted elsewhere, I appreciate
the efforts of those who write libs
and such for PureBASIC, but
I still prefer to have
the necessary
functions
a part
of
Why is your post formatted like that?
PB - Registered PureBasic Coder
Posted: Tue Feb 19, 2002 6:10 pm
by BackupUser
Restored from previous forum. Originally posted by redacid.
Why would you *need* to change your code when Fred has his own printer lib ready? If you like the "old" one, why not use it further?
Of course it would be much better if all functions are part of the official PB-distribution - for Win, Amiga AND Linux.
regards,
Redacid
---
Only Amiga makes it possible!
Posted: Tue Feb 19, 2002 9:36 pm
by BackupUser
Restored from previous forum. Originally posted by TronDoc.
that's just it.
I would need to
change my code because I
would not like it once Fred
has it implemented because I do
not wish to have to include a bunch
of external files with my programs.
I thought I said this already?
also as others noted; a .dll
is WinDoze specific.
I want my apps
portable.
-jb
Edited by - TronDoc on 19 February 2002 21:51:16
Posted: Wed Feb 20, 2002 12:28 am
by BackupUser
Restored from previous forum. Originally posted by blue-speed.
that's just it.
I would need to
change my code because I
would not like it once Fred
has it implemented because I do
not wish to have to include a bunch
of external files with my programs.
I thought I said this already?
also as others noted; a .dll
is WinDoze specific.
I want my apps
portable.
-jb
Edited by - TronDoc on 19 February 2002 21:51:16
is that a new style or why do u format ur post like this ?
http://www.purehilfe.de.vu
Posted: Wed Feb 20, 2002 11:05 pm
by BackupUser
Restored from previous forum. Originally posted by Kanati.
I think once I have added graphics support for blitz and the printer dll I will go ahead and rewrite it anyway. That way PowerBasic people will be able to use it as well as PureBasic. For that matter, VB and C++ people can use it though I don't know why they would want to.
Kanati
Posted: Thu Feb 21, 2002 7:43 am
by BackupUser
Restored from previous forum. Originally posted by Ralf.
i will wait until PureBasic 3.0.
Edited by - ralf on 21 February 2002 07:44:14
Posted: Thu Feb 21, 2002 3:11 pm
by BackupUser
Restored from previous forum. Originally posted by Kanati.
Feel free to do so... yeesh. Ain't like I'm trying to convert anyone. It's a tool like any other. Those that wanna use it will and those that don't can bite me.

Just kidding. If you don't wanna use it, don't. It's going to be a regular old DLL and I'm going to be doing it for the powerbasic peoples, but it will work with purebasic as well... So as a side-benefit, purebasic users can... IF they so choose... use it too.
Kanati
Posted: Thu Feb 21, 2002 3:27 pm
by BackupUser
Restored from previous forum. Originally posted by Ralf.
Sorry, I don't wanna make you mad or stop your enthusiasm.
Please, write it. Would you post the source, too ?