Book a Demo

Author Topic: Automation Interface - Dual Interface  (Read 4366 times)

Darren Lock

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
Automation Interface - Dual Interface
« on: March 05, 2002, 05:02:23 am »
Would it be possible to extend the current Automation inteface into a Dual Interface i.e. vtable (early binding).

Having a typlib for this would give the benefits of compile time checking and Intellisense(autocomplete) in VB, VC++, etc.

Thanks, Darren.
Darren Lock
United Kingdom

Surly

  • Guest
Re: Automation Interface - Dual Interface
« Reply #1 on: March 20, 2002, 04:41:47 pm »
Having a typelib would also allow the automation server to be driven by Java using IBM's bridge2java.  You can't generate the proxies without a typelib and EA.exe apparently doesn't contain a typelib.