When I am trying to compile project with v8 - I am getting error that v8_base_without_compiler_0 has unresolved symbol for "public: virtual bool __cdecl v8::internal::SetupIsolateDelegate::SetupHeap(class v8::internal::Heap *)" (?SetupHeap@SetupIsolateDelegate@internal@v8@@UEAA_NPEAVHeap@23@@Z)" and "public: virtual void __cdecl v8::internal::SetupIsolateDelegate::SetupBuiltins(class v8::internal::Isolate *)" (?SetupBuiltins@SetupIsolateDelegate@internal@v8@@UEAAXPEAVIsolate@23@@Z)" Everything works fine with snapshot, but I don't want to add 2 .bin files into my project folder.
Used v8 static libs: #pragma comment(lib, "v8_base_without_compiler_0") #pragma comment(lib, "v8_base_without_compiler_1") #pragma comment(lib, "v8_libbase") #pragma comment(lib, "v8_libplatform") #pragma comment(lib, "v8_libsampler") #pragma comment(lib, "v8_compiler") #pragma comment(lib, "v8_compiler_opt") #pragma comment(lib, "icuuc.lib") #pragma comment(lib, "icui18n.lib") #pragma comment(lib, "inspector") #pragma comment(lib, "winmm.lib") #pragma comment(lib, "dbghelp.lib") #pragma comment(lib, "shlwapi.lib") #pragma comment(lib, "v8_nosnapshot.lib") Thank you! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.