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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a60ab3e6634b6eb5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-13 07:14:01 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!enst!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: SAFEARRAY and RECT, was Re: DirectX bindings Date: Wed, 13 Dec 2000 10:16:18 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: <001c01c06517$a5081f40$f8ffa8c0@dbdell2000> References: <00f901c0624b$17d66650$0202a8c0@db2000> <00ab01c062d1$dbff1c30$0402a8c0@dbdell2000> <200012111742.eBBHgBj31365@mmled.aedinc.net> <002e01c063a4$d1928240$850118ac@dbdell2000> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 976720331 5466 137.194.161.2 (13 Dec 2000 15:12:11 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 13 Dec 2000 15:12:11 +0000 (UTC) To: Return-Path: X-pair-Authenticated: 63.161.15.130 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0beta5 Precedence: bulk List-Id: comp.lang.ada mail<->news gateway Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: supernews.google.com comp.lang.ada:3061 Date: 2000-12-13T10:16:18-05:00 I just remembered that VC (I think the DX7 SDK also) ships with the actual IDL files for DX that are used to generate the C headers. You can modify those to produce a type library (by adding a library section) and use that type library. David Botton "(null)" wrote in message news:gHuZ5.164$Q16.1754@newsfeed.slurp.net... > I guess > I get to learn about turning a C header file into a type library.