From downtong@cs.curtin.edu.au Sun Jun 26 14:55:56 1994
From: downtong@cs.curtin.edu.au (Glen Downton)
Newsgroups: comp.os.msdos.programmer
Subject: Microsoft lib info (as promised)
Date: 24 Jun 1994 07:18:43 GMT
Organization: Curtin University of Technology
NNTP-Posting-Host: kryten.cs.curtin.edu.au
Summary: routines to access .lib files
Keywords: microsoft libraries

OK, some people have asked for these routines, so here
they are. 

The article was in Dr. Dobb's Journal, September 1991, 
page 58, "OBJ Library Management" by Thomas Siering.

The code is almost exactly what was published in DDJ.
Any silly comments are mine, tho :-)

The documentation is pretty minimal, so you may need
the article itself to understand what is going on.

The files are:

   svc.c svc.h     simple service routines
   ole.c ole.h     Object Library Engine routines
   libdump.c       sample application to dump the contents
                   of a library

Share and Enjoy :-)

Glen.


begin 600 lib-stuff.tar
end
--
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Glen Downton, CS Honours  ->  downtong@cs.curtin.edu.au
    School of Comp. Sci.      ->  Curtin Uni. of Technology  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

