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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c02f5597c702789 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-09 01:19:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.telebyte.nl!fu-berlin.de!uni-berlin.de!tar-atanamir.cbb-automation.DE!not-for-mail From: Dmitry A. Kazakov Newsgroups: comp.lang.ada Subject: Re: Configuring A# Date: Mon, 09 Feb 2004 10:27:44 +0100 Message-ID: <11ke2054n8ja0l7l5glnjqkp8cgq5feq6d@4ax.com> References: NNTP-Posting-Host: tar-atanamir.cbb-automation.de (212.79.194.116) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1076318349 36977379 D 212.79.194.116 ([77047]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:5359 Date: 2004-02-09T10:27:44+01:00 List-Id: On Sun, 08 Feb 2004 23:55:11 +0000, Tim Rowe wrote: >It seems I've not got A# configured properly yet. When I try to use >.NET capabilities with > with MSSyst.Windows.Forms; >it complains that it can't find mssyst.ads. I've created a string >value in: > > HKEY_LOCAL_MACHINE\Software\ Ada Core Technologies\MGNAT\Standard >Libraries\ > >with the name DOTNET and the value "c:\mgnat\include", and >c:\mgnat\include is indeed where mssyst.ads is to be found, so what am >I missing? > >For what it's worth, I'm using AdaGIDE. Did you set "HKEY_LOCAL_MACHINE\Software\Ada Core Technologies\MGNAT\Root" to "c:\mgnat"? Also path should include "c:\mgnat" and something like "C:\WINNT\Microsoft.NET\Framework\v1.1.4322". Then when installing .NET, it should be the framework first and SDK (if any, not sure one needs it) second. P.S. I didn't used A# much, but I've got tests compiled. -- Regards, Dmitry A. Kazakov www.dmitry-kazakov.de