pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
966 stars 418 forks source link

Error in Windows XP #151

Closed santiagoerueda closed 6 years ago

santiagoerueda commented 6 years ago

Hello,

We are very happy with this library. We were able to implement it successfully and it works wonders, we are very grateful for your work.

We have a small problem and I hope you can help us, when we try to load a pdf file in demo project of PdfiumViewer in Windows XP SP2 32bits we recived this error:

"The entry point of the InitOnceExecuteOnce procedure is not found in the dynamic link library KERNEL32.dll"

and after

"Unable to load DLL file 'pdfium.dll': Unable to find the specified module. (Exception from HRESULT: 0x8007007E)"

We choose pdfium.dll without V8 functions and upgrade dgbhelp.dll in system32 folder but the errors persists.

What could it be? Thank you!

santiagoerueda commented 6 years ago

I solved it using a pdfium library compatible with Windows XP. You can download it from here:

https://github.com/AndreRRR/PdfiumViewer/blob/master/Libraries/Pdfium/Without%20V8/

roy19831015 commented 6 years ago

can you tell me how to solve the problem with XP? I was confused by this problem for few weeks.

roy19831015 commented 5 years ago

I solved it using a pdfium library compatible with Windows XP. You can download it from here:

https://github.com/AndreRRR/PdfiumViewer/blob/master/Libraries/Pdfium/Without%20V8/

can you tell me how to solve the problem with XP? I was confused by this problem for few weeks. I want to complie pdfium myself because i have to add some functions to it.