Skip to content

Compiled pdfium is not available in windows7 #162

@Haye1213

Description

@Haye1213

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions