Announcement

Collapse
No announcement yet.

Active x handle release?

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

  • Active x handle release?

    I call requestHistory in my aplication and get for example handle 4.

    When I exit my application I release handle 4.

    My issue is that when I restart my application and make a new requesthistory I get handle 5. I would expect to get back handle number 4 since I released it before.

    Is it a normal behaviour of the active x ? or does it mean as I suspect that the active x is not releasing the handle.

    Thanks,
    Nick.

  • #2
    Hi Nick,

    This does not mean that ReleaseHandle is not working. There is nothing wrong with this behaviour and just implies that datamanager (or something else) is caching data. Nothing to worry about as long as you are sure you are indeed calling ReleaseHandle.

    Cheers... George

    Comment

    Working...
    X