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=0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4f9b8a00ddc20a20 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!inka.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Christian Gottschalk Newsgroups: comp.lang.ada Subject: Re: problem linking with glu and win32ada Date: Sun, 06 Apr 2008 22:40:35 +0200 Organization: 1&1 Internet AG Message-ID: References: <47f92602$1_6@news.bluewin.ch> Reply-To: NNTP-Posting-Host: brln-4db91161.pool.einsundeins.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: online.de 1207514687 21036 77.185.17.97 (6 Apr 2008 20:44:47 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Sun, 6 Apr 2008 20:44:47 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8 Mnenhy/0.7.5.0 Hamster-Pg/1.25.2.0 In-Reply-To: <47f92602$1_6@news.bluewin.ch> X-Face: NhFPW[3o#F1Sg;JV%LU%$2*XWPXYCA!WQ%W4p}lP7ag5- Also sprach Gautier: > It looks like a pragma Import(C,...) that should be a pragma Import(Stdcall,...). Well ... it is. Actually, copying the unit (and renaming it) works fine. The problem appears only when using Win32.glu (and hence libwin32ada.a). > The better is to use the GL, GLU & GLUT bindings from GLOBE_3D there: > http://www.mysunrise.ch/users/gdm/g3d.htm > You even don't need win32ada for that :-). I'll look into that, although it was rather thought as Win32-API-excercise :) Ciao, Christian