Message-ID: <342C27FE.5F9C@geocities.com> Date: Fri, 26 Sep 1997 14:24:14 -0700 From: WiZKiD Reply-To: wizkids_online AT geocities DOT com Organization: !! WiZKiDs On-LiNe !! MIME-Version: 1.0 Newsgroups: comp.lang.c,comp.os.msdos.djgpp,comp.lang.c,rec.games.programmer Subject: Creating Libraries Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 140.174.210.214 Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi Everyone, I'm having problems triend to develop my own library. I have a couple of function and would like to group them all up and distribute this library file in a file like "stuff.lib", and have a C program call it up as #include "stuff.h". I know that I have to make a header-file with the prototype for each function and all. But I don't know how to go about compiling the functions into a library :o( Any help would be apreciated. Ok, thanks for reading this long request. Have a great day. WiLLiE