nwjs / nwjs/node

Unable to build nwjs, as node build is failing

Open
#15 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
22
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Nwjs version trying to build: nw24 (Completed without errors),
Node version trying to build: nw24,
Operating System: Windows 7,
VS: Visual Studio 2015 Update 3

I am trying to create nwjs build and my nwjs build step has succeeded but my node build step is failing with the following linker error:

ninja: Entering directory `out/Release'
[1/1] LINK_EMBED(DLL) node.dll
FAILED: node.dll node.dll.lib node.dll.pdb 
C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe gyp-win-tool link-with-manifests environment.x86 True node.dll "C:\Users\Administrator\codebase\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x86 False link.exe /nologo /IMPLIB:node.dll.lib /DLL /OUT:node.dll @node.dll.rsp" 2 mt.exe rc.exe "obj\third_party\node-nw\node.node.dll.intermediate.manifest" obj\third_party\node-nw\node.node.dll.generated.manifest
node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::Exit(void)" (__imp_?Exit@Context@v8@@QAEXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::Enter(void)" (__imp_?Enter@Context@v8@@QAEXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::External::Value(void)const " (__imp_?Value@External@v8@@QBEPAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::New(class v8::Isolate *,int)" (__imp_?New@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::EnqueueMicrotask(void (__cdecl*)(void *),void *)" (__imp_?EnqueueMicrotask@Isolate@v8@@QAEXP6AXPAX@Z0@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Isolate::ThrowException(class v8::Local<class v8::Value>)" (__imp_?ThrowException@Isolate@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Context> __thiscall v8::Isolate::GetCurrentContext(void)" (__imp_?GetCurrentContext@Isolate@v8@@QAE?AV?$Local@VContext@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::HeapProfiler * __thiscall v8::Isolate::GetHeapProfiler(void)" (__imp_?GetHeapProfiler@Isolate@v8@@QAEPAVHeapProfiler@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::HeapProfiler::SetWrapperClassInfoProvider(unsigned short,class v8::RetainedObjectInfo * (__cdecl*)(unsigned short,class v8::Local<class v8::Value>))" (__imp_?SetWrapperClassInfoProvider@HeapProfiler@v8@@QAEXGP6APAVRetainedObjectInfo@2@GV?$Local@VValue@v8@@@2@@Z@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: static class v8::internal::Object * * __cdecl v8::HandleScope::CreateHandle(class v8::internal::Isolate *,class v8::internal::Object *)" (__imp_?CreateHandle@HandleScope@v8@@KAPAPAVObject@internal@2@PAVIsolate@42@PAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::internal::Object * * __cdecl v8::HandleScope::CreateHandle(class v8::internal::HeapObject *,class v8::internal::Object *)" (__imp_?CreateHandle@HandleScope@v8@@CAPAPAVObject@internal@2@PAVHeapObject@42@PAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HandleScope::~HandleScope(void)" (__imp_??1HandleScope@v8@@QAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HandleScope::HandleScope(class v8::Isolate *)" (__imp_??0HandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::TypeError(class v8::Local<class v8::String>)" (__imp_?TypeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::FunctionTemplate::SetClassName(class v8::Local<class v8::String>)" (__imp_?SetClassName@FunctionTemplate@v8@@QAEXV?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __thiscall v8::FunctionTemplate::InstanceTemplate(void)" (__imp_?InstanceTemplate@FunctionTemplate@v8@@QAE?AV?$Local@VObjectTemplate@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(void)" (__imp_?GetFunction@FunctionTemplate@v8@@QAE?AV?$Local@VFunction@v8@@@2@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::FunctionTemplate> __cdecl v8::FunctionTemplate::New(class v8::Isolate *,void (__cdecl*)(class v8::FunctionCallbackInfo<class v8::Value> const &),class v8::Local<class v8::Value>,class v8::Local<class v8::Signature>,int,enum v8::ConstructorBehavior)" (__imp_?New@FunctionTemplate@v8@@SA?AV?$Local@VFunctionTemplate@v8@@@2@PAVIsolate@2@P6AXABV?$FunctionCallbackInfo@VValue@v8@@@2@@ZV?$Local@VValue@v8@@@2@V?$Local@VSignature@v8@@@2@HW4ConstructorBehavior@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::MicrotasksScope::PerformCheckpoint(class v8::Isolate *)" (__imp_?PerformCheckpoint@MicrotasksScope@v8@@SAXPAVIsolate@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ArrayBuffer> __cdecl v8::ArrayBuffer::New(class v8::Isolate *,void *,unsigned int,enum v8::ArrayBufferCreationMode)" (__imp_?New@ArrayBuffer@v8@@SA?AV?$Local@VArrayBuffer@v8@@@2@PAVIsolate@2@PAXIW4ArrayBufferCreationMode@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::ToLocalEmpty(void)" (__imp_?ToLocalEmpty@V8@v8@@CAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::FromJustIsNothing(void)" (__imp_?FromJustIsNothing@V8@v8@@CAXXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::MakeWeak(class v8::internal::Object * *,void *,void (__cdecl*)(class v8::WeakCallbackInfo<void> const &),enum v8::WeakCallbackType)" (__imp_?MakeWeak@V8@v8@@CAXPAPAVObject@internal@2@PAXP6AXABV?$WeakCallbackInfo@X@2@@ZW4WeakCallbackType@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __cdecl v8::V8::DisposeGlobal(class v8::internal::Object * *)" (__imp_?DisposeGlobal@V8@v8@@CAXPAPAVObject@internal@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::internal::Object * * __cdecl v8::V8::GlobalizeReference(class v8::internal::Isolate *,class v8::internal::Object * *)" (__imp_?GlobalizeReference@V8@v8@@CAPAPAVObject@internal@2@PAVIsolate@42@PAPAV342@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<double> __thiscall v8::Value::NumberValue(class v8::Local<class v8::Context>)const " (__imp_?NumberValue@Value@v8@@QBE?AV?$Maybe@N@2@V?$Local@VContext@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __thiscall v8::Value::NumberValue(void)const " (__imp_?NumberValue@Value@v8@@QBENXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsPromise(void)const " (__imp_?IsPromise@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsExternal(void)const " (__imp_?IsExternal@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNumber(void)const " (__imp_?IsNumber@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsObject(void)const " (__imp_?IsObject@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFunction(void)const " (__imp_?IsFunction@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsTrue(void)const " (__imp_?IsTrue@Value@v8@@QBE_NXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Float64Array> __cdecl v8::Float64Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Float64Array@v8@@SA?AV?$Local@VFloat64Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::TryCatch::~TryCatch(void)" (__imp_??1TryCatch@v8@@QAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::TryCatch::TryCatch(class v8::Isolate *)" (__imp_??0TryCatch@v8@@QAE@PAVIsolate@1@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromOneByte(class v8::Isolate *,unsigned char const *,enum v8::NewStringType,int)" (__imp_?NewFromOneByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBEW4NewStringType@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::NewStringType,int)" (__imp_?NewFromUtf8@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBDW4NewStringType@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Number> __cdecl v8::Number::New(class v8::Isolate *,double)" (__imp_?New@Number@v8@@SA?AV?$Local@VNumber@v8@@@2@PAVIsolate@2@N@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void * __thiscall v8::Object::SlowGetAlignedPointerFromInternalField(int)" (__imp_?SlowGetAlignedPointerFromInternalField@Object@v8@@AAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: class v8::Local<class v8::Value> __thiscall v8::Object::SlowGetInternalField(int)" (__imp_?SlowGetInternalField@Object@v8@@AAE?AV?$Local@VValue@v8@@@2@H@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Object> __cdecl v8::Object::New(class v8::Isolate *)" (__imp_?New@Object@v8@@SA?AV?$Local@VObject@v8@@@2@PAVIsolate@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Object::SetAlignedPointerInInternalField(int,void *)" (__imp_?SetAlignedPointerInInternalField@Object@v8@@QAEXHPAX@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Object::SetInternalField(int,class v8::Local<class v8::Value>)" (__imp_?SetInternalField@Object@v8@@QAEXHV?$Local@VValue@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Object::InternalFieldCount(void)" (__imp_?InternalFieldCount@Object@v8@@QAEHXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Value>)" (__imp_?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Get@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::ForceSet(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,class v8::Local<class v8::Value>,enum v8::PropertyAttribute)" (__imp_?ForceSet@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@1W4PropertyAttribute@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Object::Set(class v8::Local<class v8::Value>,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE_NV?$Local@VValue@v8@@@2@0@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Symbol> __cdecl v8::Symbol::New(class v8::Isolate *,class v8::Local<class v8::String>)" (__imp_?New@Symbol@v8@@SA?AV?$Local@VSymbol@v8@@@2@PAVIsolate@2@V?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Function::SetName(class v8::Local<class v8::String>)" (__imp_?SetName@Function@v8@@QAEXV?$Local@VString@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Function::Call(class v8::Local<class v8::Value>,int,class v8::Local<class v8::Value> * const)" (__imp_?Call@Function@v8@@QAE?AV?$Local@VValue@v8@@@2@V32@HQAV32@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Function::Call(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,int,class v8::Local<class v8::Value> * const)" (__imp_?Call@Function@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@HQAV52@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint32Array> __cdecl v8::Uint32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint32Array@v8@@SA?AV?$Local@VUint32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetInternalFieldCount(int)" (__imp_?SetInternalFieldCount@ObjectTemplate@v8@@QAEXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetAccessor(class v8::Local<class v8::String>,void (__cdecl*)(class v8::Local<class v8::String>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::Local<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute,class v8::Local<class v8::AccessorSignature>)" (__imp_?SetAccessor@ObjectTemplate@v8@@QAEXV?$Local@VString@v8@@@2@P6AX0ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX0V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@Z3W4AccessControl@2@W4PropertyAttribute@2@V?$Local@VAccessorSignature@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::ObjectTemplate::NewInstance(class v8::Local<class v8::Context>)" (__imp_?NewInstance@ObjectTemplate@v8@@QAE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::RetainedObjectInfo::`vftable'" (__imp_??_7RetainedObjectInfo@v8@@6B@)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall v8::RetainedObjectInfo::~RetainedObjectInfo(void)" (__imp_??1RetainedObjectInfo@v8@@MAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall v8::RetainedObjectInfo::RetainedObjectInfo(void)" (__imp_??0RetainedObjectInfo@v8@@IAE@XZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual int __thiscall v8::RetainedObjectInfo::GetElementCount(void)" (__imp_?GetElementCount@RetainedObjectInfo@v8@@UAEHXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual char const * __thiscall v8::RetainedObjectInfo::GetGroupLabel(void)" (__imp_?GetGroupLabel@RetainedObjectInfo@v8@@UAEPBDXZ)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::Context::GetAlignedPointerFromEmbedderData(int)" (__imp_?GetAlignedPointerFromEmbedderData@Context@v8@@QAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::External * __cdecl v8::External::Cast(class v8::Value *)" (__imp_?Cast@External@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Function * __cdecl v8::Function::Cast(class v8::Value *)" (__imp_?Cast@Function@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Promise * __cdecl v8::Promise::Cast(class v8::Value *)" (__imp_?Cast@Promise@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Object * __cdecl v8::Object::Cast(class v8::Value *)" (__imp_?Cast@Object@v8@@SAPAV12@PAVValue@2@@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::Object::GetAlignedPointerFromInternalField(int)" (__imp_?GetAlignedPointerFromInternalField@Object@v8@@QAEPAXH@Z)

node.async-wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::GetInternalField(int)" (__imp_?GetInternalField@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@H@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Signature> __cdecl v8::Signature::New(class v8::Isolate *,class v8::Local<class v8::FunctionTemplate>)" (__imp_?New@Signature@v8@@SA?AV?$Local@VSignature@v8@@@2@PAVIsolate@2@V?$Local@VFunctionTemplate@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Template::Set(class v8::Local<class v8::Name>,class v8::Local<class v8::Data>,enum v8::PropertyAttribute)" (__imp_?Set@Template@v8@@QAEXV?$Local@VName@v8@@@2@V?$Local@VData@v8@@@2@W4PropertyAttribute@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::Error(class v8::Local<class v8::String>)" (__imp_?Error@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Array> __cdecl v8::Array::New(class v8::Isolate *,int)" (__imp_?New@Array@v8@@SA?AV?$Local@VArray@v8@@@2@PAVIsolate@2@H@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::Array::Length(void)const " (__imp_?Length@Array@v8@@QBEIXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ObjectTemplate> __thiscall v8::FunctionTemplate::PrototypeTemplate(void)" (__imp_?PrototypeTemplate@FunctionTemplate@v8@@QAE?AV?$Local@VObjectTemplate@v8@@@2@XZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Value::Int32Value(void)const " (__imp_?Int32Value@Value@v8@@QBEHXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::Value::Uint32Value(void)const " (__imp_?Uint32Value@Value@v8@@QBEIXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint32(void)const " (__imp_?IsUint32@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt32(void)const " (__imp_?IsInt32@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsArray(void)const " (__imp_?IsArray@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: class v8::internal::Object * * __thiscall v8::EscapableHandleScope::Escape(class v8::internal::Object * *)" (__imp_?Escape@EscapableHandleScope@v8@@AAEPAPAVObject@internal@2@PAPAV342@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::EscapableHandleScope::EscapableHandleScope(class v8::Isolate *)" (__imp_??0EscapableHandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(unsigned int)" (__imp_?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@I@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Set(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@1@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Object::Set(unsigned int,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE_NIV?$Local@VValue@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Set(class v8::Local<class v8::Context>,unsigned int,class v8::Local<class v8::Value>)" (__imp_?Set@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@IV?$Local@VValue@v8@@@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Array * __cdecl v8::Array::Cast(class v8::Value *)" (__imp_?Cast@Array@v8@@SAPAV12@PAVValue@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsString(void)const " (__imp_?QuickIsString@Value@v8@@ABE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsString(void)const " (__imp_?IsString@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsUndefined(void)const " (__imp_?QuickIsUndefined@Value@v8@@ABE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUndefined(void)const " (__imp_?IsUndefined@Value@v8@@QBE_NXZ)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::String * __cdecl v8::String::Cast(class v8::Value *)" (__imp_?Cast@String@v8@@SAPAV12@PAVValue@2@@Z)

node.cares_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::EscapableHandleScope::~EscapableHandleScope(void)" (__imp_??1EscapableHandleScope@v8@@QAE@XZ)

node.connection_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Boolean> __cdecl v8::Boolean::New(class v8::Isolate *,bool)" (__imp_?New@Boolean@v8@@SA?AV?$Local@VBoolean@v8@@@2@PAVIsolate@2@_N@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetPromiseHook(void (__cdecl*)(enum v8::PromiseHookType,class v8::Local<class v8::Promise>,class v8::Local<class v8::Value>))" (__imp_?SetPromiseHook@Isolate@v8@@QAEXP6AXW4PromiseHookType@2@V?$Local@VPromise@v8@@@2@V?$Local@VValue@v8@@@2@@Z@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::CpuProfiler * __thiscall v8::Isolate::GetCpuProfiler(void)" (__imp_?GetCpuProfiler@Isolate@v8@@QAEPAVCpuProfiler@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::StackFrame::IsEval(void)const " (__imp_?IsEval@StackFrame@v8@@QBE_NXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::StackFrame::GetFunctionName(void)const " (__imp_?GetFunctionName@StackFrame@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::StackFrame::GetScriptName(void)const " (__imp_?GetScriptName@StackFrame@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetScriptId(void)const " (__imp_?GetScriptId@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetColumn(void)const " (__imp_?GetColumn@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackFrame::GetLineNumber(void)const " (__imp_?GetLineNumber@StackFrame@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::StackTrace> __cdecl v8::StackTrace::CurrentStackTrace(class v8::Isolate *,int,enum v8::StackTrace::StackTraceOptions)" (__imp_?CurrentStackTrace@StackTrace@v8@@SA?AV?$Local@VStackTrace@v8@@@2@PAVIsolate@2@HW4StackTraceOptions@12@@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::StackTrace::GetFrameCount(void)const " (__imp_?GetFrameCount@StackTrace@v8@@QBEHXZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::StackFrame> __thiscall v8::StackTrace::GetFrame(unsigned int)const " (__imp_?GetFrame@StackTrace@v8@@QBE?AV?$Local@VStackFrame@v8@@@2@I@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Context> __thiscall v8::Object::CreationContext(void)" (__imp_?CreationContext@Object@v8@@QAE?AV?$Local@VContext@v8@@@2@XZ)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::CpuProfiler::SetIdle(bool)" (__imp_?SetIdle@CpuProfiler@v8@@QAEX_N@Z)

node.env.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Function::NewInstance(class v8::Local<class v8::Context>)const " (__imp_?NewInstance@Function@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.fs_event_wrap.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::Empty(class v8::Isolate *)" (__imp_?Empty@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@@Z)

node.js_stream.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::External> __cdecl v8::External::New(class v8::Isolate *,void *)" (__imp_?New@External@v8@@SA?AV?$Local@VExternal@v8@@@2@PAVIsolate@2@PAX@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Context::SetAlignedPointerInEmbedderData(int,void *)" (__imp_?SetAlignedPointerInEmbedderData@Context@v8@@QAEXHPAX@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Isolate * __thiscall v8::Context::GetIsolate(void)" (__imp_?GetIsolate@Context@v8@@QAEPAVIsolate@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Context> __cdecl v8::Context::New(class v8::Isolate *,class v8::ExtensionConfiguration *,class v8::MaybeLocal<class v8::ObjectTemplate>,class v8::MaybeLocal<class v8::Value>)" (__imp_?New@Context@v8@@SA?AV?$Local@VContext@v8@@@2@PAVIsolate@2@PAVExtensionConfiguration@2@V?$MaybeLocal@VObjectTemplate@v8@@@2@V?$MaybeLocal@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Context::Global(void)" (__imp_?Global@Context@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "bool __cdecl v8::platform::PumpMessageLoop(class v8::Platform *,class v8::Isolate *,enum v8::platform::MessageLoopBehavior)" (?PumpMessageLoop@platform@v8@@YA_NPAVPlatform@2@PAVIsolate@2@W4MessageLoopBehavior@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "class v8::Platform * __cdecl v8::platform::CreateDefaultPlatform(int,enum v8::platform::IdleTaskSupport,enum v8::platform::InProcessStackDumping)" (?CreateDefaultPlatform@platform@v8@@YAPAVPlatform@2@HW4IdleTaskSupport@12@W4InProcessStackDumping@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::NewFromUnsigned(class v8::Isolate *,unsigned int)" (__imp_?NewFromUnsigned@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@I@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Private> __cdecl v8::Private::New(class v8::Isolate *,class v8::Local<class v8::String>)" (__imp_?New@Private@v8@@SA?AV?$Local@VPrivate@v8@@@2@PAVIsolate@2@V?$Local@VString@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall v8::Isolate::ReportExternalAllocationLimitReached(void)" (__imp_?ReportExternalAllocationLimitReached@Isolate@v8@@AAEXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Isolate::AddMessageListener(void (__cdecl*)(class v8::Local<class v8::Message>,class v8::Local<class v8::Value>),class v8::Local<class v8::Value>)" (__imp_?AddMessageListener@Isolate@v8@@QAE_NP6AXV?$Local@VMessage@v8@@@2@V?$Local@VValue@v8@@@2@@Z1@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetFatalErrorHandler(void (__cdecl*)(char const *,char const *))" (__imp_?SetFatalErrorHandler@Isolate@v8@@QAEXP6AXPBD0@Z@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::SetAutorunMicrotasks(bool)" (__imp_?SetAutorunMicrotasks@Isolate@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::GetHeapStatistics(class v8::HeapStatistics *)" (__imp_?GetHeapStatistics@Isolate@v8@@QAEXPAVHeapStatistics@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::Isolate::Dispose(void)" (__imp_?Dispose@Isolate@v8@@QAEXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Isolate * __cdecl v8::Isolate::GetCurrent(void)" (__imp_?GetCurrent@Isolate@v8@@SAPAV12@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Isolate * __cdecl v8::Isolate::New(struct v8::Isolate::CreateParams const &)" (__imp_?New@Isolate@v8@@SAPAV12@ABUCreateParams@12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::HeapProfiler::StartTrackingHeapObjects(bool)" (__imp_?StartTrackingHeapObjects@HeapProfiler@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::TypedArray::Length(void)" (__imp_?Length@TypedArray@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::ArrayBuffer> __thiscall v8::ArrayBufferView::Buffer(void)" (__imp_?Buffer@ArrayBufferView@v8@@QAE?AV?$Local@VArrayBuffer@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: void __thiscall v8::Locker::Initialize(class v8::Isolate *)" (__imp_?Initialize@Locker@v8@@AAEXPAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Locker::~Locker(void)" (__imp_??1Locker@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall v8::ArrayBuffer::Allocator::SetProtection(void *,unsigned int,enum v8::ArrayBuffer::Allocator::Protection)" (__imp_?SetProtection@Allocator@ArrayBuffer@v8@@UAEXPAXIW4Protection@123@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __thiscall v8::ArrayBuffer::Allocator::Free(void *,unsigned int,enum v8::ArrayBuffer::Allocator::AllocationMode)" (__imp_?Free@Allocator@ArrayBuffer@v8@@UAEXPAXIW4AllocationMode@123@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void * __thiscall v8::ArrayBuffer::Allocator::Reserve(unsigned int)" (__imp_?Reserve@Allocator@ArrayBuffer@v8@@UAEPAXI@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::ArrayBuffer::Contents __thiscall v8::ArrayBuffer::GetContents(void)" (__imp_?GetContents@ArrayBuffer@v8@@QAE?AVContents@12@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static class v8::Value * __cdecl v8::V8::Eternalize(class v8::Isolate *,class v8::Value *)" (__imp_?Eternalize@V8@v8@@CAPAVValue@2@PAVIsolate@2@PAV32@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::InitializePlatform(class v8::Platform *)" (__imp_?InitializePlatform@V8@v8@@SAXPAVPlatform@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::InitializeExternalStartupData(char const *)" (__imp_?InitializeExternalStartupData@V8@v8@@SAXPBD@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl v8::V8::Dispose(void)" (__imp_?Dispose@V8@v8@@SA_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetEntropySource(bool (__cdecl*)(unsigned char *,unsigned int))" (__imp_?SetEntropySource@V8@v8@@SAXP6A_NPAEI@Z@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static bool __cdecl v8::V8::Initialize(void)" (__imp_?Initialize@V8@v8@@SA_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl v8::V8::GetVersion(void)" (__imp_?GetVersion@V8@v8@@SAPBDXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetFlagsFromCommandLine(int *,char * *,bool)" (__imp_?SetFlagsFromCommandLine@V8@v8@@SAXPAHPAPAD_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetFlagsFromString(char const *,int)" (__imp_?SetFlagsFromString@V8@v8@@SAXPBDH@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetSnapshotDataBlob(class v8::StartupData *)" (__imp_?SetSnapshotDataBlob@V8@v8@@SAXPAVStartupData@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::V8::SetNativesDataBlob(class v8::StartupData *)" (__imp_?SetNativesDataBlob@V8@v8@@SAXPAVStartupData@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::SealHandleScope::~SealHandleScope(void)" (__imp_??1SealHandleScope@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::SealHandleScope::SealHandleScope(class v8::Isolate *)" (__imp_??0SealHandleScope@v8@@QAE@PAVIsolate@1@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall v8::Value::IntegerValue(void)const " (__imp_?IntegerValue@Value@v8@@QBE_JXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::BooleanValue(void)const " (__imp_?BooleanValue@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Integer> __thiscall v8::Value::ToInteger(class v8::Isolate *)const " (__imp_?ToInteger@Value@v8@@QBE?AV?$Local@VInteger@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Object> __thiscall v8::Value::ToObject(class v8::Isolate *)const " (__imp_?ToObject@Value@v8@@QBE?AV?$Local@VObject@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::Value::ToString(class v8::Isolate *)const " (__imp_?ToString@Value@v8@@QBE?AV?$Local@VString@v8@@@2@PAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFloat64Array(void)const " (__imp_?IsFloat64Array@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNativeError(void)const " (__imp_?IsNativeError@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsSymbol(void)const " (__imp_?IsSymbol@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::HeapStatistics::HeapStatistics(void)" (__imp_??0HeapStatistics@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Message::GetEndColumn(class v8::Local<class v8::Context>)const " (__imp_?GetEndColumn@Message@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Message::GetStartColumn(class v8::Local<class v8::Context>)const " (__imp_?GetStartColumn@Message@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::Message::GetLineNumber(void)const " (__imp_?GetLineNumber@Message@v8@@QBEHXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Message::GetScriptResourceName(void)const " (__imp_?GetScriptResourceName@Message@v8@@QBE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::String> __thiscall v8::Message::GetSourceLine(void)const " (__imp_?GetSourceLine@Message@v8@@QBE?AV?$Local@VString@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::TryCatch::IsVerbose(void)const " (__imp_?IsVerbose@TryCatch@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::TryCatch::SetVerbose(bool)" (__imp_?SetVerbose@TryCatch@v8@@QAEX_N@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Message> __thiscall v8::TryCatch::Message(void)const " (__imp_?Message@TryCatch@v8@@QBE?AV?$Local@VMessage@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::TryCatch::Exception(void)const " (__imp_?Exception@TryCatch@v8@@QBE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::TryCatch::HasCaught(void)const " (__imp_?HasCaught@TryCatch@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl v8::Debug::DebugBreak(class v8::Isolate *)" (__imp_?DebugBreak@Debug@v8@@SAXPAVIsolate@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Script::Run(void)" (__imp_?Run@Script@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::Script> __cdecl v8::Script::Compile(class v8::Local<class v8::Context>,class v8::Local<class v8::String>,class v8::ScriptOrigin *)" (__imp_?Compile@Script@v8@@SA?AV?$MaybeLocal@VScript@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VString@v8@@@2@PAVScriptOrigin@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Utf8Value::~Utf8Value(void)" (__imp_??1Utf8Value@String@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::String::Utf8Value::Utf8Value(class v8::Local<class v8::Value>)" (__imp_??0Utf8Value@String@v8@@QAE@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::Concat(class v8::Local<class v8::String>,class v8::Local<class v8::String>)" (__imp_?Concat@String@v8@@SA?AV?$Local@VString@v8@@@2@V32@0@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::NewFromTwoByte(class v8::Isolate *,unsigned short const *,enum v8::String::NewStringType,int)" (__imp_?NewFromTwoByte@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@PBGW4NewStringType@12@H@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::String> __cdecl v8::String::NewFromUtf8(class v8::Isolate *,char const *,enum v8::String::NewStringType,int)" (__imp_?NewFromUtf8@String@v8@@SA?AV?$Local@VString@v8@@@2@PAVIsolate@2@PBDW4NewStringType@12@H@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ResourceConstraints::ResourceConstraints(void)" (__imp_??0ResourceConstraints@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Isolate * __thiscall v8::Object::GetIsolate(void)" (__imp_?GetIsolate@Object@v8@@QAEPAVIsolate@2@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetPrototype(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?SetPrototype@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::GetPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>)" (__imp_?GetPrivate@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>,class v8::Local<class v8::Value>)" (__imp_?SetPrivate@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::HasPrivate(class v8::Local<class v8::Context>,class v8::Local<class v8::Private>)" (__imp_?HasPrivate@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VPrivate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::SetAccessor(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>,void (__cdecl*)(class v8::Local<class v8::Name>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::MaybeLocal<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute)" (__imp_?SetAccessor@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@P6AX1ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX1V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@ZV?$MaybeLocal@VValue@v8@@@2@W4AccessControl@2@W4PropertyAttribute@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Delete(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Delete@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Has(class v8::Local<class v8::Context>,class v8::Local<class v8::Value>)" (__imp_?Has@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VValue@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Value> __thiscall v8::Object::Get(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Get@Object@v8@@QAE?AV?$MaybeLocal@VValue@v8@@@2@V?$Local@VContext@v8@@@2@I@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::DefineOwnProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,enum v8::PropertyAttribute)" (__imp_?DefineOwnProperty@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@V?$Local@VValue@v8@@@2@W4PropertyAttribute@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetHandler(struct v8::NamedPropertyHandlerConfiguration const &)" (__imp_?SetHandler@ObjectTemplate@v8@@QAEXABUNamedPropertyHandlerConfiguration@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ObjectTemplate> __cdecl v8::ObjectTemplate::New(class v8::Isolate *,class v8::Local<class v8::FunctionTemplate>)" (__imp_?New@ObjectTemplate@v8@@SA?AV?$Local@VObjectTemplate@v8@@@2@PAVIsolate@2@V?$Local@VFunctionTemplate@v8@@@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const v8::ArrayBuffer::Allocator::`vftable'" (__imp_??_7Allocator@ArrayBuffer@v8@@6B@)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::ArrayBuffer::Allocator::Allocator(void)" (__imp_??0Allocator@ArrayBuffer@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __int64 __thiscall v8::Isolate::AdjustAmountOfExternalAllocatedMemory(__int64)" (__imp_?AdjustAmountOfExternalAllocatedMemory@Isolate@v8@@QAE_J_J@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Float64Array * __cdecl v8::Float64Array::Cast(class v8::Value *)" (__imp_?Cast@Float64Array@v8@@SAPAV12@PAVValue@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Uint32Array * __cdecl v8::Uint32Array::Cast(class v8::Value *)" (__imp_?Cast@Uint32Array@v8@@SAPAV12@PAVValue@2@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: bool __thiscall v8::Value::QuickIsNull(void)const " (__imp_?QuickIsNull@Value@v8@@ABE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsNull(void)const " (__imp_?IsNull@Value@v8@@QBE_NXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Locker::Locker(class v8::Isolate *)" (__imp_??0Locker@v8@@QAE@PAVIsolate@1@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Isolate::Scope::~Scope(void)" (__imp_??1Scope@Isolate@v8@@QAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall v8::Isolate::Scope::Scope(class v8::Isolate *)" (__imp_??0Scope@Isolate@v8@@QAE@PAV12@@Z)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::used_heap_size(void)" (__imp_?used_heap_size@HeapStatistics@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::HeapStatistics::total_heap_size(void)" (__imp_?total_heap_size@HeapStatistics@v8@@QAEIXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void * __thiscall v8::ArrayBuffer::Contents::Data(void)const " (__imp_?Data@Contents@ArrayBuffer@v8@@QBEPAXXZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall v8::ArrayBuffer::Allocator::~Allocator(void)" (__imp_??1Allocator@ArrayBuffer@v8@@UAE@XZ)

node.node.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: char * __thiscall v8::String::Utf8Value::operator*(void)" (__imp_??DUtf8Value@String@v8@@QAEPADXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint8Array> __cdecl v8::Uint8Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint8Array@v8@@SA?AV?$Local@VUint8Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint8ClampedArray> __cdecl v8::Uint8ClampedArray::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint8ClampedArray@v8@@SA?AV?$Local@VUint8ClampedArray@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int8Array> __cdecl v8::Int8Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int8Array@v8@@SA?AV?$Local@VInt8Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall v8::ArrayBufferView::ByteOffset(void)" (__imp_?ByteOffset@ArrayBufferView@v8@@QAEIXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Value> __cdecl v8::Exception::RangeError(class v8::Local<class v8::String>)" (__imp_?RangeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Local@VString@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Float32Array> __cdecl v8::Float32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Float32Array@v8@@SA?AV?$Local@VFloat32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(class v8::Local<class v8::Context>)" (__imp_?GetFunction@FunctionTemplate@v8@@QAE?AV?$MaybeLocal@VFunction@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Boolean::Value(void)const " (__imp_?Value@Boolean@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::ArrayBuffer> __cdecl v8::ArrayBuffer::New(class v8::Isolate *,unsigned int)" (__imp_?New@ArrayBuffer@v8@@SA?AV?$Local@VArrayBuffer@v8@@@2@PAVIsolate@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void * __cdecl v8::V8::ClearWeak(class v8::internal::Object * *)" (__imp_?ClearWeak@V8@v8@@CAPAXPAPAVObject@internal@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::StrictEquals(class v8::Local<class v8::Value>)const " (__imp_?StrictEquals@Value@v8@@QBE_NV?$Local@VValue@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<int> __thiscall v8::Value::Int32Value(class v8::Local<class v8::Context>)const " (__imp_?Int32Value@Value@v8@@QBE?AV?$Maybe@H@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<unsigned int> __thiscall v8::Value::Uint32Value(class v8::Local<class v8::Context>)const " (__imp_?Uint32Value@Value@v8@@QBE?AV?$Maybe@I@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<__int64> __thiscall v8::Value::IntegerValue(class v8::Local<class v8::Context>)const " (__imp_?IntegerValue@Value@v8@@QBE?AV?$Maybe@_J@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Value::ToObject(class v8::Local<class v8::Context>)const " (__imp_?ToObject@Value@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::String> __thiscall v8::Value::ToString(class v8::Local<class v8::Context>)const " (__imp_?ToString@Value@v8@@QBE?AV?$MaybeLocal@VString@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Number> __thiscall v8::Value::ToNumber(class v8::Local<class v8::Context>)const " (__imp_?ToNumber@Value@v8@@QBE?AV?$MaybeLocal@VNumber@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Boolean> __thiscall v8::Value::ToBoolean(class v8::Local<class v8::Context>)const " (__imp_?ToBoolean@Value@v8@@QBE?AV?$MaybeLocal@VBoolean@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsFloat32Array(void)const " (__imp_?IsFloat32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt32Array(void)const " (__imp_?IsInt32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint32Array(void)const " (__imp_?IsUint32Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt16Array(void)const " (__imp_?IsInt16Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint16Array(void)const " (__imp_?IsUint16Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsInt8Array(void)const " (__imp_?IsInt8Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint8ClampedArray(void)const " (__imp_?IsUint8ClampedArray@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsUint8Array(void)const " (__imp_?IsUint8Array@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsTypedArray(void)const " (__imp_?IsTypedArray@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsArrayBuffer(void)const " (__imp_?IsArrayBuffer@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsBoolean(void)const " (__imp_?IsBoolean@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall v8::Value::IsName(void)const " (__imp_?IsName@Value@v8@@QBE_NXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Uint16Array> __cdecl v8::Uint16Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Uint16Array@v8@@SA?AV?$Local@VUint16Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::MaybeLocal<class v8::String> __cdecl v8::String::NewFromTwoByte(class v8::Isolate *,unsigned short const *,enum v8::NewStringType,int)" (__imp_?NewFromTwoByte@String@v8@@SA?AV?$MaybeLocal@VString@v8@@@2@PAVIsolate@2@PBGW4NewStringType@2@H@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::WriteUtf8(char *,int,int *,int)const " (__imp_?WriteUtf8@String@v8@@QBEHPADHPAHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::WriteOneByte(unsigned char *,int,int,int)const " (__imp_?WriteOneByte@String@v8@@QBEHPAEHHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Write(unsigned short *,int,int,int)const " (__imp_?Write@String@v8@@QBEHPAGHHH@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Utf8Length(void)const " (__imp_?Utf8Length@String@v8@@QBEHXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: int __thiscall v8::String::Length(void)const " (__imp_?Length@String@v8@@QBEHXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int32Array> __cdecl v8::Int32Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int32Array@v8@@SA?AV?$Local@VInt32Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __thiscall v8::Number::Value(void)const " (__imp_?Value@Number@v8@@QBENXZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::HasOwnProperty(class v8::Local<class v8::Context>,class v8::Local<class v8::Name>)" (__imp_?HasOwnProperty@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@V?$Local@VName@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Local<class v8::Value> __thiscall v8::Object::GetPrototype(void)" (__imp_?GetPrototype@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@XZ)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Array> __thiscall v8::Object::GetPropertyNames(class v8::Local<class v8::Context>)" (__imp_?GetPropertyNames@Object@v8@@QAE?AV?$MaybeLocal@VArray@v8@@@2@V?$Local@VContext@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Delete(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Delete@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::Maybe<bool> __thiscall v8::Object::Has(class v8::Local<class v8::Context>,unsigned int)" (__imp_?Has@Object@v8@@QAE?AV?$Maybe@_N@2@V?$Local@VContext@v8@@@2@I@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Local<class v8::Int16Array> __cdecl v8::Int16Array::New(class v8::Local<class v8::ArrayBuffer>,unsigned int,unsigned int)" (__imp_?New@Int16Array@v8@@SA?AV?$Local@VInt16Array@v8@@@2@V?$Local@VArrayBuffer@v8@@@2@II@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class v8::MaybeLocal<class v8::Object> __thiscall v8::Function::NewInstance(class v8::Local<class v8::Context>,int,class v8::Local<class v8::Value> * const)const " (__imp_?NewInstance@Function@v8@@QBE?AV?$MaybeLocal@VObject@v8@@@2@V?$Local@VContext@v8@@@2@HQAV?$Local@VValue@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall v8::ObjectTemplate::SetAccessor(class v8::Local<class v8::Name>,void (__cdecl*)(class v8::Local<class v8::Name>,class v8::PropertyCallbackInfo<class v8::Value> const &),void (__cdecl*)(class v8::Local<class v8::Name>,class v8::Local<class v8::Value>,class v8::PropertyCallbackInfo<void> const &),class v8::Local<class v8::Value>,enum v8::AccessControl,enum v8::PropertyAttribute,class v8::Local<class v8::AccessorSignature>)" (__imp_?SetAccessor@ObjectTemplate@v8@@QAEXV?$Local@VName@v8@@@2@P6AX0ABV?$PropertyCallbackInfo@VValue@v8@@@2@@ZP6AX0V?$Local@VValue@v8@@@2@ABV?$PropertyCallbackInfo@X@2@@Z3W4AccessControl@2@W4PropertyAttribute@2@V?$Local@VAccessorSignature@v8@@@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::TypedArray * __cdecl v8::TypedArray::Cast(class v8::Value *)" (__imp_?Cast@TypedArray@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::ArrayBuffer * __cdecl v8::ArrayBuffer::Cast(class v8::Value *)" (__imp_?Cast@ArrayBuffer@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Number * __cdecl v8::Number::Cast(class v8::Value *)" (__imp_?Cast@Number@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Name * __cdecl v8::Name::Cast(class v8::Value *)" (__imp_?Cast@Name@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class v8::Boolean * __cdecl v8::Boolean::Cast(class v8::Value *)" (__imp_?Cast@Boolean@v8@@SAPAV12@PAVValue@2@@Z)

node.node_api

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the nw24 node build on Windows 7 with Visual Studio 2015 Update 3 and inspect the node.dll link command. Investigate the unresolved V8 symbols reported from node.async-wrap.obj; done means the node build completes and produces node.dll without these linker errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.