Witango-Talk: COM objects

2003-11-09 Thread Stephen Su
I recently had upgraded my server to a newer version, for some reason I think that some of my config files did not update properly as there are new components in the newer servers. I get this error upon startup : : these warnings : [ 1364] 2003-11-09 21:24:40 START WARNING Cannot i

Re: Witango-Talk: COM Objects problem

2002-06-06 Thread Rick Sanders
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 h

Re: Witango-Talk: COM Objects problem

2002-06-06 Thread Bill Downall
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 i

RE: Witango-Talk: COM Objects problem

2002-06-06 Thread Bill Downall
On Thu, 06 Jun 2002 16:35:19 -0500, Bill Downall wrote: >Thanks. I found those ideas in the archives, and neither of those is the >problem. The full text and path is explicit in the t4handlers.ini file. I made some progress: It seems that the path has to be spelled exactly the same, and is ca

RE: Witango-Talk: COM Objects problem

2002-06-06 Thread Bill Downall
On Thu, 6 Jun 2002 13:28:34 -0700, Ben Johansen wrote: >Check for full path to the dll's >I have had problem when it is set to ..\ instead of c:\blah\blah\.dll Scott, Ben, Thanks. I found those ideas in the archives, and neither of those is the problem. The full text and path is explicit in th

Re: Witango-Talk: COM Objects problem

2002-06-06 Thread Rick Sanders
Hello Bill, Did you register the DLL using: Start > Run regsvr32 [\Path\]w3hcm100.dll 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 Sanders > I'm trying to use third-part

RE: Witango-Talk: COM Objects problem

2002-06-06 Thread Ben Johansen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Bill Downall Sent: Thursday, June 06, 2002 11:28 AM To: Multiple recipients of list witango-talk Subject: Witango-Talk: COM Objects problem I'm trying to use third-party COM objects for the first time, and seem t

Re: Witango-Talk: COM Objects problem

2002-06-06 Thread Scott Cadillac
ll Downall" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 11:28 AM Subject: Witango-Talk: COM Objects problem > I'm trying to use third-party COM objects for the first time, and seem to > be ha

Witango-Talk: COM Objects problem

2002-06-06 Thread Bill Downall
I'm trying to use third-party COM objects for the first time, and seem to be having a problem even before adding the objects to the workspace. When I right-click on the object workspace, "COM/DCOM Objects" folder and choose "Add" I get the error message "An error occurred while loading the han