Author Topic: IDL import  - how to get an interface  (Read 1984 times)

Miroslav Fris

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • That's me!
    • View Profile
IDL import  - how to get an interface
« on: June 24, 2003, 12:22:45 am »
Hi,

I have a problem how to import an interface of a COM component. I have a separate TLB file, I have an IDL source file and I have  aVB class, where this interface is implemented.
I tried to import IDL file, but it doesn't work. I got only the first member.
I need to dokument the class behaviour during that interface or at least the interface itself, because this interfaces is intended only for one class.
The problem is how to get the interface to EA (except write him in manually)

Thanks
Mirek