Message-ID: <39E385BB.D223EB9D@go.ro> Date: Wed, 11 Oct 2000 00:10:19 +0300 From: Ionut Nedelcu X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Turbo Vision Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I have a little program with turbo vision . maybe you can help me. after I compiled the library and all that stuff I tried to compile a sample program. first I got a lot of errors because I was trying to compoile it like a standard C program. after I changed that it started asking me for all kinds of libraries. besides librhtv.a (the standard lib for tv) it also needs a library called libstdcx.a. In my /lib dir I have a libstdcxx.a At first I believed it was the same thing and I renamed the ..cxx file to cx. and when i tried to compile the simplest demo program rhide shows an error like: "error: undefined reference to '__eh_pc'" on the other hand if i only have the ...cxx file it says: "cannot open -lstdcx (ENOENT)" So maybe you can tell me exactly which libraries tv applications need or which are the exact compilation parameters (in case this is what's going wrong). bye