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 06:47:03 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-01!sn-xit-09!supernews.com!news.maxwell.syr.edu!skynet.be!landlord!wards.force9.net.POSTED!not-for-mail From: Tim Rowe Newsgroups: comp.lang.ada Subject: Re: Configuring A# Message-ID: References: <11ke2054n8ja0l7l5glnjqkp8cgq5feq6d@4ax.com> X-Newsreader: Forte Free Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 09 Feb 2004 14:46:58 +0000 NNTP-Posting-Host: 81.174.138.104 X-Complaints-To: abuse@plus.net.uk X-Trace: wards.force9.net 1076338176 81.174.138.104 (Mon, 09 Feb 2004 14:49:36 GMT) NNTP-Posting-Date: Mon, 09 Feb 2004 14:49:36 GMT Organization: Customer of PlusNet Xref: archiver1.google.com comp.lang.ada:5363 Date: 2004-02-09T14:46:58+00:00 List-Id: On Mon, 09 Feb 2004 10:27:44 +0100, Dmitry A. Kazakov wrote: >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. The installation instructions say that the path should include "c:\mgnat\bin" rather than "c\mgnat"; with that difference I've done all that, and I've checked the path works by invoking ilasm and gacutils from the command prompt. I already had the framework installed as I have Visual Studio .NET running. Is there any way to find out what paths the compiler/linker is actually searching?