 |
| |
|
| |
The Venice SDK is a 32-bit in-process COM server.
This means the Venice SDK can only be called natively from a 32-bit Windows
application. This 32-bit application can be run on both 32-bit and 64-bit
versions of Windows.
The Venice SDK can not be called directly from a 64-bit Windows application.
It is possible to use the DCOM solution to indirectly
use the SDK from a 64-bit application. Using DCOM
however, you will not be able to use the user interface methods of the SDK.
When calling the SDK from VBScript on Win64, then by default the 64-bit
version of wscript.exe will be associated with the .vbs file type, and this
will prevent the use of the Venice SDK. To use the Venice SDK from VBScript
on Win64, you will need to explicitely start the 32-bit version of wscript.exe
which is located in 'C:\Windows\SysWow64'. |
|
 |
|