From: "Christopher Nelson" To: Subject: Re: DJGPP - Like DLL's Date: Fri, 7 May 1999 16:45:55 -0600 Message-ID: <01be98db$5e3bf500$LocalHost@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com >Is there a way to write libraries/plug ins with DJGPP so another program >made in DJGPP will load them and then use their functions/variables/etc? >Something like DLL for Windows. yes. there's a package that i wrote for the Xwindows for DJGPP project, but it's currently not entirely finished. there's a few finishing touches that i need to put on before it can be used easily. there are also packages called DLM, DLX, and then there are the plain old DXE's that you can make with the standard DJDEV package. -={C}=-