Hi! I have a dll that uses v8. It is linked to the static v8 libraries. The v8 libraries were generated in visual studio 2005 from the latest v8 code (I used the specified procedure to generate the visual studio solution). The configuration for building is Debug Win 32 for both the v8 libs and my dll.
I am loading my dll using LoadLibrary, which is returning NULL, and GetLastError() returns 193, which is supposed to mean that the dll is invalid. Before linking my dll to v8, LoadLibrary was loading it without problems. Is this enough information for someone to help me (who might have hit this problem before)? Best Regards, and thanks for you time. Adrian. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
