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,fc49a313eae2d45b X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: Ada and C++ Date: 1998/10/20 Message-ID: #1/1 X-Deja-AN: 403430533 References: <70gn22$594$1@nw003t.infi.net> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-10-20T00:00:00+00:00 List-Id: Srinivasan, R (gitas@roanoke.infi.net) wrote: : Has anyone got a Win NT setup where they are using gnat and c++? I am : attempting using gnu win32 beta b19 and gnat 3.10p. Any advise/directions : would be deeply appreciated. Using GRASP might be a solution for you. Some additional notes: Because of cygnus licencing constraints, the NT version of GNAT is no longer based on their win32 environment, instead using the mingw32 environment. The latter is a really a direct binding to the Win32 C runtime library. To use GNAT with a g++ compiler you need a g++ that has also been build for the same environment. This compiler does of course exists, but is based upon gcc 2.8.1. You could take your changes combining the two, but I would advise waiting for GNAT 3.11p, which will most likely also be based upon 2.8.x. Jerry. -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada -- Ada & Win32: http://stad.dsl.nl/~jvandyk