From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1c4a52d24e9bb060 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-03 03:52:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <21wU8.1011$Fm1.92927342@newssvr14.news.prodigy.com> Subject: Re: ActiveX in Ada? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1025693545 66.31.5.146 (Wed, 03 Jul 2002 10:52:25 GMT) NNTP-Posting-Date: Wed, 03 Jul 2002 10:52:25 GMT Organization: AT&T Broadband Date: Wed, 03 Jul 2002 10:52:25 GMT Xref: archiver1.google.com comp.lang.ada:26835 Date: 2002-07-03T10:52:25+00:00 List-Id: When running on a dll, the dll needs to be a COM or activeX dll. Not all dlls are. If you are out "looking" for components, try to find ones that say COM, ActiveX or sometimes VisualBasic (since it appears that it is more likely that when someone provides some service to VisualBasic they create it as a COM object). As for the type library files (which can also be used)....They are rarer in my experience. wrote in message news:21wU8.1011$Fm1.92927342@newssvr14.news.prodigy.com... > I'd like to know where one finds the typelibs that bindcom wants. > Bindcom on the great majority of .dll etc files I've tried seems > to result in "Error loading type library/DLL".