Hi Bill,

With one of the COM objects I used, the manufacturer sent me a type witch
was just a DLL file. I registered it, and Tango was able to read all the
methods of the object.

Maybe you need to register one of the other DLL's. The type library may be
one of those.

The type library usually has to be registered if it's seperate from the COM
Object. Most COM objects have the Object's methods defined in the same DLL,
but there are cases when it doesn't.

Best Regards,

Rick Sanders


> On Thu, 6 Jun 2002 17:24:25 -0400, Rick Sanders wrote:
>
> >If you did and it still doesn't work, your object may not have a type
> >library. Without a type library, there is no way for Tango to read the
> >methods of the object.
>
> Rick,
>
> Thanks, this may be what's wrong. There are *.lib files, and the
> installation of the objects told me I should be sure those files were in
my
> "application development environment path."  Maybe I'll just copy the
dll's
> and the lib's into a directory that is in the path...
>
> Bill
>
> ________________________________________________________________________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to