home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5252 < prev    next >
Encoding:
Text File  |  1992-07-26  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!haven.umd.edu!news.umbc.edu!umbc4.umbc.edu!brian
  3. From: brian@umbc4.umbc.edu (Brian Cuthie)
  4. Subject: Re: problem with Malloc Debug
  5. Message-ID: <1992Jul27.023144.18278@umbc3.umbc.edu>
  6. Sender: newspost@umbc3.umbc.edu (News posting account)
  7. Organization: University of Maryland Baltimore Campus
  8. References: <1992Jul24.173754.17638@MITL.COM>
  9. Distribution: na
  10. Date: Mon, 27 Jul 1992 02:31:44 GMT
  11. Lines: 27
  12.  
  13. In article <1992Jul24.173754.17638@MITL.COM> edlau@mitl.com (Ed Lau) writes:
  14. >
  15. >Does anyone have insights as to why Malloc Debug won't recognize my  
  16. >application? Selecting Open... in the menu pops up a panel informing me that I  
  17. >do not own any "application configured for use with the Malloc Debugger." Yet I  
  18. >have linked my application with the proper library by adding  
  19. >/usr/lib/libMallocDebug.a to "Other libs" in IB as instructed in the Help  
  20. >Panel.
  21. >
  22. >Any help is appreciated. Thank you.
  23. >
  24. >Ed Lau
  25. >edlau@chaos.mitl.com
  26.  
  27.  
  28. MallocDebug attempts to locate running apps with the MallocDebug library
  29. linked in.  If your app isn't already running, MallocDebug won't launch it.
  30.  
  31. Also, be sure that you haven't mucked with the Makefile.preamble in such
  32. a way as to overide the LIB symbol.
  33.  
  34. -Brian
  35.  
  36. -- 
  37. Brian Cuthie
  38. Systemix Software, Inc.
  39. brian@systemix.com
  40.