v8-tutorials icon indicating copy to clipboard operation
v8-tutorials copied to clipboard

public: __thiscall v8::Locker::Locker(void) linked with shared v8

Open meiry opened this issue 13 years ago • 1 comments

in example 1 im using v8 shared version and getting vs2008 express : script.obj : error LNK2019: unresolved external symbol "public: __thiscall v8::Locker::Locker(void)" (??0Locker@v8@@QAE@XZ) referenced in function "void __cdecl reportException(class v8::TryCatch *)" (?reportException@@YAXPAVTryCatch@v8@@@Z)

meiry avatar Dec 05 '11 09:12 meiry

Interesting, what version of v8 is that?

ruby0x1 avatar Dec 14 '11 13:12 ruby0x1