home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!mucs!lucsand!lucs!damon
- From: damon@csc.liv.ac.uk (Mr. D.A. Chaplin)
- Newsgroups: comp.soft-sys.andrew
- Subject: Finalize Object function
- Message-ID: <1992Jul28.160804.12@and.csc.liv.ac.uk>
- Date: 28 Jul 92 16:08:03 GMT
- Organization: Computer Science, Liverpool University
- Lines: 23
- Nntp-Posting-Host: pou.csc.liv.ac.uk
- Nntp-Posting-User: damon
-
- Is the FinalizeObject function automatically called for the top level
- object when you Quit? I would have thought this would happen but it
- doesn't seem to. If it's not automatic, how should I call it - in the Quit
- function?
-
- This problem may be related to a warning message I get when class
- preprocesses every header:
-
-
- /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
- WARNING:muchview.ch: - FinalizeObject routine declared with no InitializeObject routine
-
- yet the InitializeObject routines are all there and all run correctly.
- (and they're declared before the FinalizeObject functions)
-
-
- Another serious problem I've had is that the compiler doesn't
- complain about undefined symbols, yet the program crashes when it is run.
- Is there any fix for this?
-
- (Andrew 5.1, HP9000/720)
-
- Thanks, Damon.
-