You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
After building pdfium.lib successfully, I created a console app and tried to link to this library but unfortunately I got the C:\google\repo\pdfium\out\release\obj\pdfium.lib : fatal error LNK1136: invalid or corrupt file
OS :windows
IDE : VS2017 pro
# Build arguments go here. # See "gn args <out_dir> --list" for available build arguments. use_goma = false # Googlers only. Make sure goma is installed and running first. is_debug = false # Enable debugging features.
pdf_use_skia = false # Set true to enable experimental skia backend. pdf_use_skia_paths = false # Set true to enable experimental skia backend (paths only).
pdf_enable_xfa = false # Set false to remove XFA support (implies JS support). pdf_enable_v8 = false # Set false to remove Javascript support. pdf_is_standalone = true # Set for a non-embedded build. pdf_is_complete_lib = true is_component_build = false # Disable component build (must be false) is_official_build = true clang_use_chrome_plugins = false # Currently must be false.
Martin Sandsmark
unread,
Jun 4, 2018, 5:22:07 AM6/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sam Andy, pdfium
Hi!
On 2 June 2018 at 06:32, Sam Andy <khalidj...@gmail.com> wrote:
> After building pdfium.lib successfully, I created a console app and tried to
> link to this library but unfortunately I got the
> C:\google\repo\pdfium\out\release\obj\pdfium.lib : fatal error LNK1136:
> invalid or corrupt file