I would like to embed V8 into a project that I've been working on however the project uses other libraries that were built using VS2010 with /MD(d), on Windows v8 uses /MT(d) by default.
This is in Properties > C/C++ > Code Generation... /MT(d) is multi-threaded (debug) /MD(d) is multi-threaded DLL (debug) -- -- 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.
