The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
32-bit app cannot create SalesLogix.ClientObjix on 64 bit OS
Posted: 26 Mar 13 2:12 PM
|
My 32 bit app works fine on 32-bit OS with SalesLogix.
But the same app won't be able to create SalesLogix component on 64 bit OS. Is it because SalesLogix version is also 64-bit version? Is there a way to have 32-bit SalesLogix COM installed on 64-bit OS? |
|
|
| |
| |
| |
| |
|
Re: 32-bit app cannot create SalesLogix.ClientObjix on 64 bit OS
Posted: 27 Mar 13 10:22 AM
|
On VB6, there is not target option.
The app uses the following to connect to SalesLogix component:
Set SLX = CreateObject("SalesLogix.ClientObjix")
BTW, do you mean SalesLogix is a 32-bit app (at least, its COM components) even on 64 bit OS? |
|
|
| |
| |
| |
| |
|