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

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ans.net!cmcl2!panix!rryan
  3. From: rryan@panix.com (Rob Ryan)
  4. Subject: Re: Including .LIB files in Borland C++ for Windows
  5. Message-ID: <1992Dec18.142929.2699@panix.com>
  6. Date: Fri, 18 Dec 1992 14:29:29 GMT
  7. References: <ByyF9v.K6v@world.std.com> <1grq0dINNr2@usenet.INS.CWRU.Edu>
  8. Organization: Panix, NYC
  9. Lines: 22
  10.  
  11. In <1grq0dINNr2@usenet.INS.CWRU.Edu> ae302@cleveland.Freenet.Edu (Peter Haller) writes:
  12.  
  13. >In a previous article, rmccown@world.std.com (Bob McCown) says:
  14. >
  15. >>This seems like something I should be able to find in the manual or in a
  16. >>help file somewhere but I cant.  I'm building a windows application in
  17. >>Borland C++ 3.1 for Windows, and need to link in a .LIB file that contains
  18. >>routines for accessing an SQL, but I cant seem to figure out exactly how
  19. >>to specify a specific .LIB file.  I have SQL.DLL (the .LIB name) in the
  20. >>\borlandc\lib directory, but nowhere can I find how to make the linker
  21. >>look for it, and consequently I end up with a basketfull of unresolved
  22. >>errors.  Any help out there?
  23. >Just need to include the .lib file in the project files list.
  24.  
  25. You indicate that "SQL.DLL" is "the .LIB name".  Have you run that through
  26. implib.exe?  Implib will create a .LIB file given a .DLL.  That's what you
  27. put in the project, not the .DLL.
  28.  
  29. -- 
  30.  Rob Ryan
  31.     rryan@panix.com
  32.