Greetings Scott!
Hmm, we don't have much to go on here, so all we can offer is some clarification:
Thanks!
Hmm, we don't have much to go on here, so all we can offer is some clarification:
- Unless you've built it from modified source code, ClearScript.dll is architecture-neutral and can be loaded into both 32- and 64-bit processes.
- ClearScriptV8-32.dll and ClearScriptV8-64.dll (and the respective native V8 libraries) are not architecture-neutral. When you first instantiate a V8-based ClearScript class, the main library detects the architecture and loads the appropriate ClearScriptV8 library.
-
In general, 32-bit libraries cannot be loaded into 64-bit processes, and vice versa.
Thanks!