dmitriychunikhin / pdfium-vfp

PDF Viewer and ReportOutput for Visual FoxPro
The Unlicense
3 stars 1 forks source link

64 bit version #2

Closed mksharmamk closed 4 weeks ago

mksharmamk commented 1 month ago

Please required 64bit version of this nice tool for use with VFP Advanced 64bit

Warm regards Mk

dmitriychunikhin commented 4 weeks ago

I've added VFPA x64 support for pdf viewer (but not for pdfiumreport yet) Check it out git clone https://github.com/dmitriychunikhin/pdfium-vfp and git switch 1.5

2 new files was added: Source/pdfium64.dll and Source/pdfium-vfp64.dll, you have to copy them to your project folder before start

I've tested changes on VFPA 10.0 x64

mksharmamk commented 4 weeks ago

Thank you, I think we also need 64bit libhpdf.dll ?

Warm regards, mk.

dmitriychunikhin commented 4 weeks ago

I'll add libhpdf64.dll today. You need it only if you use pdfiumreport.app

mksharmamk commented 4 weeks ago

Thank you, Yes when vfpa report to pdf.

Warm regards, mk.

dmitriychunikhin commented 4 weeks ago

Just have added libpng64.dll. Source/pdfium-vfp.vcx,pdfum-vfp.vct, Sample/sample.scx, sample.sct have been changed also.
These changes are still in the branch 1.5

Sample reports work fine in VFPA 10.0 x64 Please, check it out in your environment and give a feedback

mksharmamk commented 4 weeks ago

Thank you, tested in VFPA 10.1 64bit and VFPA 10.2 64bit Working perfectly in above both VFPA versions :)

Warm regards, mk.