[v8-users] Re: Changes to ObjectTemplate doesn't work anymore

2016-09-07 Thread Pieter
Brandon, I'm not sure I follow, can you explain a little more in detail what you mean by "which is to wait until the global object is created, and then add all of the properties.". Which global object are you talking about and how are you waiting for it to finish? Thanks. -- -- v8-users

Re: [v8-users] Building v8 with Visual Studio 2015 on Windows 10

2016-09-21 Thread Pieter
On Tue, Sep 20, 2016 at 10:04 AM Pieter <germishu...@gmail.com > > wrote: > >> >> I have been struggling for a couple of days to get the correct >> incantations to get a build of v8 working on windows 10 with visual studio >> 2015. >> >> In short th

[v8-users] Unresolved symbol error

2016-09-21 Thread Pieter
After I have managed to get the windows build of v8 going I have a single unresolved symbol issue that I could use some help with. unresolved external symbol "public: static class v8::Local __cdecl v8::Context::New(class v8::Isolate *,class v8::ExtensionConfiguration *,class

Re: [v8-users] Unresolved symbol error

2016-09-21 Thread Pieter
Thanks for the reply Ben, This is odd as this very same code compiles fine on OSX and Ubuntu with the same branch checked out? On Wednesday, 21 September 2016 18:21:21 UTC+2, Ben Noordhuis wrote: > > On Wed, Sep 21, 2016 at 2:47 PM, Pieter <germishu...@gmail.com > > wrote: &

[v8-users] How to build with Visual Studio 2015 and Windows 10

2016-09-20 Thread Pieter
I have been struggling for a couple of days to get the correct incantations to get a build of v8 working on windows 10 with visual studio 2015. In short the steps that i've been attempting are as follows - set DEPOT_TOOLS_WIN_TOOLCHAIN=0 - set GYP_MSVS_VERSION=2015 - set

[v8-users] How to build v8 with Visual Studio 2015 on Windows 10

2016-09-20 Thread Pieter
I have been struggling for a couple of days to get the correct incantations to get a build of v8 working on windows 10 with visual studio 2015. In short the steps that i've been attempting are as follows - set DEPOT_TOOLS_WIN_TOOLCHAIN=0 - set GYP_MSVS_VERSION=2015 - set

[v8-users] Building v8 with Visual Studio 2015 on Windows 10

2016-09-20 Thread Pieter
I have been struggling for a couple of days to get the correct incantations to get a build of v8 working on windows 10 with visual studio 2015. In short the steps that i've been attempting are as follows - set DEPOT_TOOLS_WIN_TOOLCHAIN=0 - set GYP_MSVS_VERSION=2015 - set

[v8-users] Changes to ObjectTemplate doesn't work anymore

2016-09-07 Thread Pieter
I am starting to look at upgrading our V8 integration library to build against a more recent version of v8. After fixing some compiler errors I am getting a runtime failure on the following line.

Re: [v8-users] Unresolved symbol error

2016-09-22 Thread Pieter
I am still unsure as to why I am getting this issue Ben. error LNK2001: unresolved external symbol "public: static class v8::Local __cdecl v8::Context::New(class v8::Isolate *,class v8::ExtensionConfiguration *,class v8::MaybeLocal,class v8::MaybeLocal)"