home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4382 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  909 b 

  1. Path: sparky!uunet!gossip.pyramid.com!olivea!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!comp.vuw.ac.nz!nbnz.co.nz!warren
  2. From: warren@nbnz.co.nz (warren adams)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Pure virtual function calls
  5. Message-ID: <1992Dec20.232952.5573@nbnz.co.nz>
  6. Date: 20 Dec 92 23:29:52 GMT
  7. Organization: NationalBankNZ
  8. Lines: 13
  9. X-Newsreader: Tin 1.1 PL4
  10.  
  11. What is the easiest way to find the cause of a pure virtual function
  12. call error.  I know that it happens when an object that has virtual
  13. functions in it deleted and then one of the virtual functions is called.
  14. The problem is locating the deleted object that is being called.
  15.  
  16. I have been unable to locate it by examining the code or using TDW. (TDW
  17. says the program has terminated if you CTRL-ALT-Break when the message
  18. is on screen.)
  19.  
  20. Any ideas appreciated.
  21.  
  22. Thanks in advance
  23. Warren 
  24.