Date: Fri, 16 Oct 1998 16:36:16 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci146s To: djgpp AT delorie DOT com Subject: question about the tvision port of rhide Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com I've build libtv.a with nointl.h and from the diffs wich come with the sources of rhide-1.46 Now, if I try to build a simple example which uses TVision, I have the following error at link time: gxx -o listbox.exe listbox.o -L/djgpp/contrib/rhide-1.46/tvision -ltv listbox.o: In function `main': listbox.cc:5: undefined reference to `TApplication type_info node' listbox.o: In function `TApp type_info function': listbox.cc(.text+0xc63): undefined reference to `TApplication type_info function' As it is the very first time I use the TVision lib, as I'm not a C++ guru, I really don't know what the problem is. Is it a problem with the TVision port which comes with Rhide or is it my sample program (listbox.cc from ftp://ftp.borland.com/pub/borlandcpp/devsupport/archive/turbovision/listbox.zip) Any help will be appreciated. Olivier.