Sender: root AT delorie DOT com Message-ID: <369B59C9.699A274F@inti.gov.ar> Date: Tue, 12 Jan 1999 11:18:49 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: en MIME-Version: 1.0 To: Mel Corley , djgpp AT delorie DOT com Subject: Re: libintl.h for tvision? References: <369B54BF DOT CCF9DA21 AT engr DOT latech DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Mel Corley wrote: *I'm sending this mail to the list too because perhaps other users will have the same question. > Thanks for posting a patched tvision for DJGPP. But file intl.h > contains > > #include > > Where does one find libintl.h? I don't find it in the standard > DJGPP distribution stuff. I'm sure I'm just not looking in the > right place. libintl is the internationalization library. That's an LGPL library called gettext. You can find this library in the v2gnu directory. If you don't want to use this library you can recompile Turbo Vision without internationalization support. To make it you must copy nointl.h to overwrite intl.h. Greetings, SET