This is now supported on bleeding_edge r817. Use the SCons option msvcrt building
scons msvcrt=shared sample=shell will have shell.exe load MSVCR80.DLL. See http://codereview.chromium.org/11564 for details. Regards, Søren On Sep 26, 11:47 am, Garry <[EMAIL PROTECTED]> wrote: > I'm getting this liner error: > > >> TestV8.obj : error LNK2001: unresolved external symbol "private: static > >> class v8::HandleScope::Data v8::HandleScope::current_" ([EMAIL > >> PROTECTED]@v8@@[EMAIL PROTECTED]@A) > > Compiling v8 using this line: > > >> scons mode=release snapshot=on library=shared > > At first I thought it could have been because my target app uses /MD, > and the library uses /MT, so after fixing that: > > >> d:\...\trunk\src\third_party/dtoa/dtoa.c(1528) : error C2220: warning > >> treated as error - no 'object' file generated > >> d:\...\googlev8\trunk\src\third_party/dtoa/dtoa.c(1528) : warning C4273: > >> 'gay_strtod' : inconsistent dll linkage > > But after removing /WX (treat warning as error) I get the same result: > > TestV8.obj : error LNK2001: unresolved external symbol "private: > static class v8::HandleScope::Data v8::HandleScope::current_" (? > [EMAIL PROTECTED]@v8@@[EMAIL PROTECTED]@A) > > Any help/advice is appreciated, I'm using the latest SVN code as of > the time on this post --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---