home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / softsys / andrew / 1106 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!lucsand!lucs!damon
  2. From: damon@csc.liv.ac.uk (Mr. D.A. Chaplin)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Finalize Object function
  5. Message-ID: <1992Jul28.160804.12@and.csc.liv.ac.uk>
  6. Date: 28 Jul 92 16:08:03 GMT
  7. Organization: Computer Science, Liverpool University
  8. Lines: 23
  9. Nntp-Posting-Host: pou.csc.liv.ac.uk
  10. Nntp-Posting-User: damon
  11.  
  12. Is the FinalizeObject function automatically called for the top level
  13. object when you Quit? I would have thought this would happen but it
  14. doesn't seem to. If it's not automatic, how should I call it - in the Quit
  15. function?
  16.  
  17. This problem may be related to a warning message I get when class
  18. preprocesses every header:
  19.  
  20.  
  21.         /usr/local/andrew/bin/class -s -I../include -I/usr/local/andrew/include/atk -I/usr/local/andrew/include -I/usr/include/X11R4 muchview.ch
  22.  WARNING:muchview.ch: - FinalizeObject routine declared with no InitializeObject routine
  23.  
  24. yet the InitializeObject routines are all there and all run correctly.
  25. (and they're declared before the FinalizeObject functions)
  26.  
  27.  
  28. Another serious problem I've had is that the compiler doesn't
  29. complain about undefined symbols, yet the program crashes when it is run.
  30. Is there any fix for this?
  31.  
  32. (Andrew 5.1, HP9000/720)
  33.  
  34. Thanks, Damon.
  35.