简体   繁体   English

使用“gn gen”构建后没有pdfium.dll

[英]There is no pdfium.dll after building with "gn gen"

I'm learning to build pdfium project .我正在学习构建pdfium 项目 Following the instructions I get 57 dlls in my out\ directory.按照说明,我在 out\ 目录中获得了 57 个 dll。 However I cannot find the pdfium.dll which is supposed to contain functions like FPDFAvail_GetDocument(), FPDFBitmap_GetBuffer() etc.但是我找不到应该包含FPDFAvail_GetDocument(), FPDFBitmap_GetBuffer()等函数的 pdfium.dll。

Could anyone of you share your successful experience with building pdfium library?你们中的任何人都可以分享您在构建 pdfium 库方面的成功经验吗?

Check the root folder for an x64 and x86 folder.检查 x64 和 x86 文件夹的根文件夹。

They will be in there - move then (in folders) to the bin directory.他们将在那里 - 然后(在文件夹中)移动到 bin 目录。

I was having a similar issue.我遇到了类似的问题。 I used this repo to build PDFium library dll.我使用这个repo来构建 PDFium 库 dll。 Apparently the issue was that the patches were not applying and I had to manually apply the patches to the relevant files and then the build was successful.显然问题是补丁没有应用,我不得不手动将补丁应用到相关文件,然后构建成功。

Hope this helped.希望这有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM