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,564409da6c450633,start X-Google-Attributes: gid103376,public From: "Colson Eric" Subject: OpenGl and ADA95 by Aonix Date: 1998/02/13 Message-ID: <6c0pv1$os9$1@front1.grolier.fr>#1/1 X-Deja-AN: 324675254 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: Grolier Interactive Europe Newsgroups: comp.lang.ada Date: 1998-02-13T00:00:00+00:00 List-Id: Hello, I would like to interface Glut32.dll and Ada95 (I use the version by Aonix under Win95) but I've got a problem with the function GlutInit and their parameters. I've seen in the package glut.ads for Gnat that the specification for GlutInit is: procedure glutInit (argcp : access Integer; argv : access Interfaces.C.Strings.Chars_Ptr); pragma Import (C, glutInit, "glutInit", "glutInit"); With Aonix, the problem is the parameters look like not to be recognize. I obtain at the moment of the execution the following message : "exception raised : constraint error exception message : access error" With the debugger, I've understand that this problem is due toGlutInit? What can I do? By advance. Eric