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,50dd7423128859e1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 08:46:33 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsrout1.ntli.net!news.ntli.net!newsfeed.wirehub.nl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: Re: Ada .NET problem Date: Sat, 27 Mar 2004 17:46:31 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: References: NNTP-Posting-Host: hal.skynet.org.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nemesis.news.tpi.pl 1080406129 24969 195.116.185.50 (27 Mar 2004 16:48:49 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sat, 27 Mar 2004 16:48:49 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en In-Reply-To: Xref: archiver1.google.com comp.lang.ada:6608 Date: 2004-03-27T17:46:31+01:00 List-Id: Szymon Guz wrote: > Hi, > I installed (I hope properly) mgnat. I configured that as it is written > on the page: > > While compiling using AdaGIDE such simple package: > > ******************************** > with Msil_Types; > > package Test is > end Test; > ******************************** > > I get this error: > > test.ads:1:06: file "msil_types.ads" not found > > Where is my mistake ? I've got in the registry keys: > > ******************************** > [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT] > > [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Root] > @="d:\\GNAT\\mgnat" > > [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Standard > Libraries] > > [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Standard > Libraries\DOTNET] > @="D:\\gnat\\mgnat\\include" > > ******************************** > > also d:\gnat\mgnat\bin is addet to the PATH variable OK, I've done that. The problem was with a register key. The key: [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Standard Libraries\DOTNET] @="D:\\gnat\\mgnat\\include" should be: [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Standard Libraries] "DOTNET"="D:\\gnat\\mgnat\\include"