Hi Robert - me neither, sorry can't be of more help - I'm building an .exe, but if I do happen to learn anything about DLL's built with V8 I'll post it here in this thread. -Mark
On Wednesday, November 19, 2014 3:02:43 PM UTC-8, Robert Jenks wrote: > > > > On Wednesday, November 19, 2014 10:50:43 AM UTC-6, Mark Topinka wrote: >> >> 1. If you get lots of VS2013 linker error "LNK2005: _isdigit already >> defined in MSVCRTD.lib(MSVCR120D.dll)" etc etc errors when you try to >> compile your hello world program, make sure that under Project :: >> Properties :: Configuration Properties :: C/C++ :: Code Generation :: >> Runtime Library you have the same version of the library for your hello >> world program that you used to compile your V8 library (I used /MTd - >> Multi-threaded Debug on both). >> > > I had this same issue and fixed it the same way. However, I am concerned > about this. I am producing a DLL which statically links in V8. I think > for my DLL I should be using /MDd (Multi-threaded Debug DLL) instead. > Since V8 uses GYP to configure Visual Studio there doesn't seem to be an > option to change this setting for V8 itself. I have no idea what impact > this setting will have on the generated DLL. > > -Robert > -- -- 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.
