September 12, 2019 at 1:41 pm
#21926
Dear Scott,
I refer to Mac OS X.
Until the Omnis Studio 5.x.x version I used to
these instructions but passing to the version
Omnis Studio 8.x.x are no longer supported.
This is demonstrated by the fact that my old code
(Omnis Studio 5) was
Calculate icPathDylib as ‘/usr/local/lib/tsidclnt.dylib’
Register DLL (icPathDylib, ‘tsidCheckService’, ‘I’, kFalse) Returns lnErr
Call DLL (icPathDylib, ‘tsidCheckService’) Returns lnRet
When I converted the library into Omnis Studio 8 it is
become:
Calculate icPathDylib as ‘/usr/local/lib/tsidclnt.dylib’
X250825050 (icPathDylib, ‘tsidCheckService’, ‘I’, kFalse) Returns lnErr
X250825051 (icPathDylib, ‘tsidCheckService’) Returns lnRet
Please let me know…
Thks a lot.
Gianni