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,LOTS_OF_MONEY 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 05:26:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: ActiveX in Ada? Date: Wed, 3 Jul 2002 07:11:42 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <21wU8.1011$Fm1.92927342@newssvr14.news.prodigy.com> 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 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:26839 Date: 2002-07-03T07:11:42-05:00 List-Id: The DLLs can actually be regular DLLs provided the author included a typelib, but in practice, I've never seen that. A bit of a surprise as it allows VB to also instantly bind to the DLL. Another common extension for Activex is OCX instead of DLL If you grab the latest snap shot of the development version of GWindows, there is a new tool (GBManager) in it that allows you to view all the registered libraries / COM objects on your system and bind to any one of them with a few clicks. You will find that even on a clean install of 2K or XP that there are hundreds on your system. David Botton "Jeffrey Creem" wrote in message news:JHAU8.397920$cQ3.27181@sccrnsc01... > 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". > >