Re: [v8-users] NewDefaultPlatform() unresolved external symbol

2019-10-31 Thread Ben Ernst
Joe, I have the same problem. Static build, dynamic build, debug build, release build, I get unresolved external symbols with every build. On Monday, 30 September 2019 19:24:43 UTC+9:30, Joe Smack wrote: > > That just gives me other errors. I've looked at the >

Re: [v8-users] NewDefaultPlatform() unresolved external symbol

2019-09-30 Thread Joe Smack
That just gives me other errors. I've looked at the https://bugs.chromium.org/p/v8/issues/list and I really just think the debug build is broken right now for win 10/MSVC. On Wednesday, September 25, 2019 at 5:18:07 AM UTC-7, Simon Zünd wrote: > > Could be related to the GN argument

Re: [v8-users] NewDefaultPlatform() unresolved external symbol

2019-09-25 Thread Joe Smack
I followed the instructions. I've tried several different setups and it just seems to me that V8's debug setup is screwed up. (Release build is fine.) On Monday, September 23, 2019 at 1:41:12 AM UTC-7, Jakob Kummerow wrote: > > Does it help if you follow the instructions

Re: [v8-users] NewDefaultPlatform() unresolved external symbol

2019-09-23 Thread Jakob Kummerow
Does it help if you follow the instructions ? Specifically the part where it suggests to build v8_monolith and then link against exactly that one library. Does #pragma comment(lib, "v8_libplatform.dll.lib") mean that you're actually linking against v8_libplatform? On

[v8-users] NewDefaultPlatform() unresolved external symbol

2019-09-22 Thread Joe Smack
Can anyone please help me resolve this? I can't get rid of this error :\ I'm using version 7.7.299.11 of v8 and latest version of msvc. args.gn file is_component_build = false is_debug = false symbol_level = 1 target_cpu = "x64" use_goma = false My code: #include #include #include #include