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

2019-12-20 Thread Bad_At_Life
There are a couple of things I don't understand: -How can I use V8 with VS2019, if working DLLs can't be obtained? -Will the MSVC way ever be fixed? I cannot use precompiled DLLs if I don't know if I will be able to update them to a newer version of V8, that wouldn't be sustainable. Thank you

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

2019-12-18 Thread Bad_At_Life
Ok Bill Then I'll build it statically with "is_component_build = false". I don't really need them to be dynamic, I just need them to work. What file extension should I look for? .lib? Thank you -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users ---

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

2019-12-16 Thread Bad_At_Life
> > Nagendra, what do you mean with "using libc++ insead of stdlibc++ when > using the host_cpu toolchain"? I don't get it. > Right now I'll compile with "is_clang = true" and "use_custom_libcxx_for_host = true". Thank you both. -- -- v8-users mailing list v8-users@googlegroups.com

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

2019-12-16 Thread Bad_At_Life
Ok I'm still going to compile with "is_clang = true", but I'll also add Nagendra's "use_custom_libcxx_for_host = true". Don't expect me to disappear from this platform. Thank you very much -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You