Skip to content

Won't build on Node.js 10/Windows 10 64Bit #7

@supern64

Description

@supern64

When I tried to build it, it just throws out loads of C++ errors.
Here's the full stack trace.

D:\projects\srtesting>npm uninstall fluent-ffmpeg && npm install pcm-convert
npm WARN discord.js@11.4.2 requires a peer of bufferutil@^3.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.
npm WARN sr-discord-testing@1.0.0 No description
npm WARN sr-discord-testing@1.0.0 No repository field.

removed 5 packages and audited 90 packages in 2.548s
found 0 vulnerabilities

npm WARN discord.js@11.4.2 requires a peer of bufferutil@^3.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.
npm WARN sr-discord-testing@1.0.0 No description
npm WARN sr-discord-testing@1.0.0 No repository field.

+ pcm-convert@1.6.5
added 7 packages from 4 contributors and audited 100 packages in 6.506s
found 0 vulnerabilities


D:\projects\srtesting>npm install pcm-utils

> pcm-utils@0.0.2 install D:\projects\srtesting\node_modules\pcm-utils
> node-gyp rebuild


D:\projects\srtesting\node_modules\pcm-utils>if not defined npm_config_node_gyp (node "C:\Users\korn\AppData\Roaming\nvm\v10.15.0\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\korn\AppData\Roaming\nvm\v10.15.0\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  binding.cc
  mixer.cc
  unzipper.cc
  zipper.cc
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): error C2504: 'ObjectWrap': base class undefined (compiling
 source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): error C2504: 'ObjectWrap': base class undefined (compiling so
urce file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): error C2504: 'ObjectWrap': base class undefined (compiling s
ource file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): error C2504: 'ObjectWrap': base class undefined (compiling so
urce file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(35): error C3646: 'request': unknown override specifier (compil
ing source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(39): error C3646: 'request': unknown override specifier (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(41): error C3646: 'request': unknown override specifier (compilin
g source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(39): error C3646: 'request': unknown override specifier (compiling
 source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(35): error C4430: missing type specifier - int assumed. Note: C
++ does not support default-int (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\bu
ild\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(39): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(41): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(39): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(83): error C4430: missing type specifier - int assumed. Note: C
++ does not support default-int (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\bu
ild\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(77): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(79): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(77): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(77): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(79): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(77): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(83): error C2143: syntax error: missing ',' before '&' (compili
ng source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(78): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(80): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(78): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(84): error C4430: missing type specifier - int assumed. Note: C
++ does not support default-int (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\bu
ild\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(78): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(80): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(78): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(84): error C2143: syntax error: missing ',' before '&' (compili
ng source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(79): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(81): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(79): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(87): error C2061: syntax error: identifier 'uv_work_t' (compili
ng source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(79): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(81): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(79): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(88): error C2061: syntax error: identifier 'uv_work_t' (compili
ng source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(80): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(82): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(80): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(80): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(82): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(22): error C2614: 'pcmutils::Unzipper': illegal member initiali
zation: 'ObjectWrap' is not a base or member (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules
\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(80): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(81): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(83): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(23): error C2039: 'Clear': is not a member of 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(81): error C4430
  : missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\binding.cc)

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(90): note: see declaration of 'v8::Persistent<v8::Array,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(81): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(83): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(81): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(31): error C2039: 'Dispose': is not a member of 'v8::Persistent
<v8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(82): error C4430
  : missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\mixer.cc)

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(90): note: see declaration of 'v8::Persistent<v8::Array,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(84): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(82): error C4430: missing type specifier - int assumed. Note: C++
does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(82): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(84): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(39): error C2039: 'Ref': is not a member of 'pcmutils::Unzipper
' (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(82): error C2143: syntax error: missing ',' before '&' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): note: see declaration of 'pcmutils::Unzipper' (compiling
   source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(85): error C2061: syntax error: iden
  tifier 'uv_work_t' (compiling source file ..\mixer.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.h(87): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(85): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(40): error C2065: 'request': undeclared identifier (compiling s
ource file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(86): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(88): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(86): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(89): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(43): error C2039: 'Unref': is not a mem
ber of 'pcmutils::Unzipper' (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.h(91): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): note: see declaration of 'pcmuti
ls::Unzipper' (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxpro
j]

d:\projects\srtesting\node_modules\pcm-utils\mixer.h(89): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(90): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(92): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(90): error C2061: syntax error: identifier 'uv_work_t' (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(59): error C2660: 'v8::PersistentBase<T>::New': function does n
ot take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\unzipper.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(22): error C2614: 'pcmutils::Mixer': illegal member initialization
: 'ObjectWrap' is not a base or member (compiling source file ..\mixer.cc) [D:\projects\srtesting\node_modules\pcm-util
s\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(22): error C2614: 'pcmutils::Zipper': illegal member initializati
on: 'ObjectWrap' is not a base or member (compiling source file ..\zipper.cc) [D:\projects\srtesting\node_modules\pcm-u
tils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(61): error C2660: 'v8::PersistentBase<v8::Object>::New': functi
on does not take 1 arguments (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<v8::Object>::New
  ' (compiling source file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(23): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::
Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(22): error C2614: '
  pcmutils::Mixer': illegal member initialization: 'ObjectWrap' is not a base or member (compiling source file ..\bindi
  ng.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(23): error C2039: 'Clear': is not a member of 'v8::Persistent<v8:
:Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(62): error C2665
  : 'node::Buffer::Data': none of the 2 overloads could convert all the argument types (compiling source file ..\unzipp
  er.cc)
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see declaration of 'v8::Persistent<v8::Array,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(43): note: could be 'char *node::Buffer::Data(v8::Local<v8
  ::Object>)' (compiling source file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(24): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::
Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(23): error C2039: '
  Clear': is not a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(24): error C2039: 'Clear': is not a member of 'v8::Persistent<v8:
:Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see dec
  laration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(42): note: or
         'char *node::Buffer::Data(v8::Local<v8::Value>)' (compiling source file ..\unzipper.cc)



d:\projects\srtesting\node_modules\pcm-utils\mixer.h(25): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::
Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see dec
  laration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see dec
  laration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(62): note: while trying to match the argument list '(v8::Pers
  istent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\unzipper.cc)

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(25): error C2039: 'Clear': is not a member of 'v8::Persistent<v8:
:Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(24): error C2039: 'Clear': is not a member of 'v8::Persistent<v8::
Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(33): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8
::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)

d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(63): error C2665: 'node::Buffer::Length': none of the 2 overloa
ds could convert all the argument types (compiling source file ..\unzipper.cc) [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(45): note: could be 'size_t node::Buffer::Length(v8::Local
  <v8::Object>)' (compiling source file ..\unzipper.cc)
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(54): note: see declaration of 'v8::Persistent<v8::Function,v8::
  NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see dec
  laration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(34): error C2039:
   'Dispose': is not a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(44): note: or
         'size_t node::Buffer::Length(v8::Local<v8::Value>)' (compiling source file ..\unzipper.cc)



  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(25): error C2039: '
  Clear': is not a member of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(63): note: while trying to match the argument list '(v8::Pers
  istent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(35): error C203
  9: 'Dispose': is not a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see dec
  laration of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(35): error C2039:
   'Dispose': is not a member of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)



  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see declaration of 'v8::Persistent<v8::Array,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(43): error C2039: 'Ref': is not a member of 'pcmutils::Mixer' (com
piling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(33): error C2039: 'Dispose': is not
 a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-uti
ls\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(36): error C2039
  : 'Dispose': is not a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): error C281
  9: type 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>' does not have an overloaded member 'operator -
  >'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)



  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): note: see declaration of 'pcmutils::Mixer' (compiling sourc
  e file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent
  <v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(90): note: see declaration of 'v8::Persistent<v8::Array,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see
  declaration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(44): error C2065:
  'request': undeclared identifier (compiling source file ..\mixer.cc)


  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): note: did you intend to use '.' instead? (compiling sour
  ce file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(37): error C2039: 'Dispose': is not a me
  mber of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(47): error C2039:
  'Unref': is not a member of 'pcmutils::Mixer' (compiling source file ..\mixer.cc)


d:\projects\srtesting\node_modules\pcm-utils\mixer.h(34): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8
::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): error C22
  32: '->v8::PersistentBase<T>::Get': left operand has 'class' type, use '.'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(54): note: see
  declaration of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): note: see dec
  laration of 'pcmutils::Mixer' (compiling source file ..\mixer.cc)



  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(45): error C2039
  : 'Ref': is not a member of 'pcmutils::Zipper' (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules
  \pcm-utils\unzipper.h(77): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Function,v8::NonCopyablePer
  sistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(56): error C2660
  : 'v8::PersistentBase<T>::New': function does not take 1 arguments
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)



  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): note: see declaration of 'pcmutils::Zipper' (compiling sou
  rce file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(48): note: see declaration of 'v8::Pers
  istent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\unzipper.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.h(35): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8
::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(46): error C2065
  : 'request': undeclared identifier (compiling source file ..\zipper.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.h(49): error C2039: 'Unref': is not a member of 'pcmutils::Zipper'
(compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(59): error C2039: 'Dispose': i
s not a member of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules
\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(78): error C2039
  : 'Dispose': is not a member of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(43): error C2039
  : 'Ref': is not a member of 'pcmutils::Mixer' (compiling source file ..\binding.cc)



  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): note: see declaration of 'pcmutils::Zipper' (compiling sou
  rce file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persist
  ent<v8::Function,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): note: see decl
  aration of 'pcmutils::Mixer' (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.h(69): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyablePe
rsistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\buil
d\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.h(58): error C2660:
  'v8::PersistentBase<T>::New': function does not take 1 arguments
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declar
  ation of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)c:\users\korn\.node-gyp\10.15.0\include\node\node.h(853): note: see dec
  laration of 'v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\unzipper.cc)

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(69): note: did you intend to use '.' instead? (compiling source
  file ..\mixer.cc)


d:\projects\srtesting\node_modules\pcm-utils\zipper.h(61): error C2039: 'Dispose': is not a member of 'v8::Persistent<v
8::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(69): error C2232:
  '->v8::PersistentBase<T>::Get': left operand has 'class' type, use '.'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.h(44): error C2065: 'request': undeclared identifier (compiling sour
ce file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(6): error C2664: 'v8::Local<v8::FunctionTemplate> v8::Function
Template::New(v8::Isolate *,v8::FunctionCallback,v8::Local<v8::Value>,v8::Local<v8::Signature>,int,v8::ConstructorBehav
ior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Local<v8::Value> (__cdecl *)(const int)' to 'v8::Isolate
*' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(54): note: see declaration of 'v8::Persistent<v8::Function,v8::
  NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(6): note: There is no context in which this conversion is po
  ssible
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(6): error C2664: 'v8::Local<v8::FunctionTemplate> v8::FunctionTem
plate::New(v8::Isolate *,v8::FunctionCallback,v8::Local<v8::Value>,v8::Local<v8::Signature>,int,v8::ConstructorBehavior
,v8::SideEffectType)': cannot convert argument 1 from 'v8::Local<v8::Value> (__cdecl *)(const int)' to 'v8::Isolate *'
[D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(6): note: There is no context in which this conversion is possi
  ble
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(47): error C2039: 'Unref': is not a member of 'pcmutils::Mixer' (c
ompiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(8): error C2039: 'NewSymbol':
is not a member of 'v8::String'd:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): error C2819: type 'v8::Persis
tent<v8::Array,v8::NonCopyablePersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtes
ting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(8): error C203
  9: 'NewSymbol': is not a member of 'v8::String'



  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\mixer.h(17): note: see declaration of 'pcmutils::Mixer' (compiling source file ..\binding.cc)c:
  \users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\nod
  e_modules\pcm-utils\zipper.h(94): note: see declaration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<
  T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)



  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): note: did you intend to use '.' instead? (compiling source
   file ..\zipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(8): error C3861: 'NewSymbol': identifier not
   found

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(8): error C3861: 'NewSymbol': identifier not found [D:\project
s\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(56): error C2660: 'v8::PersistentBase<T>::New': function does not
take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): error C2232: '->v8::PersistentBase<T>::Get': left operand ha
s 'class' type, use '.' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(10): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::Local
<v8::FunctionTemplate>,const char *,v8::FunctionCallback)': cannot convert argument 3 from 'v8::Local<v8::Value> (__cde
cl *)(const int)' to 'v8::FunctionCallback' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(10): note: None of the functions with this name in scope match
  the target type
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(10): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::Lo
cal<v8::FunctionTemplate>,const char *,v8::FunctionCallback)': cannot convert argument 3 from 'v8::Local<v8::Value> (__
cdecl *)(const int)' to 'v8::FunctionCallback' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(10): note: None of the functions with this name in scope mat
  ch the target type
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(59): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8
::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(6): error C2664
  : 'v8::Local<v8::FunctionTemplate> v8::FunctionTemplate::New(v8::Isolate *,v8::FunctionCallback,v8::Local<v8::Value>,
  v8::Local<v8::Signature>,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Local<
  v8::Value> (__cdecl *)(const int)' to 'v8::Isolate *'

  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(6): note: There is no context in which this conversion is poss
  ible
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(12): error C2660: 'v8::PersistentBase<T>::New': function does
not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\unzipper.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(12): error C203
  9: 'NewSymbol': is not a member of 'v8::String'

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(8): error C2039: 'NewSymbol': is not a member of 'v8::String'd:\
projects\srtesting\node_modules\pcm-utils\mixer.h(69): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyablePersi
stentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\build\b
inding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(13): error C2
  039: 'NewSymbol': is not a member of 'v8::String'


  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'c:\users\korn\.node-gyp
  \10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\node_modules\pcm-utils\m
  ixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)


  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(69): note: did you intend to use '.' instead? (compiling source
  file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(12): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(8): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.h(69): error C2232: '->v8::PersistentBase<T>::Get': left operand has
 'class' type, use '.' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(13): error C2039: 'NewSymbol': is not a member of 'v8::String' [D
:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(13): error C3861: 'NewSymbol': identifier not found [D:\projec
ts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\zipper.cc(10): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::Local<v8::FunctionTemplat
  e>,const char *,v8::FunctionCallback)': cannot convert argument 3 from 'v8::Local<v8::Value> (__cdecl *)(const int)'
  to 'v8::FunctionCallback'

  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(10): note: None of the functions with this name in scope match
   the target type
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): error C2504: 'ObjectWrap': base class undefined (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(16): error C4430: missing type specifier - int assumed. Note:
C++ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(13): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(35): error C3646: 'request': unknown override specifier (compil
ing source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(12): error C2039: 'NewSymbol': is
not a member of 'v8::String' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\unzipper.cc(16): error C2143: syntax error: missing ',' before '&'

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(14): error C2039: 'NewSymbol': is not a member of 'v8::String' [D
:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(35): error C4430: missing type specifier - int assumed. Note: C
++ does not support default-int (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(
2568): note: see declaration of 'v8::String' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(12): error C3861: 'NewSymbol': identifier not found [D:\projects
\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(14): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(83): error C4430: missing type specifier - int assumed. Note: C
++ does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\bui
ld\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(13): error C2039: 'NewSymbol': is not a member of 'v8::String'd:
\projects\srtesting\node_modules\pcm-utils\unzipper.h(83): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(15): error C2039: 'NewSymbol': is not
a member of 'v8::String'd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(17): error C2248: 'v8::HandleScope::Ha
ndleScope': cannot access protected member declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]



  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\unzipper.h(84): error C4430: missing type specifier - int assumed. Note: C++ does not support d
  efault-int (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see de
  claration of 'v8::String'


  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(13): error C3861: 'NewSymbol': identifier not foundc:\users\korn
\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope' [D:\projects\srtesting\node_modul
es\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(15): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(84): error C2143: syntax error: missing ',' before '&' (compili
ng source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(14): error C2039: 'NewSymbol': is not a member of 'v8::String'd:
\projects\srtesting\node_modules\pcm-utils\unzipper.cc(19): error C2065: 'args': undeclared identifier [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\mixer.cc(17): error C2660: 'v8::PersistentBase<T>::New': function does not take 1 arguments
          with
          [
              T=v8::Function
          ]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(87): error C2061: syntax error: identifier 'uv_work_t' (compili
ng source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(20): error C2039: 'New': is not a member of 'v8::String' [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(14): error C3861: 'NewSymbol': identifier not foundc:\users\korn
\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String' [D:\projects\srtesting\node_modules\p
cm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(18): error C2039: 'NewSymbol': is not a member of 'v8::String' [D
:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(88): error C2061: syntax error: identifier 'uv_work_t' (compili
ng source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::Str
ing' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(15): error C2039: 'NewSymbol': is not a member of 'v8::String'd:
\projects\srtesting\node_modules\pcm-utils\unzipper.cc(20): error C2664: 'v8::Local<v8::Value> pcmutils::Unzipper::New(
const int)': cannot convert argument 1 from 'const char [21]' to 'const int' [D:\projects\srtesting\node_modules\pcm-ut
ils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(20): note: There is no context in which this conversion is p
  ossible
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(22): error C2614: 'pcmutils::Unzipper': illegal member initiali
zation: 'ObjectWrap' is not a base or member (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\
pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(18): error C3861: 'NewSymbol': identifier not found [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(15): error C3861: 'NewSymbol': identifier not found [D:\projects
\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(20): error C3861: 'ThrowException': identifier not found [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(23): error C2039: 'Clear': is not a member of 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(21): error C4430
  : missing type specifier - int assumed. Note: C++ does not support default-int

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(17): error C2660: 'v8::PersistentBase<T>::New': function does no
t take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(22): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(21): error C2143: syntax error: missing ',' before '&' [D:\projec
ts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(18): error C2039: 'NewSymbol': is not a member of 'v8::String'd:
\projects\srtesting\node_modules\pcm-utils\unzipper.h(31): error C2039: 'Dispose': is not a member of 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(22): error C2248
  : 'v8::HandleScope::HandleScope': cannot access protected member declared in class 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(22): error C2039: 'New': is not a member of 'v8::String' [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see decl
  aration of 'v8::HandleScope::HandleScope'c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declarati
  on of 'v8::String'd:\projects\srtesting\node_modules\pcm-utils\zipper.cc(18): error C3861: 'NewSymbol': identifier no
  t found



  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\unzipper.cc(22): error C2664: 'v8::Local<v8::Value> pcmutils::Unzipper::New(const int)': ca
  nnot convert argument 1 from 'const char [20]' to 'const int'
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(39): error C2039: 'Ref': is not a member of 'pcmutils::Unzipper
' (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(22): note: There is no context in which this conversion is p
  ossible
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): note: see declaration of 'pcmutils::Unzipper' (compiling
   source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(21): error C4430: missing type specifier - int assumed. Note: C+
+ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(24): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(22): error C3861: 'ThrowException': identifier not found [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(40): error C2065: 'request': undeclared identifier (compiling s
ource file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(21): error C2143: syntax error: missing ',' before '&' [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(25): error C2039: 'Wrap': is not a member of 'pcmutils::Unzipp
er'd:\projects\srtesting\node_modules\pcm-utils\mixer.cc(25): error C2039: 'New': is not a member of 'v8::String'd:\pro
jects\srtesting\node_modules\pcm-utils\unzipper.h(43): error C2039: 'Unref': is not a member of 'pcmutils::Unzipper' (c
ompiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(22): error C2248: 'v8::Handle
Scope::HandleScope': cannot access protected member declared in class 'v8::HandleScope' [D:\projects\srtesting\node_mod
ules\pcm-utils\build\binding.vcxproj]



  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(17): note: see declaration of 'pcmutils::Unzipper'c:\users\ko
  rn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\node_modules
  \pcm-utils\unzipper.h(17): note: see declaration of 'pcmutils::Unzipper' (compiling source file ..\binding.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(25): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(25): error C2664: 'v8::Local<v8::Value> pcmutils::Mixer::New(cons
t int)': cannot convert argument 1 from 'const char [21]' to 'const int' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(25): note: There is no context in which this conversion is poss
  ible
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(27): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(59): error C2660: 'v8::PersistentBase<T>::New': function does n
ot take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(24): error C2065: 'args': undeclared identifier [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(25): error C3861: 'ThrowException': identifier not found [D:\proj
ects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(28): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(61): error C2660: 'v8::PersistentBase<v8::Object>::New': functi
on does not take 1 arguments (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<v8::Object>::New
  ' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(25): error C2039: 'New': is not a member of 'v8::String' [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(27): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\unzipper.cc(32): error C2664: 'v8::Local<v8::Array> v8::Array::New(v8::Isolate *,int)': cannot
  convert argument 1 from 'int' to 'v8::Isolate *'

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(32): note: Conversion from integral type to pointer type req
  uires reinterpret_cast, C-style cast or function-style cast
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(62): error C2665: 'node::Buffer::Data': none of the 2 overloads
 could convert all the argument types (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-uti
ls\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(43): note: could be 'char *node::Buffer::Data(v8::Local<v8
  ::Object>)' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(27): error C2039: 'New': is not a member of 'v8::String' [D:\proj
ects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(25): error C2664: 'v8::Local<v8::Value> pcmutils::Zipper::New(co
nst int)': cannot convert argument 1 from 'const char [21]' to 'const int'c:\users\korn\.node-gyp\10.15.0\include\node\
v8.h(2568): note: see declaration of 'v8::String' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(25): note: There is no context in which this conversion is pos
  sible
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(32): error C2660: 'v8::PersistentBase<T>::New': function does
not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Array
          ] (compiling source file ..\unzipper.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(42): note: or       'char *node::Buffer::Data(v8::Local<v8
  ::Value>)' (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(62): note: while trying to match the argument list '(v8::Pers
  istent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(27): error C2664
  : 'v8::Local<v8::Value> pcmutils::Mixer::New(const int)': cannot convert argument 1 from 'const char [20]' to 'const
  int'

  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(27): note: There is no context in which this conversion is poss
  ible
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(25): error C3861: 'ThrowException': identifier not found [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(35): error C2882: 'Buffer': illegal use of namespace identifie
r in expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(63): error C2665: 'node::Buffer::Length': none of the 2 overloa
ds could convert all the argument types (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-u
tils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(45): note: could be 'size_t node::Buffer::Length(v8::Local
  <v8::Object>)' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(27): error C3861: 'ThrowException': identifier not found [D:\proj
ects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(27): error C2065: 'args': undeclared identifier [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(35): error C2065: 'b': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(44): note: or       'size_t node::Buffer::Length(v8::Local
  <v8::Value>)' (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(63): note: while trying to match the argument list '(v8::Pers
  istent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(28): error C2065
  : 'args': undeclared identifier

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(27): error C2039: 'New': is not a member of 'v8::String' [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\unzipper.cc(35): error C2661: 'node::Buffer::New': no overloaded function takes 1 arguments

d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyabl
ePersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\b
uild\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(27): error C2664: 'v8::Local<v8::Value> pcmutils::Zipper::New(co
nst int)': cannot convert argument 1 from 'const char [20]' to 'const int' [D:\projects\srtesting\node_modules\pcm-util
s\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): note: did you intend to use '.' instead? (compiling sour
  ce file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(27): note: There is no context in which
  this conversion is possible

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(36): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyab
lePersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(67): error C2232: '->v8::PersistentBase<T>::Get': le
  ft operand has 'class' type, use '.'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(28): error C2039: 'New': is not a member of 'v8::String'd:\projec
ts\srtesting\node_modules\pcm-utils\unzipper.h(90): note: see declaration of 'v8::Persistent<v8::Array,v8::NonCopyableP
ersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(27): error C3861: 'ThrowException': identifier not found [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\unzipper.h(77): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Function,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): error C206
  5: 'args': undeclared identifier


  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(36): note: did you intend to use '.' instead?
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(28): error C2664: 'v8::Local<v8::Value> pcmutils::Mixer::New(cons
t int)': cannot convert argument 1 from 'const char [30]' to 'const int' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(28): note: There is no context in which this conversion is poss
  ible
d:\projects\srtesting\node_modules\pcm-utils\unzipper.h(78): error C2039: 'Dispose': is not a member of 'v8::Persistent
<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(28): error C3861
  : 'ThrowException': identifier not foundd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(36): error C2039: 'S
  et': is not a member of 'v8::Persistent<v8::Array,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ]


  c:\users\korn\.node-gyp\10.15.0\include\node\node.h(853): note: see declaration of 'v8::Persistent<v8::Object,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): error C203
  9: 'New': is not a member of 'v8::String'

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\mixer.cc(28): error C2672: 'v8::Local<v8::Function>::Cast': no matching overloaded function fou
  ndd:\projects\srtesting\node_modules\pcm-utils\unzipper.h(90): note: see declaration of 'v8::Persistent<v8::Array,v8:
  :NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ]


d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): error C2504: 'ObjectWrap': base class undefined (compiling s
ource file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): error C2664: 'v8::Local<v8::Value> pcmutils::Zipper::New(co
nst int)': cannot convert argument 1 from 'const char [30]' to 'const int' [D:\projects\srtesting\node_modules\pcm-util
s\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): note: There is no context in which this conversion is pos
  sible
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(36): error C2065: 'b': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(41): error C3646: 'request': unknown override specifier (compilin
g source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(31): error C2039: 'Wrap': is not a me
mber of 'pcmutils::Mixer' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): error C3861: 'ThrowException': identifier not found [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(17): note: see declaration of 'pcmutils::Mixer'
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(39): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(41): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(31): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(42): error C4430: missing type specifier - int assumed. Note:
C++ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(28): error C2672: 'v8::Local<v8::Function>::Cast': no matching o
verloaded function found [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(79): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(33): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(42): error C2143: syntax error: missing ',' before '&' [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(31): error C2039: 'Wrap': is not a member of 'pcmutils::Zipper'
[D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): note: see declaration of 'pcmutils::Zipper'd:\projects\srt
  esting\node_modules\pcm-utils\zipper.h(79): error C2143: syntax error: missing ',' before '&' (compiling source file
  ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(34): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(31): error C2065: 'args': undeclared identifier [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(80): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(35): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(33): error C2065: 'args': undeclared identifierd:\projects\srtes
ting\node_modules\pcm-utils\unzipper.cc(43): error C2248: 'v8::HandleScope::HandleScope': cannot access protected membe
r declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.h(80): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'd:\pro
  jects\srtesting\node_modules\pcm-utils\zipper.cc(34): error C2065: 'args': undeclared identifierd:\projects\srtesting
  \node_modules\pcm-utils\mixer.cc(38): error C2039: 'New': is not a member of 'v8::String'


  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\zipper.h(81): error C4430: missing type specifier - int assumed. Note: C++ does not support
   default-int (compiling source file ..\binding.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(36): error C2660: 'v8::PersistentBase<T>::New': function does no
t take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(45): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(81): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(38): error C2664: 'v8::Local<v8::Value> pcmutils::Mixer::New(cons
t int)': cannot convert argument 1 from 'const char [50]' to 'const int' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(38): note: There is no context in which this conversion is poss
  ible
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(39): error C2664: 'v8::Local<v8::Array> v8::Array::New(v8::Isola
te *,int)': cannot convert argument 1 from 'int' to 'v8::Isolate *' [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(39): note: Conversion from integral type to pointer type requi
  res reinterpret_cast, C-style cast or function-style cast
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(45): error C2039: 'New': is not a member of 'v8::String'd:\pro
jects\srtesting\node_modules\pcm-utils\zipper.h(82): error C4430: missing type specifier - int assumed. Note: C++ does
not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bindi
ng.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(38): error C3861: 'ThrowException': identifier not found [D:\proj
ects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(39): error C2660: 'v8::PersistentBase<T>::New': function does no
t take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'c:\users\korn\.node-gyp
  \10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(82): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(40): error C2660: 'v8::PersistentBase<T>::New': function does not
 take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(41): error C2664: 'v8::Local<v8::Array> v8::Array::New(v8::Isola
te *,int)': cannot convert argument 1 from 'int' to 'v8::Isolate *' [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(41): note: Conversion from integral type to pointer type requi
  res reinterpret_cast, C-style cast or function-style cast
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(83): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build
\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(45): error C2664: 'v8::Local<v8::Value> pcmutils::Unzipper::Ne
w(const int)': cannot convert argument 1 from 'const char [20]' to 'const int' [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(45): note: There is no context in which this conversion is p
  ossible
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(43): error C2664: 'v8::Local<v8::Array> v8::Array::New(v8::Isolat
e *,int)': cannot convert argument 1 from 'int' to 'v8::Isolate *' [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(43): note: Conversion from integral type to pointer type requir
  es reinterpret_cast, C-style cast or function-style cast
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(41): error C2660: 'v8::PersistentBase<T>::New': function does no
t take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Array
          ] (compiling source file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(83): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(45): error C3861: 'ThrowException': identifier not found [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(43): error C2660: 'v8::PersistentBase<T>::New': function does not
 take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(43): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyable
PersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\bu
ild\binding.vcxproj]
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\zipper.h(84): error C4430: missing type specifier - int assumed
  . Note: C++ does not support default-int (compiling source file ..\binding.cc)

  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see declaration of 'v8::Persistent<v8::Array,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(46): error C2065: 'args': undeclared identifier

  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(43): note: did you intend to use '.' instead?
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(45): error C2664: 'v8::Local<v8::Array> v8::Array::New(v8::Isolat
e *,int)': cannot convert argument 1 from 'int' to 'v8::Isolate *' [D:\projects\srtesting\node_modules\pcm-utils\build\
binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(45): note: Conversion from integral type to pointer type requir
  es reinterpret_cast, C-style cast or function-style cast
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(84): error C2143: syntax error: missing ',' before '&' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(43): error C2039: 'Set': is not a member of 'v8::Persistent<v8::
Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(45): error C2660: 'v8::PersistentBase<T>::New': functi
  on does not take 1 arguments
          with
          [
              T=v8::Array
          ]

  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(94): note: see declaration of 'v8::Persistent<v8::Array,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ]c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New
  '
          with
          [
              T=v8::Array
          ] (compiling source file ..\mixer.cc)

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(46): error C2039: 'New': is not a member of 'v8::String'd:\pro
jects\srtesting\node_modules\pcm-utils\zipper.h(87): error C2061: syntax error: identifier 'uv_work_t' (compiling sourc
e file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\zipper.cc(43): error C2660: 'v8::Boolean::New': function does not take 1 arguments

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(9826): note: see declaration of 'v8::Boolean::New' (compiling sourc
  e file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(47): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyableP
ersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\bui
ld\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(88): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Pers
istent<v8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxpr
oj]
          with
          [
              T=v8::Array
          ]

  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(47): note: did you intend to use '.' instead?d:\projects\srtest
  ing\node_modules\pcm-utils\unzipper.cc(46): error C2664: 'v8::Local<v8::Value> pcmutils::Unzipper::New(const int)': c
  annot convert argument 1 from 'const char [30]' to 'const int'

  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(46): note: There is no context in which this conversion is p
  ossible
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(48): error C2065: 'args': undeclared identifier [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(91): error C2061: syntax error: identifier 'uv_work_t' (compiling
 source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(46): error C3861: 'ThrowException': identifier not foundd:\pro
jects\srtesting\node_modules\pcm-utils\mixer.cc(47): error C2039: 'Set': is not a member of 'v8::Persistent<v8::Array,v
8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(51): error C4430: missing type specifier - int assumed. Note: C+
+ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\zipper.h(92): error C2061: syntax error: identifier 'uv_work_t'
   (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(51): error C2143: syntax error: missing ',' before '&' [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(47): error C2660: 'v8::Boolean::New': function does not take 1 ar
guments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(9826): note: see declaration of 'v8::Boolean::New' (compiling sourc
  e file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(46): error C2672: 'v8::Local<v8::Function>::Cast': no matching
 overloaded function found [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(50): error C2065: 'args': undeclared identifier [D:\projects\srte
sting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(22): error C2614: 'pcmutils::Zipper': illegal member initializati
on: 'ObjectWrap' is not a base or member (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(52): error C2248: 'v8::HandleScope::HandleScope': cannot access
protected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(48): error
 C2653: 'ObjectWrap': is not a class or namespace name [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxp
roj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(53): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(23): error C2039: 'Clear': is not a member of 'v8::Persistent<v8:
:Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see decl
  aration of 'v8::HandleScope::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(48): error C2065: '
  Unwrap': undeclared identifier


  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(53): error C2143: syntax error: missing ',' before '&' [D:\projec
ts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(48): error C2275: 'pcmutils::Unzipper': illegal use of this ty
pe as an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(53): error C2653: 'ObjectWrap': is not a class or namespace name
 [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(24): error C2039: 'Clear': is not a member of 'v8::Persistent<v8:
:Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(48): error C2065: 'args': undeclared identifierd:\projects\srt
esting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonCopyablePersistent
Traits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(53): error C2065: 'Unwrap': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(54): error C2248: 'v8::HandleScope::HandleScope': cannot access p
rotected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error
C2039: 'New': is not a member of 'v8::String'd:\projects\srtesting\node_modules\pcm-utils\zipper.h(25): error C2039: 'C
lear': is not a member of 'v8::Persistent<v8::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node
_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(53): error C2275: 'pcmutils::Zipper': illegal use of this type a
s an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'c:\users\korn\.node-gyp
  \10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'


  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(53): error C206
  5: 'accessor': undeclared identifier
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2664: 'v8::Local<v8::Value> pcmutils::Unzipper::Ne
w(const int)': cannot convert argument 1 from 'const char [16]' to 'const int' [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): note: There is no context in which this conversion is p
  ossible
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(54): error C2440: 'return': cannot convert from 'v8::Persistent<
v8::Array,v8::NonCopyablePersistentTraits<T>>' to 'v8::Local<v8::Value>' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(54): note: No constructor could take the source type, or const
  ructor overload resolution was ambiguous
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(55): error C2653: 'ObjectWrap': is not a class or namespace name
[D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(35): error C2039: 'Dispose': is not a member of 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C3
  861: 'ThrowException': identifier not found

  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(57): error C443
  0: missing type specifier - int assumed. Note: C++ does not support default-int

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(55): error C2065: 'Unwrap': undeclared identifier [D:\projects\sr
testing\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(57): error C2143: syntax error: missing ',' before '&' [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(36): error C2039: 'Dispose': is not a member of 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(55): error C2275: 'pcmutils::Mixer': illegal use of this type as
an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(55): error C2065
  : 'accessor': undeclared identifier

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2661: 'v8::Local<v8::Value>::New': no overloaded f
unction takes 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(37): error C2039: 'Dispose': is not a member of 'v8::Persistent<v
8::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(58): error C224
  8: 'v8::HandleScope::HandleScope': cannot access protected member declared in class 'v8::HandleScope'

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(56): error C2440: 'return': cannot convert from 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' to 'v8::Local<v8::Value>' [D:\projects\srtesting\node_modules\pcm-utils\b
uild\binding.vcxproj]
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Funct
  ion,v8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see decl
  aration of 'v8::HandleScope::HandleScope'


  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(56): note: No constructor could take the source type, or constr
  uctor overload resolution was ambiguous
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2512: 'v8::TryCatch': no appropriate default const
ructor availablec:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(8529): note: see declaration of 'v8::TryCatch' (compiling source fi
  le ..\unzipper.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(59): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-intd:\projects\srtesting\node_modules\pcm-utils\zipper.h(45): error C2039: 'Ref': is not a me
mber of 'pcmutils::Zipper' (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\bi
nding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): note: see declaration of 'pcmutils::Zipper' (compiling sou
  rce file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(59): error C2653: 'ObjectWrap': is not a class or namespace name
 [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(59): error C2143: syntax error: missing ',' before '&' [D:\projec
ts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2039: 'Close': is not a member of 'v8::HandleScope
' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(46): error C2065: 'request': undeclared identifier (compiling sou
rce file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScop
e' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(59): error C2065: 'Unwrap': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(49): error C2039: 'Unref': is not a member of 'pcmutils::Zipper'
(compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(17): note: see declaration of 'pcmutils::Zipper' (compiling sou
  rce file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): error C2660: 'v8::Undefined': fu
  nction does not take 0 arguments

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(10421): note: see declaration of 'v8::Undefined' (compiling source
  file ..\unzipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(59): error C2275: 'pcmutils::Zipper': illegal use of this type a
s an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(60): error C2248: 'v8::HandleScope::HandleScope': cannot access p
rotected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\zipper.h(58): error C26
60: 'v8::PersistentBase<T>::New': function does not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\buil
d\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'c:\use
  rs\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(52): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(59): error C2065: 'accessor': undeclared identifier [D:\projects
\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(61): error C2653: 'ObjectWrap': is not a class or namespace named
:\projects\srtesting\node_modules\pcm-utils\zipper.h(61): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8
::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(52): error C2661: 'pcmutils::Unzipper::UnzipBaton::UnzipBaton'
: no overloaded function takes 2 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(60): error C2440: 'return': cannot convert from 'v8::Persistent<
v8::Array,v8::NonCopyablePersistentTraits<T>>' to 'v8::Local<v8::Value>' [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
          with
          [
              T=v8::Array
          ]
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(60): note: No constructor could take the source type, or const
  ructor overload resolution was ambiguous
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(61): error C2065: 'Unwrap': undeclared identifier [D:\projects\sr
testing\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): error C2819: type 'v8::Persistent<v8::Array,v8::NonCopyableP
ersistentTraits<T>>' does not have an overloaded member 'operator ->' [D:\projects\srtesting\node_modules\pcm-utils\bui
ld\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(63): error C443
  0: missing type specifier - int assumed. Note: C++ does not support default-intd:\projects\srtesting\node_modules\pcm
  -utils\unzipper.cc(56): error C2039: 'Close': is not a member of 'v8::HandleScope'


  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(92): note: see declaration of 'v8::Persistent<v8::Array,v8::NonC
  opyablePersistentTraits<T>>'
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see decl
  aration of 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\mixer.cc(61): error C2275: 'pcmutils::Mixer'
  : illegal use of this type as an expression


  d:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): note: did you intend to use '.' instead? (compiling source
   file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(63): error C2143: syntax error: missing ',
  ' before '&'

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(56): error C2065: 'args': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(61): error C2065: 'accessor': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.h(71): error C2232: '->v8::PersistentBase<T>::Get': left operand ha
s 'class' type, use '.' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Array
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(62): error C2440: 'return': cannot convert from 'v8::Persistent<v
8::Array,v8::NonCopyablePersistentTraits<T>>' to 'v8::Local<v8::Value>' [D:\projects\srtesting\node_modules\pcm-utils\b
uild\binding.vcxproj]
          with
          [
              T=v8::Array
          ]d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(50): warning C4996: 'node::FatalException': was dec
  lared deprecated

  c:\users\korn\.node-gyp\10.15.0\include\node\node.h(433): note: see declaration of 'node::FatalException'
  d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(62): note: No constructor could take the source type, or constr
  uctor overload resolution was ambiguous
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(64): error C2248: 'v8::HandleScope::HandleScope': cannot access
protected member declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxpro
j]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): error C2504: 'ObjectWrap': base class undefined (compilin
g source file ..\binding.cc)c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::Handl
eScope::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error C3861: 'uv_default_loop': identifier not foundc:\us
ers\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope' [D:\projects\srtesting\no
de_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(65): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(37): error C3646: 'request': unknown override specifier (compi
ling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error C2039: 'request': is not a member of 'pcmutils::Unz
ipper::Baton'd:\projects\srtesting\node_modules\pcm-utils\zipper.cc(65): error C2039: 'Close': is not a member of 'v8::
HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(65): error C2143: syntax error: missing ',' before '&'d:\projects
\srtesting\node_modules\pcm-utils\unzipper.h(34): note: see declaration of 'pcmutils::Unzipper::Baton' [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\formatter.h(37): error C4430: missing type specifier - int assumed. Note: C++ does not supp
  ort default-int (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error C2065: 'uv_after_work_cb': undeclared identifier [D
:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(65): error C2660: 'v8::Integer::New': function does not take 1 a
rguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(3048): note: see declaration of 'v8::Integer::New' (compiling sourc
  e file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(66): error C2248: 'v8::HandleScope::HandleScope': cannot access p
rotected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error
C2146: syntax error: missing ')' before identifier 'AfterUnzip' [D:\projects\srtesting\node_modules\pcm-utils\build\bin
ding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'd:\pro
  jects\srtesting\node_modules\pcm-utils\formatter.h(71): error C4430: missing type specifier - int assumed. Note: C++
  does not support default-int (compiling source file ..\binding.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(68): error C4430: missing type specifier - int assumed. Note: C+
+ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error C3861: 'uv_queue_work': identifier not found [D:\pr
ojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(71): error C2143: syntax error: missing ',' before '&' (compil
ing source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(68): error C2143: syntax error: missing ',' before '&' [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(67): error C2039: 'Close': is not a member of 'v8::HandleScope'd:
\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): error C2146: syntax error: missing ';' before identifier 'A
fterUnzip' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\formatter.h(72): error C4430: missing type specifier - int assumed. Note: C++ does not supp
  ort default-int (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(67): error C2660: 'v8::Integer::New': function does not take 1 ar
guments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(3048): note: see declaration of 'v8::Integer::New' (compiling sourc
  e file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(72): error C2143: syntax error: missing ',' before '&' (compil
ing source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(70): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(69): error C2248: 'v8::HandleScope::HandleScope': cannot access
protected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\formatter.h(75): error
 C2061: syntax error: identifier 'uv_work_t' (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\
pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'd:\pro
  jects\srtesting\node_modules\pcm-utils\mixer.cc(70): error C2143: syntax error: missing ',' before '&'

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\unzipper.cc(60): error C2059: syntax error: ')'

d:\projects\srtesting\node_modules\pcm-utils\formatter.h(76): error C2061: syntax error: identifier 'uv_work_t' (compil
ing source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(60): warning C4551: function call missing argument list [D:\pr
ojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(70): error C2653: 'ObjectWrap': is not a class or namespace name
 [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(22): error C2614: 'pcmutils::Formatter': illegal member initia
lization: 'ObjectWrap' is not a base or member (compiling source file ..\binding.cc) [D:\projects\srtesting\node_module
s\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(63): error C2065: 'uv_work_t': undeclared identifierd:\project
s\srtesting\node_modules\pcm-utils\mixer.cc(71): error C2248: 'v8::HandleScope::HandleScope': cannot access protected m
ember declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(70): error C2065: 'Unwrap': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'd:\pro
  jects\srtesting\node_modules\pcm-utils\unzipper.cc(63): error C2065: 'req': undeclared identifierd:\projects\srtestin
  g\node_modules\pcm-utils\formatter.h(41): error C2039: 'Ref': is not a member of 'pcmutils::Formatter' (compiling sou
  rce file ..\binding.cc)


  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\zipper.cc(70): error C2275: 'pcmutils::Zipper': illegal use of this type as an expressiond:
  \projects\srtesting\node_modules\pcm-utils\formatter.h(17): note: see declaration of 'pcmutils::Formatter' (compiling
   source file ..\binding.cc)


d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(63): error C2761: 'void pcmutils::Unzipper::DoUnzip(void)': re
declaration of member is not allowed [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(70): error C2065: 'accessor': undeclared identifier [D:\projects
\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(72): error C2653: 'ObjectWrap': is not a class or namespace name
[D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(42): error C2065: 'request': undeclared identifier (compiling
source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(63): error C2448: 'pcmutils::Unzipper::DoUnzip': function-styl
e initializer appears to be a function definition [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(72): error C2065: 'Unwrap': undeclared identifierd:\projects\srte
sting\node_modules\pcm-utils\zipper.cc(71): error C2039: 'Close': is not a member of 'v8::HandleScope' [D:\projects\srt
esting\node_modules\pcm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'd:\projects\srtesti
  ng\node_modules\pcm-utils\unzipper.cc(81): error C2065: 'uv_work_t': undeclared identifier
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(45): error C2039: 'Unref': is not a member of 'pcmutils::Forma
tter' (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]

d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(72): error C2275: 'pcmutils::Mixer': illegal use of this type as
an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): note: see declaration of 'pcmutils::Formatter' (compili
  ng source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(71): error C2660: 'v8::Boolean::New': function does not take 1 a
rguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(9826): note: see declaration of 'v8::Boolean::New' (compiling sourc
  e file ..\zipper.cc)
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(81): error C2065: 'req': undeclared identifier [D:\projects\sr
testing\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(72): error C2065: 'accessor': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(60): error C2660: 'v8::PersistentBase<T>::New': function does
not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(74): error C4430: missing type specifier - int assumed. Note: C+
+ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(81): error C2761: 'void pcmutils::Unzipper::AfterUnzip(void)':
 redeclaration of member is not allowed [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(73): error C2039: 'Close': is not a member of 'v8::HandleScope'd:
\projects\srtesting\node_modules\pcm-utils\formatter.h(61): error C2660: 'v8::PersistentBase<v8::Object>::New': functio
n does not take 1 arguments (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\b
inding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<v8::Object>::New
  ' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(74): error C2143: syntax error: missing ',' before '&' [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\unzipper.cc(81): error C2448: 'pcmutils::Unzipper::AfterUnzip': function-s
tyle initializer appears to be a function definition [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxpro
j]
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(73): error C2660: 'v8::Boolean::New': function does not take 1 ar
guments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(9826): note: see declaration of 'v8::Boolean::New' (compiling sourc
  e file ..\mixer.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(62): error C2665: 'node::Buffer::Data': none of the 2 overload
s could convert all the argument types (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-ut
ils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(43): note: could be 'char *node::Buffer::Data(v8::Local<v8
  ::Object>)' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(76): error C4430: missing type specifier - int assumed. Note: C++
 does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(42): note: or       'char *node::Buffer::Data(v8::Local<v8
  ::Value>)' (compiling source file ..\binding.cc)
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(75): error C2248: 'v8::HandleScope::HandleScope': cannot access
protected member declared in class 'v8::HandleScope'd:\projects\srtesting\node_modules\pcm-utils\mixer.cc(76): error C2
143: syntax error: missing ',' before '&'d:\projects\srtesting\node_modules\pcm-utils\formatter.h(62): note: while tryi
ng to match the argument list '(v8::Persistent<v8::Object,v8::NonCopyablePersistentTraits<T>>)' [D:\projects\srtesting\
node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)


  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'd:\pro
  jects\srtesting\node_modules\pcm-utils\mixer.cc(77): error C2248: 'v8::HandleScope::HandleScope': cannot access prote
  cted member declared in class 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(63): error C2665: 'node::Buffer::Length': none of the 2 overlo
ads could convert all the argument types (compiling source file ..\binding.cc) [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'c:\users\korn\.node
  -gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(45): note: could be 'size_t node::Buffer::Length(v8::Local
  <v8::Object>)' (compiling source file ..\binding.cc)

d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): error C2065: 'args': undeclared identifierc:\users\korn\.no
de-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope' [D:\projects\srtesting\node_modules\p
cm-utils\build\binding.vcxproj]

  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(44): note: or       'size_t node::Buffer::Length(v8::Local
  <v8::Value>)' (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(63): note: while trying to match the argument list '(v8::Per
  sistent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): error C203
  9: 'New': is not a member of 'v8::String'

  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'd:\projects\srtesting\n
  ode_modules\pcm-utils\formatter.h(66): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Function,v8::No
  nCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\mixer.cc(77): fatal error
   C1003: error count exceeds 100; stopping compilation


d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): error C2664: 'v8::Local<v8::Value> pcmutils::Zipper::New(co
nst int)': cannot convert argument 1 from 'const char [20]' to 'const int' [D:\projects\srtesting\node_modules\pcm-util
s\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\mixer.h(52): note: see declaration of 'v8::Persistent<v8::Function,v8::N
  onCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\binding.cc)
  d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): note: There is no context in which this conversion is pos
  sible
d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): error C3861: 'ThrowException': identifier not foundd:\proje
cts\srtesting\node_modules\pcm-utils\formatter.h(67): error C2039: 'Dispose': is not a member of 'v8::Persistent<v8::Ob
ject,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)

  c:\users\korn\.node-gyp\10.15.0\include\node\node.h(853): note: see declaration of 'v8::Persistent<v8::Object,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\binding.cc)d:\projects\srtesting\node_modules\pcm-utils\zipper.cc(77): fatal erro
  r C1003: error count exceeds 100; stopping compilation

  formatter.cc
  win_delay_load_hook.cc
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): error C2504: 'ObjectWrap': base class undefined (compilin
g source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(37): error C3646: 'request': unknown override specifier (compi
ling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(37): error C4430: missing type specifier - int assumed. Note:
C++ does not support default-int (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(71): error C4430: missing type specifier - int assumed. Note:
C++ does not support default-int (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(71): error C2143: syntax error: missing ',' before '&' (compil
ing source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(72): error C4430: missing type specifier - int assumed. Note:
C++ does not support default-int (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\
build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(72): error C2143: syntax error: missing ',' before '&' (compil
ing source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(75): error C2061: syntax error: identifier 'uv_work_t' (compil
ing source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(76): error C2061: syntax error: identifier 'uv_work_t' (compil
ing source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(22): error C2614: 'pcmutils::Formatter': illegal member initia
lization: 'ObjectWrap' is not a base or member (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modu
les\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(41): error C2039: 'Ref': is not a member of 'pcmutils::Formatt
er' (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): note: see declaration of 'pcmutils::Formatter' (compili
  ng source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(42): error C2065: 'request': undeclared identifier (compiling
source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(45): error C2039: 'Unref': is not a member of 'pcmutils::Forma
tter' (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): note: see declaration of 'pcmutils::Formatter' (compili
  ng source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(60): error C2660: 'v8::PersistentBase<T>::New': function does
not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ] (compiling source file ..\formatter.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(61): error C2660: 'v8::PersistentBase<v8::Object>::New': funct
ion does not take 1 arguments (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-utils\bui
ld\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<v8::Object>::New
  ' (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(62): error C2665: 'node::Buffer::Data': none of the 2 overload
s could convert all the argument types (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pcm-
utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(43): note: could be 'char *node::Buffer::Data(v8::Local<v8
  ::Object>)' (compiling source file ..\formatter.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(42): note: or       'char *node::Buffer::Data(v8::Local<v8
  ::Value>)' (compiling source file ..\formatter.cc)
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(62): note: while trying to match the argument list '(v8::Per
  sistent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(63): error C2665: 'node::Buffer::Length': none of the 2 overlo
ads could convert all the argument types (compiling source file ..\formatter.cc) [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(45): note: could be 'size_t node::Buffer::Length(v8::Local
  <v8::Object>)' (compiling source file ..\formatter.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\node_buffer.h(44): note: or       'size_t node::Buffer::Length(v8::Local
  <v8::Value>)' (compiling source file ..\formatter.cc)
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(63): note: while trying to match the argument list '(v8::Per
  sistent<v8::Object,v8::NonCopyablePersistentTraits<T>>)'
          with
          [
              T=v8::Object
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(66): error C2039: 'Dispose': is not a member of 'v8::Persisten
t<v8::Function,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj
]
          with
          [
              T=v8::Function
          ] (compiling source file ..\formatter.cc)
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(50): note: see declaration of 'v8::Persistent<v8::Function,v
  8::NonCopyablePersistentTraits<T>>'
          with
          [
              T=v8::Function
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.h(67): error C2039: 'Dispose': is not a member of 'v8::Persisten
t<v8::Object,v8::NonCopyablePersistentTraits<T>>' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Object
          ] (compiling source file ..\formatter.cc)
  c:\users\korn\.node-gyp\10.15.0\include\node\node.h(853): note: see declaration of 'v8::Persistent<v8::Object,v8::Non
  CopyablePersistentTraits<T>>'
          with
          [
              T=v8::Object
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(6): error C2664: 'v8::Local<v8::FunctionTemplate> v8::Functio
nTemplate::New(v8::Isolate *,v8::FunctionCallback,v8::Local<v8::Value>,v8::Local<v8::Signature>,int,v8::ConstructorBeha
vior,v8::SideEffectType)': cannot convert argument 1 from 'v8::Local<v8::Value> (__cdecl *)(const int)' to 'v8::Isolate
 *' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(6): note: There is no context in which this conversion is p
  ossible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(8): error C2039: 'NewSymbol': is not a member of 'v8::String'
 [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(8): error C3861: 'NewSymbol': identifier not found [D:\projec
ts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(10): error C2664: 'void node::NODE_SET_PROTOTYPE_METHOD(v8::L
ocal<v8::FunctionTemplate>,const char *,v8::FunctionCallback)': cannot convert argument 3 from 'v8::Local<v8::Value> (_
_cdecl *)(const int)' to 'v8::FunctionCallback' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(10): note: None of the functions with this name in scope ma
  tch the target type
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(12): error C2660: 'v8::PersistentBase<T>::New': function does
 not take 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
          with
          [
              T=v8::Function
          ]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(632): note: see declaration of 'v8::PersistentBase<T>::New'
          with
          [
              T=v8::Function
          ] (compiling source file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(13): error C2039: 'NewSymbol': is not a member of 'v8::String
' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(13): error C3861: 'NewSymbol': identifier not found [D:\proje
cts\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(16): error C4430: missing type specifier - int assumed. Note:
 C++ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(16): error C2143: syntax error: missing ',' before '&' [D:\pr
ojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(17): error C2248: 'v8::HandleScope::HandleScope': cannot acce
ss protected member declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcx
proj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(19): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(20): error C2039: 'New': is not a member of 'v8::String' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(20): error C2664: 'v8::Local<v8::Value> pcmutils::Formatter::
New(const int)': cannot convert argument 1 from 'const char [21]' to 'const int' [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(20): note: There is no context in which this conversion is
  possible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(20): error C3861: 'ThrowException': identifier not found [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(22): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(22): error C2039: 'New': is not a member of 'v8::String' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(22): error C2664: 'v8::Local<v8::Value> pcmutils::Formatter::
New(const int)': cannot convert argument 1 from 'const char [20]' to 'const int' [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(22): note: There is no context in which this conversion is
  possible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(22): error C3861: 'ThrowException': identifier not found [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(25): error C2039: 'Wrap': is not a member of 'pcmutils::Forma
tter' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(17): note: see declaration of 'pcmutils::Formatter'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(25): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(27): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(28): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(41): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(44): error C4430: missing type specifier - int assumed. Note:
 C++ does not support default-int [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(44): error C2143: syntax error: missing ',' before '&' [D:\pr
ojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(45): error C2248: 'v8::HandleScope::HandleScope': cannot acce
ss protected member declared in class 'v8::HandleScope' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcx
proj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(883): note: see declaration of 'v8::HandleScope::HandleScope'
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(47): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(47): error C2039: 'New': is not a member of 'v8::String' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(47): error C2664: 'v8::Local<v8::Value> pcmutils::Formatter::
New(const int)': cannot convert argument 1 from 'const char [20]' to 'const int' [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(47): note: There is no context in which this conversion is
  possible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(47): error C3861: 'ThrowException': identifier not found [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): error C2039: 'New': is not a member of 'v8::String' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): error C2664: 'v8::Local<v8::Value> pcmutils::Formatter::
New(const int)': cannot convert argument 1 from 'const char [30]' to 'const int' [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): note: There is no context in which this conversion is
  possible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): error C3861: 'ThrowException': identifier not found [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(48): error C2672: 'v8::Local<v8::Function>::Cast': no matchin
g overloaded function found [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(50): error C2653: 'ObjectWrap': is not a class or namespace n
ame [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(50): error C2065: 'Unwrap': undeclared identifier [D:\project
s\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(50): error C2275: 'pcmutils::Formatter': illegal use of this
type as an expression [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(50): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2039: 'New': is not a member of 'v8::String' [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(2568): note: see declaration of 'v8::String'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2664: 'v8::Local<v8::Value> pcmutils::Formatter::
New(const int)': cannot convert argument 1 from 'const char [17]' to 'const int' [D:\projects\srtesting\node_modules\pc
m-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): note: There is no context in which this conversion is
  possible
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C3861: 'ThrowException': identifier not found [D:\
projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2661: 'v8::Local<v8::Value>::New': no overloaded
function takes 1 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2512: 'v8::TryCatch': no appropriate default cons
tructor available [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(8529): note: see declaration of 'v8::TryCatch' (compiling source fi
  le ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2039: 'Close': is not a member of 'v8::HandleScop
e' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): error C2660: 'v8::Undefined': function does not take 0 a
rguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(10421): note: see declaration of 'v8::Undefined' (compiling source
  file ..\formatter.cc)
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(54): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(54): error C2661: 'pcmutils::Formatter::FormatBaton::FormatBa
ton': no overloaded function takes 2 arguments [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(58): error C2039: 'Close': is not a member of 'v8::HandleScop
e' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\v8.h(864): note: see declaration of 'v8::HandleScope'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(58): error C2065: 'args': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(52): warning C4996: 'node::FatalException': was declared depr
ecated [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  c:\users\korn\.node-gyp\10.15.0\include\node\node.h(433): note: see declaration of 'node::FatalException'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C3861: 'uv_default_loop': identifier not found [D:
\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C2039: 'request': is not a member of 'pcmutils::Fo
rmatter::Baton' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
  d:\projects\srtesting\node_modules\pcm-utils\formatter.h(36): note: see declaration of 'pcmutils::Formatter::Baton'
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C2065: 'uv_after_work_cb': undeclared identifier [
D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C2146: syntax error: missing ')' before identifier
 'AfterFormat' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C3861: 'uv_queue_work': identifier not found [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C2146: syntax error: missing ';' before identifier
 'AfterFormat' [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): error C2059: syntax error: ')' [D:\projects\srtesting\no
de_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(62): warning C4551: function call missing argument list [D:\p
rojects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(65): error C2065: 'uv_work_t': undeclared identifier [D:\proj
ects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(65): error C2065: 'req': undeclared identifier [D:\projects\s
rtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(65): error C2761: 'void pcmutils::Formatter::DoFormat(void)':
 redeclaration of member is not allowed [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(65): error C2448: 'pcmutils::Formatter::DoFormat': function-s
tyle initializer appears to be a function definition [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxpro
j]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(158): error C2065: 'uv_work_t': undeclared identifier [D:\pro
jects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(158): error C2065: 'req': undeclared identifier [D:\projects\
srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(158): error C2761: 'void pcmutils::Formatter::AfterFormat(voi
d)': redeclaration of member is not allowed [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vcxproj]
d:\projects\srtesting\node_modules\pcm-utils\formatter.cc(158): error C2448: 'pcmutils::Formatter::AfterFormat': functi
on-style initializer appears to be a function definition [D:\projects\srtesting\node_modules\pcm-utils\build\binding.vc
xproj]
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Users\korn\AppData\Roaming\nvm\v10.15.0\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Windows_NT 10.0.17763
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\korn\\AppData\\Roaming\\nvm\\v10.15.0\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\projects\srtesting\node_modules\pcm-utils
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN discord.js@11.4.2 requires a peer of bufferutil@^3.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of node-opus@^0.2.7 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of sodium@^2.0.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of libsodium-wrappers@^0.7.3 but none is installed. You must install peer dependencies yourself.
npm WARN discord.js@11.4.2 requires a peer of uws@^9.14.0 but none is installed. You must install peer dependencies yourself.
npm WARN sr-discord-testing@1.0.0 No description
npm WARN sr-discord-testing@1.0.0 No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pcm-utils@0.0.2 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pcm-utils@0.0.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\korn\AppData\Roaming\npm-cache\_logs\2019-03-04T13_01_54_030Z-debug.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions