Path: utzoo!yunexus!maccs!cs3b3aj From: cs3b3aj@maccs.McMaster.CA (Stephen M. Dunn) Newsgroups: comp.sys.ibm.pc Subject: Re: Library Files Message-ID: <2270@maccs.McMaster.CA> Date: 29 Mar 89 20:30:24 GMT Article-I.D.: maccs.2270 References: <2386@lll-lcc.UUCP> Reply-To: cs3b3aj@maccs.UUCP (Stephen M. Dunn) Organization: McMaster U., Hamilton, Ont., Can. Lines: 17 Assuming that the library in question isn't in some non-standard form, you can extract .obj files using either Microsoft's LIB or Borland's TLIB. I don't know the command you'd use for TLIB, but for LIB you would type something like this: LIB library_name *module_name; where the command * means "extract the following module" (but it doesn't remove it from the library, just puts a copy of it onto your disk). Hope this helps. -- ====================================================================== ! Stephen M. Dunn, cs3b3aj@maccs.McMaster.CA ! DISCLAIMER: ! ! I always wanted to be a lumberjack! - M.P. ! I'm only an undergrad ! ======================================================================