I'm trying to include pdfium in my development as dll. Most of FPDF_* functions are directly accessible, however I cannot reference v8 related functions, e.g. v8::initializeICU()
, v8::InitializePlatform()
. Since I'm totally new to this project, and have to raise following questions:
- Are v8 related functions really unavailable in pdfium.dll?
- If not, which lib files I should reference in a c++ project, in order to call the v8 related functions?
- Is there any way to reference v8 functions without referring to the lib files?