The default runtime library of v8 is MT(Release version)/MD(Debug version), but the default runtime library of vs console project is MTd(Release version)/MDd(Debug version) You need to change the setting of v8 or your project. The location is Configuration Properties -> C/C++ -> Code Generation -> Runtime Library, make sure the 2 projects have the same setting
On Friday, October 25, 2013 7:31:01 AM UTC+8, Spencer Killen wrote: > > okay so im using VS 2012 on windows 8 and I compiled v8 using gyp and all > the default settings, I added in the include folder to my direcotries in > the vs project successfully, and also the library direcotry and the .lib > files from the lib directory in the output I compiled from v8 in visual > studio debug mode 32bit, to the linker input, but still when I try and > compile the code from developers.google.com/v8/getting_started I get > these errors > <http://s11.postimg.org/8gwo3tn7n/Untitled.png> > http://s11.postimg.org/8gwo3tn7n/Untitled.png > -- -- 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/groups/opt_out.
