-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiled pdfium is not available in windows7 #162
Comments
pdfium-binaries are currently built without PartitionAlloc, which is not Windows-7-compatible according to https://groups.google.com/g/pdfium/c/nvsDYtu1v7c/m/UyCzD2N0AQAJ. |
Hi!@mara004 , |
@Haye1213 We've been using PartitionAlloc-disabled binaries for a while now and so far haven't had any issues. If you are concerned about disabling PartitionAlloc, you could alternatively try to patch the code that does not work on Win7, but supposedly you'd be on your own with this. |
I would like to ask how you compile pdfium. The chromium6307 version of pdfium I compiled will crash when using FPDF_InitLibrary on windows7 system, but this problem will not occur when using the one you provide
I use the command line to compile, enter the command line as follows:
gn args out/x64
ninja -C out/x64 pdfium
My args.gn file looks like this:
is_component_build = false
is_debug = false
pdf_enable_v8 = false
pdf_enable_xfa = false
pdf_is_standalone = true
target_cpu = "x86"
target_os = "win"
treat_warnings_as_errors = false
Now I can't find the problem, I hope to get your reply, thank you
The text was updated successfully, but these errors were encountered: