Building PDFium with Microsoft Visual C++ 2010 Express
Update: For the issue, fatal error RC1015: cannot open include file ‘afxres.h’ not just change “afxres.h” to <windows.h>, but use a better …
Update: For the issue, fatal error RC1015: cannot open include file ‘afxres.h’ not just change “afxres.h” to <windows.h>, but use a better …
PDFium is an Chrome’s open-source PDF rendering engine, is BSD-licensed and bases on Foxit‘s source code and v8 JavaScript engine. Source is hosted at http://pdfium.googlesource.com …