Date: Tue, 13 Aug 1996 09:23:33 +0200 (IST) From: Eli Zaretskii To: Andrew Getskow Cc: djgpp AT delorie DOT com Subject: Re: Using .dll with DJGPP In-Reply-To: <4uo29a$m1o@baygull.rtd.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 12 Aug 1996, Andrew Getskow wrote: > I need information on how to load .dll with DJGPP. I also want to > know how you get a djgpp app to create a window of its own in Win3.1, > and I am not talking a full screen one like running Dos programs do. DJGPP currently doesn't support DLLs, sorry. To run a DJGPP app in a window, create a PIF file for it that specifies that it be run as a windowed (as opposed to full-screen) program.