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,7a560c3d7b8880aa X-Google-Attributes: gid103376,public From: "Jeff Creem" Subject: Re: Ada and DirectX Date: 2000/07/17 Message-ID: <8l08et$ogq$1@pyrite.mv.net>#1/1 X-Deja-AN: 647551534 References: <3973343A.4B998EF8@maths.unine.ch> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse@mv.com X-Trace: pyrite.mv.net 963880221 25114 199.125.99.239 (18 Jul 2000 00:30:21 GMT) Organization: MV Communications, Inc. X-MSMail-Priority: Normal NNTP-Posting-Date: 18 Jul 2000 00:30:21 GMT Newsgroups: comp.lang.ada Date: 2000-07-18T00:30:21+00:00 List-Id: I have not tried this myself but starting with Direct X 7.0 Microsoft has included a COM component for most of Direct X..So, you could probably use the Bindcom tool from www.adapower.com to create some nice bindings pretty quickly. So, go get the Direct X 7.0 SDK at http://msdn.microsoft.com/isapi/gomscom.asp?TARGET=/downloads/release.asp?Re leaseID=16927 (It is about 128 Megs) or order the CDrom https://merchantgateway.cobweb.com/omega/order_entry_2.asp?ProductID=1028625 &VendorID=17 and get the COM tools from http://www.adapower.com/gnatcom/index.html While I have not tried this I have played around a little with the bindcom tool and for the SDKs I've looked at it does a very nice job. And let us know how it goes... "Stephane Perret" wrote in message news:3973343A.4B998EF8@maths.unine.ch... > Hi everybody, > > 1. Has someone tried to interface some basic functions > of DirectX with Ada (Gnat 3.12) ? > > 2. Is everything about translating headers file of DirectX ? > > 3. Have you some short demo programs which work with Gnat-Ada ? > > TIA, Stephane.