home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4860 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!psinntp!panix!rryan
  3. From: rryan@panix.com (Rob Ryan)
  4. Subject: Re: DebugOutput: Unresolved External error...
  5. Message-ID: <C0q0y9.7to@panix.com>
  6. Organization: Panix, NYC
  7. References: <9301112109.AA06983@deepthought.cs.utexas.edu>
  8. Date: Tue, 12 Jan 1993 03:13:21 GMT
  9. Lines: 20
  10.  
  11. In <9301112109.AA06983@deepthought.cs.utexas.edu> pugsley@h32.nswc.navy.mil (Don Pugsley) writes:
  12.  
  13. >My linker cannot find DebugOutput (L2029: Unresolved External)... a search
  14. >of all files in the \WINDEV tree finds NO occurences except DBAPI.TXT and
  15. >WINDOWS.H!  I am running the 3.1 debug version, have #included toolhelp.h
  16. >and windows.h, and have tried linking with OLDNAMES.LIB as suggested by the
  17. >Error Reference section on L2029.  Where is the code for this function
  18. >supposed to be? I am sure this is a simple problem but I am very
  19. >frustrated!  Thanks...
  20.  
  21. I have a line
  22.  
  23.   IMPORTS   _DebugOutput=KERNEL._DebugOutput
  24.  
  25. in my .DEF file and all is well.  It's not documented anywhere that I know of,
  26. but it works.
  27.  
  28. -- 
  29.  Rob Ryan
  30.     rryan@panix.com
  31.