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