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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e89b29097cc3432 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: COMScope Released for Win32 Date: 1999/04/28 Message-ID: <3727366A.AF688F45@Botton.com>#1/1 X-Deja-AN: 471934380 Content-Transfer-Encoding: 7bit References: <37269760.823D47F1@Botton.com> <7g6vmg$23$1@nnrp1.dejanews.com> <37272eaa.359189@news.pacbell.net> To: Tom Moran X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 925316718 48696 199.227.148.101 (28 Apr 1999 16:25:18 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 28 Apr 1999 16:25:18 GMT Newsgroups: comp.lang.ada Date: 1999-04-28T16:25:18+00:00 List-Id: It came with my copy of Windows 98 it is in the dir \windows\system dir and is called win.tlb I imagine there possibly might be restrictions on the .tlb file itself, but just like creating a .lib or lib*.a file from a DLL for a compiler, there should be no restrictions on a file produced from a tlb. Microsoft specifically states they created type libs to allow tools to bind to COM objects in a non-language specific fashion. David Botton Tom Moran wrote: > > > that solves the copyright problem > Excellent! How does one get the "type library for the Win32 API" and > what restrictions are there on its use?