Home > Archive > Clipper > February 2006 > Escape Lib
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| BENTAP 2006-01-23, 6:55 pm |
| Hi there
I am using ESCAPE Lib for printing to HP, but when I use the function
HPPCX to print
pcx image, the program bombs
my version is 3.5, I believe that ver. 4 is more reliable, and I would
like to grt
any suggestion about usibg this lib.
(to use a diff. product for printing to HP printers is too much time
consuming now,
since i have over 15000 lines of code for printing misc. forms)
Thanks
| |
| E. Fridman 2006-01-23, 9:55 pm |
| I've used 4.0 in a real-mode application, though did not have a need
for HPPCX().
| |
| AUGE_OHR 2006-01-23, 9:55 pm |
| hi,
> pcx image, the program bombs
did you try other PCX with different Size, Colordeep etc. ?
try to load it in M$ Paint and save it as new file in M$ Format.
greetings by OHR
Jimmy
| |
| BENTAP 2006-01-29, 3:55 am |
| Jimmy.
Thank you for your reply.
I beleive that the poroblem is with the C routine that translate the
PCX into PCL5 Escape codes,
I tried with 3 diff. files with same GPF error.
Thanks again
| |
| BENTAP 2006-01-29, 3:55 am |
| E. Fridman!
I would like to test this version (4.0) to see if HPPCX function works,
I hope that there is a legal way
for me to test it and than obtain upgrade to my version.
Please let me know if you can send me the LIB file for testing purpuse.
Thanks
Ben
(bentap@aol.com)
| |
| Randy Howe 2006-02-08, 8:52 am |
| Use only smaller PCX files and you shouldn't have any trouble.
I tried version 4.0 and found it had more bugs than version 3.5.
My app uses hpPCX(0, 5.0, LOGOFILE, 'I') with much success.
I use version 3.5.
IHTH
- Randy
"BENTAP" <BENTAP@AOL.COM> wrote in message
news:1138511645.911098.171700@g43g2000cwa.googlegroups.com...
> Jimmy.
>
> Thank you for your reply.
> I beleive that the poroblem is with the C routine that translate the
> PCX into PCL5 Escape codes,
> I tried with 3 diff. files with same GPF error.
>
> Thanks again
>
|
|
|
|
|