Announcement

Collapse
No announcement yet.

GetIsEntitled() problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GetIsEntitled() problem

    I am trying to run the desktopapi.exe demo.
    However I get "Not Entitled" error message
    during the init process.

    The GetIsEntitled() return FALSE.

    I have:
    - esignal 7.9.1
    - Desktop api license
    - Working internet connection.

    I suspect the the desktopapi.exe fails to connect
    to the esignal from some reason. But I don't have
    a clue why. Please help.

  • #2
    It apparently doesn't actually request to find out, so you have to call it multiple times after startup and eventually it tells the truth.

    Somewhere in initialization the TRUE will get set locally, then it returns TRUE. Not my design.

    Comment

    Working...
    X