home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!gumby!smaug!beorn!mcfall
- From: mcfall@cs.hope.edu (Ryan Mcfall)
- Subject: Problems with TI's COOL libraries
- Message-ID: <1993Jan29.024226.4738@cs.hope.edu>
- Sender: news@cs.hope.edu
- Reply-To: mcfall@cs.hope.edu
- Organization: Hope College
- Date: Fri, 29 Jan 1993 02:42:26 GMT
- Lines: 19
-
- Is anyone out there using Texas Instrument's COOL libraries??
- I'm having a strange problem, and wonder if anyone else has encountered it.
-
- Not always, but occasionally when I try to compile I get these types of
- errors:
-
- ld: Undefined symbol
- List_char::print_self(ostream&) const
- List_char::type_list() const
- List_char::map_over_slots(int(*)(Generic*,char*,void*,char*,void*),void*)
-
- It is always these three functions, and they occur for various instantiations
- of list classes. I have an idea that it may deal with the placement of the
- DECLARE and IMPLEMENT statements, but I could be way off.
-
- Thanks in advance,
- Ryan McFall
- mcfall@cs.hope.edu
-
-