Book a Demo

Author Topic: Using not corresponding version of Interop.EA  (Read 4011 times)

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Using not corresponding version of Interop.EA
« on: August 24, 2020, 12:43:34 am »
I identified a bug in Interop.EA recently. That’s why I would like to know:

(1)   I am using an older version of EA. Is it possible that the bug is gone in a newer version of EA or Interop.EA
(2)   Can Interop.EA.dll be downloaded separately?
(3)   If I understood Interop.EA correctly, there shouldn’t be a problem using another version of Interop.EA in EA. The concepts stay the same. Am I wrong?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Using not corresponding version of Interop.EA
« Reply #1 on: August 24, 2020, 10:12:20 am »
Interop.EA.dll contains no behavior other than wrapping the COM api. There is no separate download of it.

If you have a newer version than EA it will allow compiling code that will break if new functions are called.

If you have an older version than EA, newer functions won't be available.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Using not corresponding version of Interop.EA
« Reply #2 on: August 24, 2020, 03:18:39 pm »
I identified a bug in Interop.EA recently. That’s why I would like to know:
(1)   I am using an older version of EA. Is it possible that the bug is gone in a newer version of EA or Interop.EA

Yes, it's possible it's fixed in a newer version of EA, but as Eve indicated, you'll have to download and install that version of EA.

Geert

Viking

  • EA User
  • **
  • Posts: 478
  • Karma: +2/-2
    • View Profile
Re: Using not corresponding version of Interop.EA
« Reply #3 on: August 24, 2020, 06:55:38 pm »
Understood.

Thank you.