Message-ID: <368FDC77.2815D4A9@gmx.net> Date: Sun, 03 Jan 1999 20:09:11 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.07 [de] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: using tvision with djgpp References: <000401be3690$0e369040$14a531ce AT fresita-one> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Jorge Ivan Meza Martinez wrote : > > Have anyone used the TVision library for DJGPP ? Yes. > I am having a problem with it. I hope someone could help me. > > I had tried many programs, very simples, and it compiles but at linker stage > it always throw me some errors : Please tell us, what TV lib you mean. Have you compiled it yourself or got you a precompiled lib. > tvedit1.o: In function `main': > tvedit1.cpp:4: undefined reference to `TApplication type_info node' > tvedit1.o: In function `TEditorApp type_info function': > tvedit1.cpp(.text+0x75d): undefined reference to `TApplication type_info > function' Ad the -fno-rtti switch when you compile the sample files. > d:/djgpp/lib/libtv.a(FileEditor.o)(.text+0x2ac):FileEditor.cc: undefined > reference to `istream::seekg(long)' This error comes probably from the fact, that the libtv.a was compiled with an other gcc version than your current used version. Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************