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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9dabd984ea966de9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.wirehub.nl!skynet.be!newspost001!tjb!not-for-mail Date: Sat, 30 Oct 2004 09:42:11 +0200 From: Adrien Plisson Reply-To: aplisson-news@stochastique.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: fr-be, fr, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT on a multiboot computer References: <417DFD3C.6080209@stochastique.net> <417e16a7$0$30703$ba620e4c@news.skynet.be> <417f57d8$0$30704$ba620e4c@news.skynet.be> <549gd.17128$Qs6.1469677@news20.bellglobal.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4183455d$0$1427$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 25210a6d.news.skynet.be X-Trace: 1099122015 news.skynet.be 1427 217.136.179.109:10042 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:5903 Date: 2004-10-30T09:42:11+02:00 List-Id: Warren W. Gay VE3WWG wrote: (i hope i don't misattribute your post again... sorry) > ACT's own install program lets you choose - so just choose away! Just > avoid blanks in the directory names. 8-) even when using pathnames with spaces, act's own install is smart enough to keep only 8.3 pathnames, so you don't have to worry about that. > In a multiboot situation, if the drive letter changes, this will > create problems I think (I guess that was your point). Without > having thought about this much, one possible solution is to > use *.reg files as outlined below (using regedit): ... > Save your registry settings like I did above. When you boot > the OS that needs it as D: instead of C:, run an edited version > of your gnat.reg file that you saved. When you start the other > OS, run its version of gnat.reg that specifies C: instead. That > will at least let you switch between the two. false: the registry is not shared between multiple Windows installed on the same machine (fortunately, or it will be a real mess to have multiple WIndows on the same machine). so you just have to register GNAT once for each installation of Windows then use it at will. this is much simpler !! > (I am sure there are other ways this can > be automated). not needed: see above... -- rien