Forum Replies Created

  • Gianni

    Member
    December 3, 2019 at 3:07 pm in reply to: Connect to Oracle with Omnis 10.1 on Catalina.

    Just this morning I tried the latest version available 19.3 but nothing.
    If you could try it would be great ….
    G.

  • Gianni

    Member
    December 3, 2019 at 2:14 pm in reply to: Connect to Oracle with Omnis 10.1 on Catalina.

    Hi Klaus,
    thank you for reply.
    I have tried all the versions of InstantClient available on the Oracle site
    but nothing.
    The last working version on Mojave was Omnis 8.1.7 with InstantClient12_2.
    All versions of Omnis Studio higher than 8.1.7 did not work on either
    Mojave or Catalina.
    I get always the same error:
    damora8.u_xcomp component couldn’t be loaded because the code fragment is missing.
    Best rgds.
    Gianni

  • Gianni

    Member
    September 18, 2019 at 5:51 pm in reply to: Register and Call DLL

    Hi Scott, I confirm your suspicions.
    With Omnis Studio 8.1.7 the commands “Register e Call DLL”
    were gone while with Omnis Studio 1.0.0.3 the commands
    are back again!!!
    Best rgds.
    Gianni
    P.S.
    I always refer to the Macintosh platform only.

  • Gianni

    Member
    September 12, 2019 at 5:20 pm in reply to: Register and Call DLL

    If you look at the Omnis 5.x Help and look for the “Register DLL” command in the upper right part it says “All Platforms” if you look in the Omnis 8.x Help it says only “Windows and Linux “.
    In any case, if I try to type the command in the code, I will insert the letter R and the letter E, but the letter G cannot write it.
    Do you have a Macintosh ?
    Can you try on it ?
    Thanks in advance.
    Gianni

  • Gianni

    Member
    September 12, 2019 at 1:41 pm in reply to: Register and Call DLL

    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