Date: Mon, 2 Feb 1998 21:20:51 -0800 (PST) Message-Id: <199802030520.VAA07652@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Siddiqui" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: object files Precedence: bulk At 11:39 2/2/1998 GMT, Siddiqui wrote: >hey, can some help me with object fiiles? f someone has put routines into >an object file, how can someone access them. If you just refer me to some >documentation that would be better. In general, you access routines in an object file or library by including a header file which has their prototypes, and then linking with the file in question. But if the object file you have is in a format other than DJGPP's COFF, you have a problem. FAQ sections 17.5 and 17.6 have several options, depending on how desperate you are. Nate Eldredge eldredge AT ap DOT net