Message-ID: <91EA9C69A7EBD011B589004005491A9802B8D7@server.ghost.co.nz> From: Drew Haslam To: "'djgpp AT delorie DOT com'" Subject: RTTI Linker errors with RH Turbo Vision library port Date: Tue, 28 Jul 1998 13:22:31 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="ANSI" Content-Transfer-Encoding: 8bit Precedence: bulk Hi, I have just downloaded DJGPP and TVISIONB.ZIP and have ported my tvision app. When I try to link the Turbo Vision library however, the linker generates the following type of errors for a number of integral Tvision base classes: unresolved reference to TApplication type_info function unresolved reference to TApplication type_info node etc. Now, nm indicates that all of the required methods and classes are present in the library. I would assume that the Tvision library was built without RTTI support and therefore has no RTTI class definitions in it. My question then is either: A. How do I disable gcc’s RTTI functionality so that it doesn’t try to access the RTTI class definitions. OR B. Where do I get a version of the library which does include the RTTI classes? TIA, Drew Haslam