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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-27 07:06:22 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!nntp.idg.pl!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: Szymon Guz Newsgroups: comp.lang.ada Subject: Ada .NET problem Date: Sat, 27 Mar 2004 16:06:06 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: 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: atlantis.news.tpi.pl 1080399997 11925 195.116.185.50 (27 Mar 2004 15:06:37 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Sat, 27 Mar 2004 15:06:37 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:6607 Date: 2004-03-27T16:06:06+01:00 List-Id: 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