On Tue, Apr 22, 2014 at 5:47 PM, Jason <[email protected]> wrote:
> Hi,
>
> has anyone tried using v8 on windows server 2012?  I have a .net C++ class
> that wraps the v8.dll, the code works properly on windows 7 64 bits, but on
> windows 2012, it would say "unable to load one of it's dependencies.  The
> specified module could not be found", The v8.dll was built for x64, it this
> a known issue or is there some settings i need to change to make it work?
>
> Thanks

My hunch is that it's not particular to V8 (assuming it's not a 32/64
bits mismatch) because it very much sounds like a DLL search path
issue.

-- 
-- 
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.

Reply via email to