Hi Franz
Many years ago I use that to print from harbor console programs (hb3.2 and before hb30) without problems.The same thing works for me in harbor as in clipper without changing anything.
I also use dosprinter for other listings.The printer is an epson matrix printer and the pc have win7 pro (with win10 too)
Hi,
You can use the following generic function to print directly.
https://www.dropbox.com/s/x6fg8x2ngmc6cuv/txt2gdih.prg?dl=0
Please modify it to suit your purpose.
HTH,
Warm regards,
Jayadev
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups
"Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/2d7e2814-a808-4d4a-99ae-5c66f758e42a%40googlegroups.com.
thank you for sharing code but I already have a function to convert ESC P code to windows output.
My question was: What is the diff between clipper and hb3.0 "set device to print", because I can capture LPT1 output with DosPrn when prog is compiled with clipper while same prog compiled with hb3.0 output is printed directly to LPT1 and not captured?
How can I capture LPT1 output from hb3.0 progs with DosPrn?