GithubHelp home page GithubHelp logo

tojocky / node-pdfium Goto Github PK

View Code? Open in Web Editor NEW
71.0 71.0 26.0 4.86 MB

Native PDFium ported for node, iojs and nwjs

License: BSD 2-Clause "Simplified" License

Python 5.83% JavaScript 0.81% C++ 93.36%

node-pdfium's People

Contributors

antoinepairet avatar matteomeil avatar pushpak avatar rschaar avatar tojocky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

node-pdfium's Issues

Build fails w/ Node JS v6.5.0 and Visual Studio 2015

node-pdfium fails with Node JS 6.5.0

error seems to be indicative of change in Node JS native API

..\..\..\third_party\pdfium\fpdfsdk\src\javascript\JS_Runtime.cpp(103): error C2660: 'v8::Isolate::New': function does not take 0 arguments [X:\node-pdfium\build\third_party\pdfium\javascript.vcxproj]

config step

X:\node-pdfium>node-gyp configure
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp info spawn X:\Frameworks\python2\python.EXE
gyp info spawn args [ 'X:\\Frameworks\\nvm\\v6.5.0\\node_modules\\node-gyp\\gyp\\gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'msvs',
gyp info spawn args   '-G',
gyp info spawn args   'msvs_version=auto',
gyp info spawn args   '-I',
gyp info spawn args   'X:\\node-pdfium\\build\\config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'X:\\node-pdfium\\common.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'X:\\Frameworks\\nvm\\v6.5.0\\node_modules\\node-gyp\\addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   'C:\\Users\\Admin\\.node-gyp\\6.5.0\\include\\node\\common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=C:\\Users\\Admin\\.node-gyp\\6.5.0',
gyp info spawn args   '-Dnode_gyp_dir=X:\\Frameworks\\nvm\\v6.5.0\\node_modules\\node-gyp',
gyp info spawn args   '-Dnode_lib_file=node.lib',
gyp info spawn args   '-Dmodule_root_dir=X:\\node-pdfium',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'X:\\node-pdfium\\build',
gyp info spawn args   '-Goutput_dir=.' ]
Warning: Missing input files:
X:\node-pdfium\build\third_party\pdfium\..\..\..\third_party\pdfium\core\src\fxcodec\libjpeg\makefile
gyp info ok

build step


X:\node-pdfium>node-gyp build
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp info spawn C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe
gyp info spawn args [ 'build/binding.sln',
gyp info spawn args   '/clp:Verbosity=minimal',
gyp info spawn args   '/nologo',
gyp info spawn args   '/p:Configuration=Release;Platform=x64' ]
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  win_delay_load_hook.cc
  bigint.vcxproj -> X:\node-pdfium\build\Release\\bigint.lib
  win_delay_load_hook.cc
  fdrm.vcxproj -> X:\node-pdfium\build\Release\\fdrm.lib
  win_delay_load_hook.cc
  formfiller.vcxproj -> X:\node-pdfium\build\Release\\formfiller.lib
  win_delay_load_hook.cc
  fpdfapi.vcxproj -> X:\node-pdfium\build\Release\\fpdfapi.lib
  win_delay_load_hook.cc
  fpdfdoc.vcxproj -> X:\node-pdfium\build\Release\\fpdfdoc.lib
  win_delay_load_hook.cc
  fpdftext.vcxproj -> X:\node-pdfium\build\Release\\fpdftext.lib
  win_delay_load_hook.cc
  freetype.vcxproj -> X:\node-pdfium\build\Release\\freetype.lib
  win_delay_load_hook.cc
  fx_lpng.vcxproj -> X:\node-pdfium\build\Release\\fx_lpng.lib
  win_delay_load_hook.cc
  fxcodec.vcxproj -> X:\node-pdfium\build\Release\\fxcodec.lib
  win_delay_load_hook.cc
  fxcrt.vcxproj -> X:\node-pdfium\build\Release\\fxcrt.lib
  win_delay_load_hook.cc
  fxedit.vcxproj -> X:\node-pdfium\build\Release\\fxedit.lib
  win_delay_load_hook.cc
  fxge.vcxproj -> X:\node-pdfium\build\Release\\fxge.lib
  JS_Runtime.cpp
  win_delay_load_hook.cc
..\..\..\third_party\pdfium\fpdfsdk\src\javascript\JS_Runtime.cpp(103): error C2660: 'v8::Isolate::New': function does not take 0 arguments [X:\node-pdfium\build\third_party\pdfium\javascript.vcxproj]
  win_delay_load_hook.cc
  jsapi.vcxproj -> X:\node-pdfium\build\Release\\jsapi.lib
  win_delay_load_hook.cc
  pdfwindow.vcxproj -> X:\node-pdfium\build\Release\\pdfwindow.lib
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (X:\Frameworks\nvm\v6.5.0\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "X:\\Frameworks\\nodejs\\node.exe" "X:\\Frameworks\\nodejs\\node_modules\\node-gyp\\bin\\node-gyp.js" "build"
gyp ERR! cwd X:\node-pdfium
gyp ERR! node -v v6.5.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok

node-pdfium project building failed.

Hi I downloaded the node-pdfium zip and extracted the package. The "noge-gyp configure" command run successfully in the root folder but while building the project using command "node-gyp build" it throw the following error and warning:-

C:\Users\xz\Downloads\node-pdfium-master>node-gyp build
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | ia32
gyp info spawn C:\Program Files\MSBuild\14.0\bin\msbuild.exe
gyp info spawn args [ 'build/binding.sln',
gyp info spawn args   '/clp:Verbosity=minimal',
gyp info spawn args   '/nologo',
gyp info spawn args   '/p:Configuration=Release;Platform=Win32' ]
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\third_party\bigint.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\third_party\bigint.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fdrm.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fdrm.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\formfiller.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\formfiller.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fpdfapi.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fpdfapi.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fpdfdoc.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fpdfdoc.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fpdftext.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fpdftext.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\third_party\freetype.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\third_party\freetype.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\fx_lpng.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\fx_lpng.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fxcodec.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fxcodec.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fxcrt.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fxcrt.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fxedit.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fxedit.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\fxge.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\fxge.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\javascript.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\javascript.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\jsapi.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\jsapi.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\third_party\pdfium_base.vcxpr
oj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not find WindowsSDKDir variable from the registry.  TargetFram
eworkVersion or PlatformToolset may be set to an invalid version number. [C:\Users\xz\Downloads\node-pdfium-master\build\third_party\pdfium\pdfwindow.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -1073741515. [C:\Users\xz\Downloads\node-pd
fium-master\build\third_party\pdfium\pdfwindow.vcxproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\xz\AppData\Roaming\nvm\v0.12.7\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at ChildProcess.emit (events.js:110:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\node-gyp\\bin\\node-gyp.js" "build"
gyp ERR! cwd C:\Users\xz\Downloads\node-pdfium-master
gyp ERR! node -v v0.12.7
gyp ERR! node-gyp -v v3.2.1
gyp ERR! not ok

C:\Users\xz\Downloads\node-pdfium-master>�
                                                                                                                               ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

One more thing I need to ask is weather to build this project using node-gyp or via nw-gyp because I want to use this plugin in node-webkit.

can't build on windows7 32-bit

I'm a rookie. I try to use 'npm install pdfium' command, but always error.

Info:

2421 info preinstall [email protected]
2422 silly install resolved []
2423 verbose about to build C:\Users\xiaoai\node_modules\pdfium
2424 info build C:\Users\xiaoai\node_modules\pdfium
2425 verbose linkStuff [ false, false, false, 'C:\Users\xiaoai\node_modules' ]
2426 info linkStuff [email protected]
2427 verbose linkBins [email protected]
2428 verbose linkMans [email protected]
2429 verbose rebuildBundles [email protected]
2430 info install [email protected]
2431 verbose unsafe-perm in lifecycle true
2432 info [email protected] Failed to exec install script
2433 verbose unlock done using C:\Users\xiaoai\AppData\Roaming\npm-cache_locks\pdfium-791539a3aa48c796.lock for C:\Users\xiaoai\node_modules\pdfium
2434 verbose stack Error: [email protected] install: node-gyp rebuild
2434 verbose stack Exit status 1
2434 verbose stack at EventEmitter. (D:\Tools\nodejs\node_modules\npm\lib\utils\lifecycle.js:213:16)
2434 verbose stack at EventEmitter.emit (events.js:110:17)
2434 verbose stack at ChildProcess. (D:\Tools\nodejs\node_modules\npm\lib\utils\spawn.js:14:12)
2434 verbose stack at ChildProcess.emit (events.js:110:17)
2434 verbose stack at maybeClose (child_process.js:1008:16)
2434 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1080:5)
2435 verbose pkgid [email protected]
2436 verbose cwd C:\Users\xiaoai
2437 error Windows_NT 6.1.7600
2438 error argv "D:\Tools\nodejs\node.exe" "D:\Tools\nodejs\node_modules\npm\bin\npm-cli.js" "install" "pdfium"
2439 error node v0.12.1
2440 error npm v2.5.1
2441 error code ELIFECYCLE
2442 error [email protected] install: node-gyp rebuild
2442 error Exit status 1
2443 error Failed at the [email protected] install script 'node-gyp rebuild'.
2443 error This is most likely a problem with the pdfium package,
2443 error not with npm itself.
2443 error Tell the author that this fails on your system:
2443 error node-gyp rebuild
2443 error You can get their info via:
2443 error npm owner ls pdfium
2443 error There is likely additional logging output above.
2444 verbose exit [ 1, true ]
2445 verbose unbuild node_modules\pdfium
2446 info preuninstall [email protected]
2447 info uninstall [email protected]
2448 verbose unbuild rmStuff [email protected] from C:\Users\xiaoai\node_modules
2449 info postuninstall [email protected]
2450 verbose gentlyRm vacuuming C:\Users\xiaoai\node_modules\pdfium
2451 silly gentlyRm purging C:\Users\xiaoai\node_modules\pdfium
2452 silly gentlyRm quitting because other entries in C:\Users\xiaoai\node_modules

node-gyp rebuild is failed.what need tools for it?Thank you

Building X86 on Windows 7 X64

Basically I got warnings messages "warning LNK4068: /MACHINE not specified" that made it default to X64 and thus error and failed compilation.
I fixed it by quickly modifying generated pdfium.vcxproj and adding /MACHINE:X86 by hand to

<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   <ClCompile>
      <AdditionalOptions>/MACHINE:X86 /MP %(AdditionalOptions)</AdditionalOptions>

and to

<Lib>
      <AdditionalOptions>/MACHINE:X86 /LTCG %(AdditionalOptions)</AdditionalOptions>

It should instead probably be done in pdfium.gyp, so if you want to, you can fix it. :)

Request to move repo under NW Userland

Hi @tojocky,

I'm part of a GitHub org called NW Utils. I'm trying to consolidate NW tooling so it's easier to find useful projects and give much needed life to stagnant ones. I also think this would be a great opportunity to exchange ideas and learn new things. Let me know what you think and if you’d be willing to.

Best Regards
Ayushman

npm install failed on windows 10, node v6.11.3 & v8.9.4 32bits

Hi, I try to install this package with a simple npm instal --save pdfium. everything looks fine until I have this following error:

  PWL_SpecialButton.cpp
  PWL_Utils.cpp
  PWL_Wnd.cpp
  win_delay_load_hook.cc
  pdfwindow.vcxproj -> C:\Users\kiuKisas\Documents\projects\odk3\node_modules\pdfium\build\Release\\pdfwindow.lib
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\Equinox\Documents\projects\odk3\node_modules\pdfium
gyp ERR! node -v v6.11.3
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-linux@^1.1.0 (node_modules\7zip-bin\node_modules\7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"win32","arch":"ia32"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-mac@^1.0.1 (node_modules\7zip-bin\node_modules\7zip-bin-mac):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
npm ERR! Windows_NT 10.0.16299
npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "pdfium"
npm ERR! node v6.11.3
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the pdfium package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs pdfium
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls pdfium
npm ERR! There is likely additional logging output above.

EDIT: Same error with node v8.9.4

EMF format not supported for all printers

the getSupportedOutputFormats does not return EMF format in the list. I tried for samsung laser jet printer, hp inkjet printer and epson thermal printer. Nothing returns EMF in the list.

All of them return RAW, TEXT, NT EMF 1.006, NT EMF 1.007, NT EMF 1.008 and none of them works.

NPM install failed with VS2013, 2015

Hi,

I tried to install pdfium with VS2015 which eventually failed. But then I read in another (issue)[] where you were having a successful build with VS2013. I did the same but got the following error:

..\src\node_pdfium.cc(507): error C2665: 'node::Buffer::New' : none of the 4 overloads could convert all the argument t
ypes [P:\titan-pos\node_modules\pdfium\build\node_pdfium.vcxproj]
          C:\Users\Vasu\.node-gyp\4.2.6\include\node\node_buffer.h(43): could be 'v8::MaybeLocal<v8::Object> node::Buff
  er::New(v8::Isolate *,char *,size_t)'
          C:\Users\Vasu\.node-gyp\4.2.6\include\node\node_buffer.h(31): or       'v8::MaybeLocal<v8::Object> node::Buff
  er::New(v8::Isolate *,v8::Local<v8::String>,node::encoding)'
          while trying to match the argument list '(v8::Isolate *, const char *, unsigned __int64)'
..\src\node_pdfium.cc(578): error C2039: 'HasIndexedPropertiesInExternalArrayData' : is not a member of 'v8::Object' [P
:\titan-pos\node_modules\pdfium\build\node_pdfium.vcxproj]
          c:\users\vasu\.node-gyp\4.2.6\include\node\v8.h(2587) : see declaration of 'v8::Object'
..\src\node_pdfium.cc(580): error C2039: 'GetIndexedPropertiesExternalArrayData' : is not a member of 'v8::Object' [P:\
titan-pos\node_modules\pdfium\build\node_pdfium.vcxproj]
          c:\users\vasu\.node-gyp\4.2.6\include\node\v8.h(2587) : see declaration of 'v8::Object'
..\src\node_pdfium.cc(581): error C2039: 'GetIndexedPropertiesExternalArrayDataLength' : is not a member of 'v8::Object
' [P:\titan-pos\node_modules\pdfium\build\node_pdfium.vcxproj]
          c:\users\vasu\.node-gyp\4.2.6\include\node\v8.h(2587) : see declaration of 'v8::Object'
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:2
70:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.3.9600
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node
-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd P:\titan-pos\node_modules\pdfium
gyp ERR! node -v v4.2.6
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "ins
tall" "pdfium" "--msvs_version=2013"
npm ERR! node v4.2.6
npm ERR! npm  v2.14.12
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the pdfium package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls pdfium
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     P:\titan-pos\npm-debug.log

Is there an Issue with Node version? I am currently on 4.2.6. Gonna try to downgrade to 0.12.10 maybe and give it a shot.

Node 4.2.2 Compatibility

Have not tested this on OS X but Windows 10 x64 node-pdfium fails to build (msbuild.exe exit code 1)

:( I wish I had more insight here.

npm install/build fail on windows

Hello,

I try to use this module in an electron app with the node-printer module. The node printer module works properly but I have an issue with the install of the node-pdfium module on Windows.

I tried to install the module with
npm install --save pdfium
or
npm install --save pdfium --msvs_version=2015
and
npm install --save pdfium --msvs_version=2015 --runtime=electron --target=1.4.5 --arch=x64

But each time, I got the following error :
image

My node version is 6.9.1 and my npm version is 3.10.8

Any idea why the build fail ?

Doesn't work on node.js v12

  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp)

c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]

  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]

  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp)

  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp)c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)

c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): fatal error C1003: error count exceeds 100; stopping compilation (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\util.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(83): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(84): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(84): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(85): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(85): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(86): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(86): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(87): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(87): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(88): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(88): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(89): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(89): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2275: 'v8::Array': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): note: see declaration of 'v8::Array' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2065: 'pArray': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2062: type 'unsigned int' unexpected (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2275: 'v8::Array': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): note: see declaration of 'v8::Array' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2065: 'pArray': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): fatal error C1003: error count exceeds 100; stopping compilation (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\javascript\report.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\javascript.vcxproj]
  fxjs_v8.cpp
  win_delay_load_hook.cc
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(46): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(46): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): error C2065: 'Handle': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): error C2065: 'obj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(47): error C2513: 'void *': no variable declared before '=' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(53): error C2039: 'NamedPropertyQueryCallback': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(53): error C2061: syntax error: identifier 'NamedPropertyQueryCallback' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(54): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(54): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(56): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(56): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(65): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(65): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(65): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(65): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(67): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(67): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(67): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(67): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(68): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(68): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(68): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(68): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(69): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(69): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(69): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(69): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(70): error C2365: 'JS_GetObjDefnID': redefinition; previous definition was 'data variable' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(68): note: see declaration of 'JS_GetObjDefnID' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(74): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(74): error C2275: 'v8::Value': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(74): note: see declaration of 'v8::Value' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(74): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(75): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(75): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(76): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(76): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(77): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(77): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(77): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(77): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(77): error C2062: type 'void' unexpected (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(78): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(78): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(78): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(78): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(78): error C2365: 'JS_GetPrivate': redefinition; previous definition was 'function' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(76): note: see declaration of 'JS_GetPrivate' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(79): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(79): error C2275: 'v8::Object': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(79): note: see declaration of 'v8::Object' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(79): error C2065: 'pObj': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(79): error C2182: 'JS_FreePrivate': illegal use of type 'void' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(80): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(80): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(80): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(80): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(81): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(82): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(83): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(83): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(84): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(84): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(85): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(85): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(86): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(86): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(87): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(87): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(88): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(88): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(89): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(89): error C2061: syntax error: identifier 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2275: 'v8::Array': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): note: see declaration of 'v8::Array' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2065: 'pArray': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(90): error C2062: type 'unsigned int' unexpected (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(91): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2275: 'v8::Array': illegal use of this type as an expression (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): note: see declaration of 'v8::Array' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(92): error C2065: 'pArray': undeclared identifier (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(93): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(96): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(97): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(98): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(99): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(100): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2039: 'Handle': is not a member of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\.node-gyp\12.4.0\include\node\v8-platform.h(16): note: see declaration of 'v8' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2143: syntax error: missing ';' before '<' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): error C2086: 'int Handle': redefinition (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(64): note: see declaration of 'Handle' (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp)
c:\users\sonte\documents\github\eventray_onsite\node_modules\pdfium\third_party\pdfium\fpdfsdk\include\jsapi\fxjs_v8.h(101): fatal error C1003: error count exceeds 100; stopping compilation (compiling source file ..\..\..\third_party\pdfium\fpdfsdk\src\jsapi\fxjs_v8.cpp) [C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\third_party\pdfium\jsapi.vcxproj]
  PWL_Button.cpp
  PWL_Caret.cpp
  PWL_ComboBox.cpp
  PWL_Edit.cpp
  PWL_EditCtrl.cpp
  PWL_FontMap.cpp
  PWL_Icon.cpp
  PWL_IconList.cpp
  PWL_Label.cpp
  PWL_ListBox.cpp
  PWL_ListCtrl.cpp
  PWL_Note.cpp
  PWL_ScrollBar.cpp
  PWL_Signature.cpp
  PWL_SpecialButton.cpp
  PWL_Utils.cpp
  PWL_Wnd.cpp
  win_delay_load_hook.cc
  pdfwindow.vcxproj -> C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium\build\Release\\pdfwindow.lib
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:200:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\pdfium
gyp ERR! node -v v12.4.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.