Book a Demo

Author Topic: difference between two library  (Read 3287 times)

Cisore

  • EA User
  • **
  • Posts: 67
  • Karma: +0/-0
    • View Profile
difference between two library
« on: July 13, 2012, 12:10:12 am »
Hi,

I currently make a add in for enterprise Architect, and I find two library : EA and EASLLib.

Someone can tell me what's the difference between both ?  
(For example Action is defined in EASLLib but not in EA !)

Thanks

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Re: difference between two library
« Reply #1 on: July 13, 2012, 12:56:50 am »
The only .DLL to reference from an AddIn should be Interop.EA.dll

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: difference between two library
« Reply #2 on: July 13, 2012, 09:24:34 am »
EASLLib is the Enterprise Architect Simulation Library, used in generating code from behavioral models.

For more information, look up the EASL Code Generation Macros topic in the Help.
Best Regards, Roy

Cisore

  • EA User
  • **
  • Posts: 67
  • Karma: +0/-0
    • View Profile
Re: difference between two library
« Reply #3 on: July 13, 2012, 05:03:52 pm »
Ok

thanks for the answer.