home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / tools / 1690 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools,comp.os.msods.programmer
  2. Path: sparky!uunet!magna!doc
  3. From: doc@magna.com (Matthew J. D'Errico)
  4. Subject: Finding LIB's in MSC 7 ?
  5. Message-ID: <Bz7G4D.B7D@magna.com>
  6. Organization: Magna Software Corporation
  7. Date: Sun, 13 Dec 1992 15:53:00 GMT
  8. Lines: 20
  9.  
  10. One of these daze, I'm going to ask a question that someone actually
  11. has an answer to, but until then, here's another wierd one for ya'all...
  12.  
  13. I have a reasonably standard LIB environmental variable, etc., in MSC 7.0
  14. (with the patch installed, but this predates the patch)...
  15.  
  16. Two link files, one for an .exe and one for a .DLL (although I don't
  17. think that the target really matters)...  They're almost identical,
  18. excepting a couple of link options, (like /F on the .EXE)...
  19.  
  20. When I run nmake to build the .exe, everything's fine...  When I run
  21. nmake to build the .DLL, it can't find the Windows standard libraires,
  22. like libw.lib and mcewdll.lib !!  If I simply type, "\windev\lib\"
  23. it find it !!  Yes this is indeed in my LIB env !!
  24.  
  25. Anyone seen this ?  Any ideas ?
  26.  
  27. Suggestions welcome...
  28.  
  29. -- Doc
  30.