From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: dlls with djgpp Date: Tue, 11 Jan 2000 22:50:03 -0500 Organization: MindSpring Enterprises Lines: 19 Message-ID: <85gtli$qmi$1@nntp9.atl.mindspring.net> References: <387B657C DOT 5D6B7667 AT brookes DOT ac DOT uk> NNTP-Posting-Host: c7.b7.cf.33 X-Server-Date: 12 Jan 2000 03:50:10 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The only dynamic linking that DJGPP directly supports is the dxe format, which is probably not adequate for what you want to use it for. There are 3rd party packages that will do this though. Look in the v2tk directory in the DJGPP distribution. I think there are several packages you can choose from. Mark Poolman wrote in message news:387B657C DOT 5D6B7667 AT brookes DOT ac DOT uk... > I hope this isn't too obvious a question to post, but how do I get > djgpp (programs) to generate (load) dlls. The equivalent in *n*x would > be the -shared flag and the functions in dlfcn.h, dlopen() etc. But > none of these of these seem to exist in DJGPP. > > Thanks for reading, and a happy y2k2y'all > > Mark >