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.1 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,acee76b70069ed69,start X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: Problem with Win32Ada... Please help! Date: 1997/06/10 Message-ID: <5niugl$25h$1@cf01.edf.fr>#1/1 X-Deja-AN: 247384402 References: <5nhrfa$7pi$1@vulcain.infonie.fr> X-MimeOLE: Produced By Microsoft MimeOLE Engine V4.71.0544.0 Organization: EDF - Direction des Etudes et Recherches Newsgroups: comp.lang.ada Date: 1997-06-10T00:00:00+00:00 List-Id: These are known problems. The Win32Ada binding was made some time ago and the Ada 95 compier at this time did not enforce all the rules... So, now with new version of GNAT some bugs are detected. I will distribute a patch for GNAT 3.09 / GNAT 3.10 (not yet publicly released) that fix all the problems. The patch will be annouced here and you will be able to download it from my homepage. Pascal. -- --|------------------------------------------------------------ --| Pascal Obry Team-Ada Member | --| | --| EDF-DER-IPN-SID- Ing�nierie des Syst�mes d'Informations | --| | --| Bureau G1-010 e-mail: pascal.obry@der.edfgdf.fr | --| 1 Av G�n�ral de Gaulle voice : +33-1-47.65.50.91 | --| 92141 Clamart CEDEX fax : +33-1-47.65.50.07 | --| FRANCE | --|------------------------------------------------------------ --| --| http://ourworld.compuserve.com/homepages/pascal_obry --| --| "The best way to travel is by means of imagination" Megamix a �crit dans l'article <5nhrfa$7pi$1@vulcain.infonie.fr>... >I am trying to install Win32ADA. >Each time I compile 'win32-winnt.ads', I have this problem: > >C:\Win32ada\src>gcc -c win32-winnt.ads >win32-winnt.ads:1599:05: warning: no more representation items for type >"LARGE_INTEGER" defined at line 1404 >win32-winnt.ads:1599:05: warning: no more representation items for type >"anonymous1_t" defined at line 1393 >win32-winnt.ads:1599:05: warning: no more representation items for type >"LUID_AND_ATTRIBUTES" defined at line 1592 >win32-winnt.ads:1616:05: warning: no more representation items for type >"SID_IDENTIFIER_AUTHORITY" defined at line 1608 >win32-winnt.ads:2642:05: representation item appears too late >win32-winnt.ads:2645:05: representation item appears too late >win32-winnt.ads:2658:05: representation item appears too late >win32-winnt.ads:2659:05: representation item appears too late > >I'm using GNAT 3.09 for Windows 95. >Can you help me ? >Thanks... > >------------------ > >megamix@infonie.fr > >