emendelson / pdftoprinter

AutoIt project for a PDF-to-printer application for Windows
32 stars 12 forks source link

Update QPDF to latest version + bundle MSVCP binaries. #10

Closed felps-dev closed 1 month ago

felps-dev commented 1 month ago

I found out that QPDF need MSVCP binaries, and if you don't have them on your PC it lead to error on DllOpen function. Fixes https://github.com/emendelson/pdftoprinter/issues/8

emendelson commented 1 month ago

The executable is now updated to reflect this change. Thank you.

31kylecampbell commented 1 month ago

I ran into the same issue using both the executable on github and the one on the main page as of 2024-10-06

https://mendelson.org/pdftoprinter.html

I compiled the source using AutoIT and this cleared the error.