Hello.
At first time, sorry if you find any grammatycal or language mistake in
this post. I'm from Spain, and i don't use to write in english.
Well, my problem:
-I can't use Tprinter?...Why exactly?
-I try to use "printer4lazarus" and i get the same error:
External : SIGSEGV"
I use Lazarus in my little net (one with linux RH8 and other with W98, and printer connected to last one).I have no problem under linux (i use cups, and "cups4lazarus"), but under W98 i can't do more than see the dialogs
PrinterSetup and PrintDialog, in my app. What i'm doing wrong?...
I code some like this:
Printer.Begindoc;
Printer.Canvas("anything");
(...)
Printer.EndDoc;
...Any help or explanation will be welcome.
<================================>