I try to build jav8 pour windows x64.
I get jav8.dll : fatal error LNK1120: 94 unresolved externals
I'm not used to C, so I imagine this must come from a difference of version of
v8 lib.
Which version of v8 have you used to successfully compile jav8 ?
Thanks
P.S. some more details from my error :
1>jav8.obj : error LNK2001: unresolved external symbol "public: bool __cdecl
v8::TryCatch::HasCaught(void)const " (?HasCaught@TryCatch@v8@@QEBA_NXZ)
1>jav8.obj : error LNK2001: unresolved external symbol "public: __cdecl
v8::TryCatch::~TryCatch(void)" (??1TryCatch@v8@@QEAA@XZ)
etc...
Original issue reported on code.google.com by adr_gonz...@yahoo.fr on 15 Jul 2012 at 8:52
Original issue reported on code.google.com by
adr_gonz...@yahoo.fr
on 15 Jul 2012 at 8:52