Skip to content

Instantly share code, notes, and snippets.

@kkaefer
Created November 8, 2011 23:05
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 kkaefer/a206114e60a563c412a6 to your computer and use it in GitHub Desktop.
Save kkaefer/a206114e60a563c412a6 to your computer and use it in GitHub Desktop.
1>Link:
1> Creating library C:\Users\kkaefer\Code\node_modules\node-sqlite3\Debug\node-sqlite3.lib and object C:\Users\kkaefer\Code\node_modules\node-sqlite3\Debug\node-sqlite3.exp
1>statement.obj : error LNK2019: unresolved external symbol "public: static class node::Buffer * __cdecl node::Buffer::New(char *,unsigned int)" (?New@Buffer@node@@SAPAV12@PADI@Z) referenced in function "protected: static class v8::Local<class v8::Object> __cdecl node_sqlite3::Statement::RowToJS(class std::vector<struct node_sqlite3::Values::Field *,class std::allocator<struct node_sqlite3::Values::Field *> > *)" (?RowToJS@Statement@node_sqlite3@@KA?AV?$Local@VObject@v8@@@v8@@PAV?$vector@PAUField@Values@node_sqlite3@@V?$allocator@PAUField@Values@node_sqlite3@@@std@@@std@@@Z)
1>statement.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl node::Buffer::HasInstance(class v8::Handle<class v8::Value>)" (?HasInstance@Buffer@node@@SA_NV?$Handle@VValue@v8@@@v8@@@Z) referenced in function "protected: struct node_sqlite3::Values::Field * __thiscall node_sqlite3::Statement::BindParameter<int>(class v8::Handle<class v8::Value>,int)" (??$BindParameter@H@Statement@node_sqlite3@@IAEPAUField@Values@1@V?$Handle@VValue@v8@@@v8@@H@Z)
1>C:\Users\kkaefer\Code\node_modules\node-sqlite3\Debug\node-sqlite3.dll : fatal error LNK1120: 2 unresolved externals
1>
1>Build FAILED.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment