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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-08 15:55:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!skynet.be!landlord!wards.force9.net.POSTED!not-for-mail From: Tim Rowe Newsgroups: comp.lang.ada Subject: Configuring A# Message-ID: 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: Sun, 08 Feb 2004 23:55:11 +0000 NNTP-Posting-Host: 81.174.138.104 X-Complaints-To: abuse@plus.net.uk X-Trace: wards.force9.net 1076284666 81.174.138.104 (Sun, 08 Feb 2004 23:57:46 GMT) NNTP-Posting-Date: Sun, 08 Feb 2004 23:57:46 GMT Organization: Customer of PlusNet Xref: archiver1.google.com comp.lang.ada:5350 Date: 2004-02-08T23:55:11+00:00 List-Id: 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. TIA, Tim