Page 3 of 3
					
				
				Posted: Mon Nov 24, 2008 9:04 am
				by gnozal
				Hi hjf, I just uploaded a 
PB4.20 specific library version : 
http://freenet-homepage.de/gnozal/PureLPRINT___.zip
It should fix your issue.
 
			 
			
					
				
				Posted: Mon Nov 24, 2008 7:29 pm
				by hjf
				Hello gnozal,
thanks for the new version. It works correctly except the LPRINT_Requester() ends with an 'invalid memory acces'. This is for me not important, the Requester is anyway a little to small.
Cia
hjf
			 
			
					
				
				Posted: Tue Nov 25, 2008 2:19 pm
				by gnozal
				Thanks.
I wanted to withdraw the requester anyway.
EDIT : function withdrawn from library.
			 
			
					
				GNOZAL's LPRINT lib
				Posted: Thu Apr 21, 2011 9:57 am
				by oftit
				Hello all
I've been searching around, and found gnozal's LPRINT lib for receipt printers. I just always dont know how to work these things. I tried his example code and installed the "program installment" that followed with it. I compiled it and PB says linker error. I just dont know how to use these libs?
Thank you
			 
			
					
				Re: GNOZAL's LPRINT lib
				Posted: Thu Apr 21, 2011 10:38 am
				by TomS
				If you get a linker error, the lib is outdated. (UserLibs only work with a specific PB-Version, because they rely on PB functions which may change over the versions)
In the thread of the lib must stand which version of PB is the last one that it works with.
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Thu Sep 08, 2011 1:50 pm
				by gnozal
				Update (PB4.5x and PB4.6x versions)
Changes :
- added unicode support.
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Wed Aug 31, 2016 6:37 pm
				by Paradox
				New upload for purebasic 5.X?
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Wed Aug 31, 2016 6:41 pm
				by RSBasic
				http://www.rsbasic.de/backups/ 
 "PureLPRINT_500.zip"
I don't know if it works with PB 5.50.
 
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Wed Aug 31, 2016 8:04 pm
				by Paradox
				
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Thu Sep 01, 2016 8:14 pm
				by IdeasVacuum
				Hi Paradox, PureLPRINT is compatible with PB4.60. So, you could write the part of your app that needs direct LPT access in PB4.60 as a seperate exe, then run that from your main app via RunProgram(). Or depending on your requirements, you could write the whole app in PB4.60.
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Fri Sep 02, 2016 2:53 pm
				by Paradox
				IdeasVacuum wrote:Hi Paradox, PureLPRINT is compatible with PB4.60. So, you could write the part of your app that needs direct LPT access in PB4.60 as a seperate exe, then run that from your main app via RunProgram(). Or depending on your requirements, you could write the whole app in PB4.60.
Hi IdeasVacuum, my program is already complete in pb5.24 (203.000 lines) with the entry of new libs http decided to migrate to pb5.43 however had problems with LPRINT, took another LIB also that solving my problem but wanted to know the default font of LPRINT... Can you tell me the default font LPRINT?
 
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Sun Sep 04, 2016 4:15 pm
				by IdeasVacuum
				I had no idea that there was a default font - probably the default system font?
Have you seen this: LPRINT_plus 
http://forum.purebasic.com/english/view ... 12&t=61920 
			 
			
					
				Re: PureLPRINT library : LPRINT functions (direct LPT access
				Posted: Mon Sep 05, 2016 1:32 pm
				by Paradox
				
It is not the default font, tested, plus I'm using this API to change font. 
Sorry my bad English translator.