home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 20097 < prev    next >
Encoding:
Text File  |  1993-01-28  |  987 b   |  31 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!gumby!smaug!beorn!mcfall
  3. From: mcfall@cs.hope.edu (Ryan Mcfall)
  4. Subject: Problems with TI's COOL libraries
  5. Message-ID: <1993Jan29.024226.4738@cs.hope.edu>
  6. Sender: news@cs.hope.edu
  7. Reply-To: mcfall@cs.hope.edu
  8. Organization: Hope College
  9. Date: Fri, 29 Jan 1993 02:42:26 GMT
  10. Lines: 19
  11.  
  12. Is anyone out there using Texas Instrument's COOL libraries??
  13. I'm having a strange problem, and wonder if anyone else has encountered it.
  14.  
  15. Not always, but occasionally when I try to compile I get these types of
  16. errors:
  17.  
  18. ld: Undefined symbol 
  19.    List_char::print_self(ostream&) const 
  20.    List_char::type_list() const 
  21.    List_char::map_over_slots(int(*)(Generic*,char*,void*,char*,void*),void*)
  22.  
  23. It is always these three functions, and they occur for various instantiations
  24. of list classes.  I have an idea that it may deal with the placement of the
  25. DECLARE and IMPLEMENT statements, but I could be way off.
  26.  
  27. Thanks in advance,
  28. Ryan McFall
  29. mcfall@cs.hope.edu
  30.  
  31.