I've updated the example to correctly setup and tear down V8 with the latest version (3.30)
best -jochen On Mon Nov 17 2014 at 9:28:09 AM Ben Noordhuis <[email protected]> wrote: > On Mon, Nov 17, 2014 at 8:53 AM, Mark Topinka <[email protected]> wrote: > > Thanks Louis. Those instructions worked... Sorry for neglecting to say > this > > in my initial post, but I need to compile in Visual Studio 2013 for > Windows > > 8.1... how would one go about producing a VS2013 "All.sln" file and all > the > > associate .vcproj files? I believe you implied that the instructions on > > the old "BuildingWithGYP" wiki page > > (https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP) are apparently > > out-of-date? Thank you. -Mark > > The instructions on the wiki look accurate to me. If you have or have > had multiple VS installations or have the Windows SDK installed, it's > possible that GYP is picking up the wrong one. Specify `-G > msvs_version=2013` on the command line or set `GYP_MSVS_VERSION=2013` > in the environment. Change '2013' to '2013e' for VS Express. > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
