Message-ID: <34872608.AA31E312@gmx.net> Date: Thu, 04 Dec 1997 22:52:08 +0100 From: Robert Hoehne MIME-Version: 1.0 To: Marco Hoffmann CC: "djgpp AT delorie DOT com" Subject: Re: Rhide on NT4.0 in German? References: <3485F954 DOT 59C11E77 AT stud DOT uni-hannover DOT de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk Marco Hoffmann schrieb: > > I installed djgpp 2.01 and rhide 1.4 on winNT 4.0 and am happy > with ´rhide -M´. Nice to hear that it works. > Now I read something about a german environment using the ´-L de´ > switch, but it was said that rhide is using the GNU gettext > library, too (it seems to be not working without). I even found a > zip archieve containing this stuff, but I don´t have a clue > what´s to be done now. If somebody managed this already I´d > apprechiate a hint. The GNU gettext library is used by RHIDE because it is linked in RHIDE, that means you need _NOT_ to install that lib to use it with RHIDE. Your problem is to 99% the following: You have unzipped the RHIDE binary archive with an unzipper (like winzip) which restores the long filenames (or in our case the diretcory names) but rhide.exe is a DJGPP programm which cannot handle the NT long filename API. To check this, look in the directory %DJDIR%/share/locale/de and see, what a directory there is (but do this from a DOS-box to see the real 8+3 DOS name!!!). If yo see there something like LC_MES~1 then I´m right and you have either manually to rename it to LC_MESSA (the 8+3 name of LC_MESSAGES) or simply reunzip the RHIDE package with an unzipper, which does not restore the long filenames. Robert -- ****************************************************** * Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************