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,d7e592f9390e0746 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-21 07:32:56 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!isdnet!enst!enst.fr!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: Where's the goodies? Date: Tue, 21 Aug 2001 10:31:51 -0400 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3B815D9C.9C22AA7A@san.rr.com> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 998404375 91378 137.194.161.2 (21 Aug 2001 14:32:55 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Tue, 21 Aug 2001 14:32:55 +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.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:12173 Date: 2001-08-21T10:31:51-04:00 Not likely to happen. There is an alternative. You can get the latest VB Win32 TypeLibraries from: http://www.themandelbrotset.com/Technical/Typelib.asp Then use BindCOM (http://www.adapower.com/gnatcom) to compile the type libraries in to bindings to Win32. This will not generate a complete binding to Win32, but a huge portion of it. You also need to make a small change in the generated bindings do to a bug in them. You need to move: type FOLDERSETTINGS is new u_MIDLuu_MIDL_itf_win_0057_0004; after the implementation of u_MIDLuu_MIDL_itf_win_0057_0004 and then everything should compile. It's not perfect but should serve most needs. David Botton ----- Original Message ----- From: "DuckE" > Gee... I wonder what it would take for Intermetrix (Averstar) to generate a > new version of those bindings against the latest SDK (The one we've been > using is somewhat outdated). > > SteveD