Re: [v8-users] Re: Building v8 shared library on windows

2022-06-14 Thread Jackzenko
Im having same trouble here with VS2022 + v8 9.9, can someone please help? calling *v8::platform::NewDefaultPlatform()* generates unresolved external symbol error *this is the error message:* ErrorLNK2001unresolved external symbol "class std::unique_ptr > __cdecl v8::platform::NewDefaul

Re: [v8-users] Re: Building v8 shared library on windows

2022-06-14 Thread Jackzenko
Im having same trouble here with VS2022 + v8 9.9 I copied the code from *v8\samples\hello-world.cc* calling *v8::platform::NewDefaultPlatform()* generates unresolved external symbol error however for the first two lines of hello-world.cc it calls *v8.dll.lib* works perfectly fine. i commented