Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created January 6, 2012 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/8ed74c48b77823826908 to your computer and use it in GitHub Desktop.
Save TooTallNate/8ed74c48b77823826908 to your computer and use it in GitHub Desktop.
node module on windows build fail
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation 2007. All rights reserved.
Build started 1/6/2012 2:40:07 PM.
Project "C:\node-weak\module.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Win32".
Project "C:\node-weak\module.sln" (1) is building "C:\node-weak\weakref.vcxproj" (2) on node 1 (default targets).
InitializeBuildStatus:
Touching "Debug\obj\weakref\weakref.unsuccessfulbuild".
ClCompile:
All outputs are up-to-date.
ManifestResourceCompile:
All outputs are up-to-date.
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\node-weak\Debug\weakref.dll) does not match the Linker's OutputFile property value (C:\node-weak\Debug\weakref.node). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\node-weak\weakref.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(991,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (.node). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\node-weak\weakref.vcxproj]
Link:
C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\node-weak\Debug\weakref.node" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /ManifestFile:"Debug\obj\weakref\weakref.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\node-weak\Debug\weakref.pdb" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /DLL Debug\obj\weakref\weakref.dll.embed.manifest.res
Debug\obj\weakref\weakref.obj
Creating library C:\node-weak\Debug\weakref.lib and object C:\node-weak\Debug\weakref.exp
weakref.obj : error LNK2019: unresolved external symbol "void __cdecl v8::RegisterExtension(class v8::Extension *)" (?RegisterExtension@v8@@YAXPAVExtension@1@@Z) referenced in function "public: __thiscall v8::DeclareExtension::DeclareExtension(class v8::Extension *)" (??0DeclareExtension@v8@@QAE@PAVExtension@1@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QAEXXZ) referenced in function "public: __thiscall v8::Isolate::Scope::Scope(class v8::Isolate *)" (??0Scope@Isolate@v8@@QAE@PAV12@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QAEXXZ) referenced in function "public: __thiscall v8::Isolate::Scope::~Scope(void)" (??1Scope@Isolate@v8@@QAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall v8::StartupDataDecompressor::~StartupDataDecompressor(void)" (??1StartupDataDecompressor@v8@@UAE@XZ) referenced in function "public: virtual void * __thiscall v8::StartupDataDecompressor::`scalar deleting destructor'(unsigned int)" (??_GStartupDataDecompressor@v8@@UAEPAXI@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::Unlocker::Unlocker(class v8::Isolate *)" (??0Unlocker@v8@@QAE@PAVIsolate@1@@Z) referenced in function "public: void __thiscall v8::Unlocker::`default constructor closure'(void)" (??_FUnlocker@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::Locker::Locker(class v8::Isolate *)" (??0Locker@v8@@QAE@PAVIsolate@1@@Z) referenced in function "public: void __thiscall v8::Locker::`default constructor closure'(void)" (??_FLocker@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Template::Set(class v8::Handle<class v8::String>,class v8::Handle<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QAEXV?$Handle@VString@v8@@@2@V?$Handle@VData@v8@@@2@W4PropertyAttribute@2@@Z) referenced in function "public: void __thiscall v8::Template::Set(char const *,class v8::Handle<class v8::Data>)" (?Set@Template@v8@@QAEXPBDV?$Handle@VData@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::String> __cdecl v8::String::New(char const *,int)" (?New@String@v8@@SA?AV?$Local@VString@v8@@@2@PBDH@Z) referenced in function "public: void __thiscall v8::Template::Set(char const *,class v8::Handle<class v8::Data>)" (?Set@Template@v8@@QAEXPBDV?$Handle@VData@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Object::SetInternalField(int,class v8::Handle<class v8::Value>)" (?SetInternalField@Object@v8@@QAEXHV?$Handle@VValue@v8@@@2@@Z) referenced in function "public: virtual __thiscall node::ObjectWrap::~ObjectWrap(void)" (??1ObjectWrap@node@@UAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Primitive> __cdecl v8::Undefined(void)" (?Undefined@v8@@YA?AV?$Handle@VPrimitive@v8@@@1@XZ) referenced in function "public: virtual __thiscall node::ObjectWrap::~ObjectWrap(void)" (??1ObjectWrap@node@@UAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Object::SetPointerInInternalField(int,void *)" (?SetPointerInInternalField@Object@v8@@QAEXHPAX@Z) referenced in function "protected: void __thiscall node::ObjectWrap::Wrap(class v8::Handle<class v8::Object>)" (?Wrap@ObjectWrap@node@@IAEXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: int __thiscall v8::Object::InternalFieldCount(void)" (?InternalFieldCount@Object@v8@@QAEHXZ) referenced in function "protected: void __thiscall node::ObjectWrap::Wrap(class v8::Handle<class v8::Object>)" (?Wrap@ObjectWrap@node@@IAEXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: void * __thiscall v8::Object::SlowGetPointerFromInternalField(int)" (?SlowGetPointerFromInternalField@Object@v8@@AAEPAXH@Z) referenced in function "public: void * __thiscall v8::Object::GetPointerFromInternalField(int)" (?GetPointerFromInternalField@Object@v8@@QAEPAXH@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::HandleScope::~HandleScope(void)" (??1HandleScope@v8@@QAE@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(class v8::Handle<class v8::Value>)" (?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@V?$Handle@VValue@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::HandleScope::HandleScope(void)" (??0HandleScope@v8@@QAE@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Set(class v8::Handle<class v8::Value>,class v8::Handle<class v8::Value>,enum v8::PropertyAttribute)" (?Set@Object@v8@@QAE_NV?$Handle@VValue@v8@@@2@0W4PropertyAttribute@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertySetter(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::AccessorInfo const &)" (?WeakNamedPropertySetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@V?$Local@VValue@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::New(int)" (?New@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@H@Z) referenced in function "class v8::Handle<class v8::Integer> __cdecl `anonymous namespace'::WeakNamedPropertyQuery(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyQuery@?A0x76162e1c@@YA?AV?$Handle@VInteger@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Delete(class v8::Handle<class v8::String>)" (?Delete@Object@v8@@QAE_NV?$Handle@VString@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Boolean> __cdecl `anonymous namespace'::WeakNamedPropertyDeleter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyDeleter@?A0x76162e1c@@YA?AV?$Handle@VBoolean@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Boolean> __cdecl v8::False(void)" (?False@v8@@YA?AV?$Handle@VBoolean@v8@@@1@XZ) referenced in function "public: static class v8::Handle<class v8::Boolean> __cdecl v8::Boolean::New(bool)" (?New@Boolean@v8@@SA?AV?$Handle@VBoolean@v8@@@2@_N@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Boolean> __cdecl v8::True(void)" (?True@v8@@YA?AV?$Handle@VBoolean@v8@@@1@XZ) referenced in function "public: static class v8::Handle<class v8::Boolean> __cdecl v8::Boolean::New(bool)" (?New@Boolean@v8@@SA?AV?$Handle@VBoolean@v8@@@2@_N@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(unsigned int)" (?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@I@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakIndexedPropertyGetter(unsigned int,class v8::AccessorInfo const &)" (?WeakIndexedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@IABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Set(unsigned int,class v8::Handle<class v8::Value>)" (?Set@Object@v8@@QAE_NIV?$Handle@VValue@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakIndexedPropertySetter(unsigned int,class v8::Local<class v8::Value>,class v8::AccessorInfo const &)" (?WeakIndexedPropertySetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@IV?$Local@VValue@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Delete(unsigned int)" (?Delete@Object@v8@@QAE_NI@Z) referenced in function "class v8::Handle<class v8::Boolean> __cdecl `anonymous namespace'::WeakIndexedPropertyDeleter(unsigned int,class v8::AccessorInfo const &)" (?WeakIndexedPropertyDeleter@?A0x76162e1c@@YA?AV?$Handle@VBoolean@v8@@@v8@@IABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Array> __thiscall v8::Object::GetPropertyNames(void)" (?GetPropertyNames@Object@v8@@QAE?AV?$Local@VArray@v8@@@2@XZ) referenced in function "class v8::Handle<class v8::Array> __cdecl `anonymous namespace'::WeakPropertyEnumerator(class v8::AccessorInfo const &)" (?WeakPropertyEnumerator@?A0x76162e1c@@YA?AV?$Handle@VArray@v8@@@v8@@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Array> __cdecl v8::Array::New(int)" (?New@Array@v8@@SA?AV?$Local@VArray@v8@@@2@H@Z) referenced in function "class v8::Handle<class v8::Array> __cdecl `anonymous namespace'::WeakPropertyEnumerator(class v8::AccessorInfo const &)" (?WeakPropertyEnumerator@?A0x76162e1c@@YA?AV?$Handle@VArray@v8@@@v8@@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall v8::Array::Length(void)const " (?Length@Array@v8@@QBEIXZ) referenced in function "void __cdecl `anonymous namespace'::AddCallback(class v8::Handle<class v8::Object>,class v8::Handle<class v8::Function>)" (?AddCallback@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@V?$Handle@VFunction@v8@@@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::TryCatch::~TryCatch(void)" (??1TryCatch@v8@@QAE@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "void __cdecl node::FatalException(class v8::TryCatch &)" (?FatalException@node@@YAXAAVTryCatch@v8@@@Z) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::TryCatch::HasCaught(void)const " (?HasCaught@TryCatch@v8@@QBE_NXZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Function::Call(class v8::Handle<class v8::Object>,int,class v8::Handle<class v8::Value> * const)" (?Call@Function@v8@@QAE?AV?$Local@VValue@v8@@@2@V?$Handle@VObject@v8@@@2@HQAV?$Handle@VValue@v8@@@2@@Z) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Object> __thiscall v8::Value::ToObject(void)const " (?ToObject@Value@v8@@QBE?AV?$Local@VObject@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::TryCatch::TryCatch(void)" (??0TryCatch@v8@@QAE@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Object> __thiscall v8::ObjectTemplate::NewInstance(void)" (?NewInstance@ObjectTemplate@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Value> __cdecl v8::ThrowException(class v8::Handle<class v8::Value>)" (?ThrowException@v8@@YA?AV?$Handle@VValue@v8@@@1@V21@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Value> __cdecl v8::Exception::TypeError(class v8::Handle<class v8::String>)" (?TypeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Handle@VString@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Value::IsObject(void)const " (?IsObject@Value@v8@@QBE_NXZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::String> __cdecl v8::String::NewSymbol(char const *,int)" (?NewSymbol@String@v8@@SA?AV?$Local@VString@v8@@@2@PBDH@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(void)" (?GetFunction@FunctionTemplate@v8@@QAE?AV?$Local@VFunction@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::FunctionTemplate> __cdecl v8::FunctionTemplate::New(class v8::Handle<class v8::Value> (__cdecl*)(class v8::Arguments const &),class v8::Handle<class v8::Value>,class v8::Handle<class v8::Signature>)" (?New@FunctionTemplate@v8@@SA?AV?$Local@VFunctionTemplate@v8@@@2@P6A?AV?$Handle@VValue@v8@@@2@ABVArguments@2@@ZV42@V?$Handle@VSignature@v8@@@2@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetInternalFieldCount(int)" (?SetInternalFieldCount@ObjectTemplate@v8@@QAEXH@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetIndexedPropertyHandler(class v8::Handle<class v8::Value> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Value> (__cdecl*)(unsigned int,class v8::Local<class v8::Value>,class v8::AccessorInfo const &),class v8::Handle<class v8::Integer> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Boolean> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Array> (__cdecl*)(class v8::AccessorInfo const &),class v8::Handle<class v8::Value>)" (?SetIndexedPropertyHandler@ObjectTemplate@v8@@QAEXP6A?AV?$Handle@VValue@v8@@@2@IABVAccessorInfo@2@@ZP6A?AV32@IV?$Local@VValue@v8@@@2@0@ZP6A?AV?$Handle@VInteger@v8@@@2@I0@ZP6A?AV?$Handle@VBoolean@v8@@@2@I0@ZP6A?AV?$Handle@VArray@v8@@@2@0@ZV32@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetNamedPropertyHandler(class v8::Handle<class v8::Value> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Value> (__cdecl*)(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::AccessorInfo const &),class v8::Handle<class v8::Integer> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Boolean> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Array> (__cdecl*)(class v8::AccessorInfo const &),class v8::Handle<class v8::Value>)" (?SetNamedPropertyHandler@ObjectTemplate@v8@@QAEXP6A?AV?$Handle@VValue@v8@@@2@V?$Local@VString@v8@@@2@ABVAccessorInfo@2@@ZP6A?AV32@0V?$Local@VValue@v8@@@2@1@ZP6A?AV?$Handle@VInteger@v8@@@2@01@ZP6A?AV?$Handle@VBoolean@v8@@@2@01@ZP6A?AV?$Handle@VArray@v8@@@2@1@ZV32@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::ObjectTemplate> __cdecl v8::ObjectTemplate::New(void)" (?New@ObjectTemplate@v8@@SA?AV?$Local@VObjectTemplate@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static class v8::internal::Object * * __cdecl v8::V8::GlobalizeReference(class v8::internal::Object * *)" (?GlobalizeReference@V8@v8@@CAPAPAVObject@internal@2@PAPAV342@@Z) referenced in function "public: static class v8::Persistent<class v8::Object> __cdecl v8::Persistent<class v8::Object>::New(class v8::Handle<class v8::Object>)" (?New@?$Persistent@VObject@v8@@@v8@@SA?AV12@V?$Handle@VObject@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::DisposeGlobal(class v8::internal::Object * *)" (?DisposeGlobal@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::Dispose(void)" (?Dispose@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::MakeWeak(class v8::internal::Object * *,void *,void (__cdecl*)(class v8::Persistent<class v8::Value>,void *))" (?MakeWeak@V8@v8@@CAXPAPAVObject@internal@2@PAXP6AXV?$Persistent@VValue@v8@@@2@1@Z@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::MakeWeak(void *,void (__cdecl*)(class v8::Persistent<class v8::Value>,void *))" (?MakeWeak@?$Persistent@VObject@v8@@@v8@@QAEXPAXP6AXV?$Persistent@VValue@v8@@@2@0@Z@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::ClearWeak(class v8::internal::Object * *)" (?ClearWeak@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::ClearWeak(void)" (?ClearWeak@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::MarkIndependent(class v8::internal::Object * *)" (?MarkIndependent@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::MarkIndependent(void)" (?MarkIndependent@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static bool __cdecl v8::V8::IsGlobalNearDeath(class v8::internal::Object * *)" (?IsGlobalNearDeath@V8@v8@@CA_NPAPAVObject@internal@2@@Z) referenced in function "public: bool __thiscall v8::Persistent<class v8::Object>::IsNearDeath(void)const " (?IsNearDeath@?$Persistent@VObject@v8@@@v8@@QBE_NXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static bool __cdecl v8::V8::IsGlobalWeak(class v8::internal::Object * *)" (?IsGlobalWeak@V8@v8@@CA_NPAPAVObject@internal@2@@Z) referenced in function "public: bool __thiscall v8::Persistent<class v8::Object>::IsWeak(void)const " (?IsWeak@?$Persistent@VObject@v8@@@v8@@QBE_NXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: class v8::internal::Object * * __thiscall v8::HandleScope::RawClose(class v8::internal::Object * *)" (?RawClose@HandleScope@v8@@AAEPAPAVObject@internal@2@PAPAV342@@Z) referenced in function "public: class v8::Local<class v8::Integer> __thiscall v8::HandleScope::Close<class v8::Integer>(class v8::Handle<class v8::Integer>)" (??$Close@VInteger@v8@@@HandleScope@v8@@QAE?AV?$Local@VInteger@v8@@@1@V?$Handle@VInteger@v8@@@1@@Z) [C:\node-weak\weakref.vcxproj]
C:\node-weak\Debug\weakref.node : fatal error LNK1120: 52 unresolved externals [C:\node-weak\weakref.vcxproj]
Done Building Project "C:\node-weak\weakref.vcxproj" (default targets) -- FAILED.
Done Building Project "C:\node-weak\module.sln" (default targets) -- FAILED.
Build FAILED.
"C:\node-weak\module.sln" (default target) (1) ->
"C:\node-weak\weakref.vcxproj" (default target) (2) ->
(DoLinkOutputFilesMatch target) ->
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\node-weak\Debug\weakref.dll) does not match the Linker's OutputFile property value (C:\node-weak\Debug\weakref.node). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\node-weak\weakref.vcxproj]
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(991,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (.node). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\node-weak\weakref.vcxproj]
"C:\node-weak\module.sln" (default target) (1) ->
"C:\node-weak\weakref.vcxproj" (default target) (2) ->
(Link target) ->
weakref.obj : error LNK2019: unresolved external symbol "void __cdecl v8::RegisterExtension(class v8::Extension *)" (?RegisterExtension@v8@@YAXPAVExtension@1@@Z) referenced in function "public: __thiscall v8::DeclareExtension::DeclareExtension(class v8::Extension *)" (??0DeclareExtension@v8@@QAE@PAVExtension@1@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Isolate::Enter(void)" (?Enter@Isolate@v8@@QAEXXZ) referenced in function "public: __thiscall v8::Isolate::Scope::Scope(class v8::Isolate *)" (??0Scope@Isolate@v8@@QAE@PAV12@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Isolate::Exit(void)" (?Exit@Isolate@v8@@QAEXXZ) referenced in function "public: __thiscall v8::Isolate::Scope::~Scope(void)" (??1Scope@Isolate@v8@@QAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall v8::StartupDataDecompressor::~StartupDataDecompressor(void)" (??1StartupDataDecompressor@v8@@UAE@XZ) referenced in function "public: virtual void * __thiscall v8::StartupDataDecompressor::`scalar deleting destructor'(unsigned int)" (??_GStartupDataDecompressor@v8@@UAEPAXI@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::Unlocker::Unlocker(class v8::Isolate *)" (??0Unlocker@v8@@QAE@PAVIsolate@1@@Z) referenced in function "public: void __thiscall v8::Unlocker::`default constructor closure'(void)" (??_FUnlocker@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::Locker::Locker(class v8::Isolate *)" (??0Locker@v8@@QAE@PAVIsolate@1@@Z) referenced in function "public: void __thiscall v8::Locker::`default constructor closure'(void)" (??_FLocker@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Template::Set(class v8::Handle<class v8::String>,class v8::Handle<class v8::Data>,enum v8::PropertyAttribute)" (?Set@Template@v8@@QAEXV?$Handle@VString@v8@@@2@V?$Handle@VData@v8@@@2@W4PropertyAttribute@2@@Z) referenced in function "public: void __thiscall v8::Template::Set(char const *,class v8::Handle<class v8::Data>)" (?Set@Template@v8@@QAEXPBDV?$Handle@VData@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::String> __cdecl v8::String::New(char const *,int)" (?New@String@v8@@SA?AV?$Local@VString@v8@@@2@PBDH@Z) referenced in function "public: void __thiscall v8::Template::Set(char const *,class v8::Handle<class v8::Data>)" (?Set@Template@v8@@QAEXPBDV?$Handle@VData@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Object::SetInternalField(int,class v8::Handle<class v8::Value>)" (?SetInternalField@Object@v8@@QAEXHV?$Handle@VValue@v8@@@2@@Z) referenced in function "public: virtual __thiscall node::ObjectWrap::~ObjectWrap(void)" (??1ObjectWrap@node@@UAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Primitive> __cdecl v8::Undefined(void)" (?Undefined@v8@@YA?AV?$Handle@VPrimitive@v8@@@1@XZ) referenced in function "public: virtual __thiscall node::ObjectWrap::~ObjectWrap(void)" (??1ObjectWrap@node@@UAE@XZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::Object::SetPointerInInternalField(int,void *)" (?SetPointerInInternalField@Object@v8@@QAEXHPAX@Z) referenced in function "protected: void __thiscall node::ObjectWrap::Wrap(class v8::Handle<class v8::Object>)" (?Wrap@ObjectWrap@node@@IAEXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: int __thiscall v8::Object::InternalFieldCount(void)" (?InternalFieldCount@Object@v8@@QAEHXZ) referenced in function "protected: void __thiscall node::ObjectWrap::Wrap(class v8::Handle<class v8::Object>)" (?Wrap@ObjectWrap@node@@IAEXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: void * __thiscall v8::Object::SlowGetPointerFromInternalField(int)" (?SlowGetPointerFromInternalField@Object@v8@@AAEPAXH@Z) referenced in function "public: void * __thiscall v8::Object::GetPointerFromInternalField(int)" (?GetPointerFromInternalField@Object@v8@@QAEPAXH@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::HandleScope::~HandleScope(void)" (??1HandleScope@v8@@QAE@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(class v8::Handle<class v8::Value>)" (?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@V?$Handle@VValue@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::HandleScope::HandleScope(void)" (??0HandleScope@v8@@QAE@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertyGetter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Set(class v8::Handle<class v8::Value>,class v8::Handle<class v8::Value>,enum v8::PropertyAttribute)" (?Set@Object@v8@@QAE_NV?$Handle@VValue@v8@@@2@0W4PropertyAttribute@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakNamedPropertySetter(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::AccessorInfo const &)" (?WeakNamedPropertySetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@V?$Local@VString@v8@@@3@V?$Local@VValue@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Integer> __cdecl v8::Integer::New(int)" (?New@Integer@v8@@SA?AV?$Local@VInteger@v8@@@2@H@Z) referenced in function "class v8::Handle<class v8::Integer> __cdecl `anonymous namespace'::WeakNamedPropertyQuery(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyQuery@?A0x76162e1c@@YA?AV?$Handle@VInteger@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Delete(class v8::Handle<class v8::String>)" (?Delete@Object@v8@@QAE_NV?$Handle@VString@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Boolean> __cdecl `anonymous namespace'::WeakNamedPropertyDeleter(class v8::Local<class v8::String>,class v8::AccessorInfo const &)" (?WeakNamedPropertyDeleter@?A0x76162e1c@@YA?AV?$Handle@VBoolean@v8@@@v8@@V?$Local@VString@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Boolean> __cdecl v8::False(void)" (?False@v8@@YA?AV?$Handle@VBoolean@v8@@@1@XZ) referenced in function "public: static class v8::Handle<class v8::Boolean> __cdecl v8::Boolean::New(bool)" (?New@Boolean@v8@@SA?AV?$Handle@VBoolean@v8@@@2@_N@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Boolean> __cdecl v8::True(void)" (?True@v8@@YA?AV?$Handle@VBoolean@v8@@@1@XZ) referenced in function "public: static class v8::Handle<class v8::Boolean> __cdecl v8::Boolean::New(bool)" (?New@Boolean@v8@@SA?AV?$Handle@VBoolean@v8@@@2@_N@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Object::Get(unsigned int)" (?Get@Object@v8@@QAE?AV?$Local@VValue@v8@@@2@I@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakIndexedPropertyGetter(unsigned int,class v8::AccessorInfo const &)" (?WeakIndexedPropertyGetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@IABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Set(unsigned int,class v8::Handle<class v8::Value>)" (?Set@Object@v8@@QAE_NIV?$Handle@VValue@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::WeakIndexedPropertySetter(unsigned int,class v8::Local<class v8::Value>,class v8::AccessorInfo const &)" (?WeakIndexedPropertySetter@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@IV?$Local@VValue@v8@@@3@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Object::Delete(unsigned int)" (?Delete@Object@v8@@QAE_NI@Z) referenced in function "class v8::Handle<class v8::Boolean> __cdecl `anonymous namespace'::WeakIndexedPropertyDeleter(unsigned int,class v8::AccessorInfo const &)" (?WeakIndexedPropertyDeleter@?A0x76162e1c@@YA?AV?$Handle@VBoolean@v8@@@v8@@IABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Array> __thiscall v8::Object::GetPropertyNames(void)" (?GetPropertyNames@Object@v8@@QAE?AV?$Local@VArray@v8@@@2@XZ) referenced in function "class v8::Handle<class v8::Array> __cdecl `anonymous namespace'::WeakPropertyEnumerator(class v8::AccessorInfo const &)" (?WeakPropertyEnumerator@?A0x76162e1c@@YA?AV?$Handle@VArray@v8@@@v8@@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Array> __cdecl v8::Array::New(int)" (?New@Array@v8@@SA?AV?$Local@VArray@v8@@@2@H@Z) referenced in function "class v8::Handle<class v8::Array> __cdecl `anonymous namespace'::WeakPropertyEnumerator(class v8::AccessorInfo const &)" (?WeakPropertyEnumerator@?A0x76162e1c@@YA?AV?$Handle@VArray@v8@@@v8@@ABVAccessorInfo@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: unsigned int __thiscall v8::Array::Length(void)const " (?Length@Array@v8@@QBEIXZ) referenced in function "void __cdecl `anonymous namespace'::AddCallback(class v8::Handle<class v8::Object>,class v8::Handle<class v8::Function>)" (?AddCallback@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@V?$Handle@VFunction@v8@@@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::TryCatch::~TryCatch(void)" (??1TryCatch@v8@@QAE@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "void __cdecl node::FatalException(class v8::TryCatch &)" (?FatalException@node@@YAXAAVTryCatch@v8@@@Z) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::TryCatch::HasCaught(void)const " (?HasCaught@TryCatch@v8@@QBE_NXZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Value> __thiscall v8::Function::Call(class v8::Handle<class v8::Object>,int,class v8::Handle<class v8::Value> * const)" (?Call@Function@v8@@QAE?AV?$Local@VValue@v8@@@2@V?$Handle@VObject@v8@@@2@HQAV?$Handle@VValue@v8@@@2@@Z) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Object> __thiscall v8::Value::ToObject(void)const " (?ToObject@Value@v8@@QBE?AV?$Local@VObject@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::TryCatch::TryCatch(void)" (??0TryCatch@v8@@QAE@XZ) referenced in function "void __cdecl `anonymous namespace'::TargetCallback(class v8::Persistent<class v8::Value>,void *)" (?TargetCallback@?A0x76162e1c@@YAXV?$Persistent@VValue@v8@@@v8@@PAX@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Object> __thiscall v8::ObjectTemplate::NewInstance(void)" (?NewInstance@ObjectTemplate@v8@@QAE?AV?$Local@VObject@v8@@@2@XZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "class v8::Handle<class v8::Value> __cdecl v8::ThrowException(class v8::Handle<class v8::Value>)" (?ThrowException@v8@@YA?AV?$Handle@VValue@v8@@@1@V21@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::Value> __cdecl v8::Exception::TypeError(class v8::Handle<class v8::String>)" (?TypeError@Exception@v8@@SA?AV?$Local@VValue@v8@@@2@V?$Handle@VString@v8@@@2@@Z) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: bool __thiscall v8::Value::IsObject(void)const " (?IsObject@Value@v8@@QBE_NXZ) referenced in function "class v8::Handle<class v8::Value> __cdecl `anonymous namespace'::Create(class v8::Arguments const &)" (?Create@?A0x76162e1c@@YA?AV?$Handle@VValue@v8@@@v8@@ABVArguments@3@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::String> __cdecl v8::String::NewSymbol(char const *,int)" (?NewSymbol@String@v8@@SA?AV?$Local@VString@v8@@@2@PBDH@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: class v8::Local<class v8::Function> __thiscall v8::FunctionTemplate::GetFunction(void)" (?GetFunction@FunctionTemplate@v8@@QAE?AV?$Local@VFunction@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::FunctionTemplate> __cdecl v8::FunctionTemplate::New(class v8::Handle<class v8::Value> (__cdecl*)(class v8::Arguments const &),class v8::Handle<class v8::Value>,class v8::Handle<class v8::Signature>)" (?New@FunctionTemplate@v8@@SA?AV?$Local@VFunctionTemplate@v8@@@2@P6A?AV?$Handle@VValue@v8@@@2@ABVArguments@2@@ZV42@V?$Handle@VSignature@v8@@@2@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetInternalFieldCount(int)" (?SetInternalFieldCount@ObjectTemplate@v8@@QAEXH@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetIndexedPropertyHandler(class v8::Handle<class v8::Value> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Value> (__cdecl*)(unsigned int,class v8::Local<class v8::Value>,class v8::AccessorInfo const &),class v8::Handle<class v8::Integer> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Boolean> (__cdecl*)(unsigned int,class v8::AccessorInfo const &),class v8::Handle<class v8::Array> (__cdecl*)(class v8::AccessorInfo const &),class v8::Handle<class v8::Value>)" (?SetIndexedPropertyHandler@ObjectTemplate@v8@@QAEXP6A?AV?$Handle@VValue@v8@@@2@IABVAccessorInfo@2@@ZP6A?AV32@IV?$Local@VValue@v8@@@2@0@ZP6A?AV?$Handle@VInteger@v8@@@2@I0@ZP6A?AV?$Handle@VBoolean@v8@@@2@I0@ZP6A?AV?$Handle@VArray@v8@@@2@0@ZV32@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: void __thiscall v8::ObjectTemplate::SetNamedPropertyHandler(class v8::Handle<class v8::Value> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Value> (__cdecl*)(class v8::Local<class v8::String>,class v8::Local<class v8::Value>,class v8::AccessorInfo const &),class v8::Handle<class v8::Integer> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Boolean> (__cdecl*)(class v8::Local<class v8::String>,class v8::AccessorInfo const &),class v8::Handle<class v8::Array> (__cdecl*)(class v8::AccessorInfo const &),class v8::Handle<class v8::Value>)" (?SetNamedPropertyHandler@ObjectTemplate@v8@@QAEXP6A?AV?$Handle@VValue@v8@@@2@V?$Local@VString@v8@@@2@ABVAccessorInfo@2@@ZP6A?AV32@0V?$Local@VValue@v8@@@2@1@ZP6A?AV?$Handle@VInteger@v8@@@2@01@ZP6A?AV?$Handle@VBoolean@v8@@@2@01@ZP6A?AV?$Handle@VArray@v8@@@2@1@ZV32@@Z) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "public: static class v8::Local<class v8::ObjectTemplate> __cdecl v8::ObjectTemplate::New(void)" (?New@ObjectTemplate@v8@@SA?AV?$Local@VObjectTemplate@v8@@@2@XZ) referenced in function "void __cdecl `anonymous namespace'::Initialize(class v8::Handle<class v8::Object>)" (?Initialize@?A0x76162e1c@@YAXV?$Handle@VObject@v8@@@v8@@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static class v8::internal::Object * * __cdecl v8::V8::GlobalizeReference(class v8::internal::Object * *)" (?GlobalizeReference@V8@v8@@CAPAPAVObject@internal@2@PAPAV342@@Z) referenced in function "public: static class v8::Persistent<class v8::Object> __cdecl v8::Persistent<class v8::Object>::New(class v8::Handle<class v8::Object>)" (?New@?$Persistent@VObject@v8@@@v8@@SA?AV12@V?$Handle@VObject@v8@@@2@@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::DisposeGlobal(class v8::internal::Object * *)" (?DisposeGlobal@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::Dispose(void)" (?Dispose@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::MakeWeak(class v8::internal::Object * *,void *,void (__cdecl*)(class v8::Persistent<class v8::Value>,void *))" (?MakeWeak@V8@v8@@CAXPAPAVObject@internal@2@PAXP6AXV?$Persistent@VValue@v8@@@2@1@Z@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::MakeWeak(void *,void (__cdecl*)(class v8::Persistent<class v8::Value>,void *))" (?MakeWeak@?$Persistent@VObject@v8@@@v8@@QAEXPAXP6AXV?$Persistent@VValue@v8@@@2@0@Z@Z) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::ClearWeak(class v8::internal::Object * *)" (?ClearWeak@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::ClearWeak(void)" (?ClearWeak@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static void __cdecl v8::V8::MarkIndependent(class v8::internal::Object * *)" (?MarkIndependent@V8@v8@@CAXPAPAVObject@internal@2@@Z) referenced in function "public: void __thiscall v8::Persistent<class v8::Object>::MarkIndependent(void)" (?MarkIndependent@?$Persistent@VObject@v8@@@v8@@QAEXXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static bool __cdecl v8::V8::IsGlobalNearDeath(class v8::internal::Object * *)" (?IsGlobalNearDeath@V8@v8@@CA_NPAPAVObject@internal@2@@Z) referenced in function "public: bool __thiscall v8::Persistent<class v8::Object>::IsNearDeath(void)const " (?IsNearDeath@?$Persistent@VObject@v8@@@v8@@QBE_NXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: static bool __cdecl v8::V8::IsGlobalWeak(class v8::internal::Object * *)" (?IsGlobalWeak@V8@v8@@CA_NPAPAVObject@internal@2@@Z) referenced in function "public: bool __thiscall v8::Persistent<class v8::Object>::IsWeak(void)const " (?IsWeak@?$Persistent@VObject@v8@@@v8@@QBE_NXZ) [C:\node-weak\weakref.vcxproj]
weakref.obj : error LNK2019: unresolved external symbol "private: class v8::internal::Object * * __thiscall v8::HandleScope::RawClose(class v8::internal::Object * *)" (?RawClose@HandleScope@v8@@AAEPAPAVObject@internal@2@PAPAV342@@Z) referenced in function "public: class v8::Local<class v8::Integer> __thiscall v8::HandleScope::Close<class v8::Integer>(class v8::Handle<class v8::Integer>)" (??$Close@VInteger@v8@@@HandleScope@v8@@QAE?AV?$Local@VInteger@v8@@@1@V?$Handle@VInteger@v8@@@1@@Z) [C:\node-weak\weakref.vcxproj]
C:\node-weak\Debug\weakref.node : fatal error LNK1120: 52 unresolved externals [C:\node-weak\weakref.vcxproj]
2 Warning(s)
53 Error(s)
Time Elapsed 00:00:00.51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment