From: "Andrew Jones" Newsgroups: comp.os.msdos.djgpp References: <89gcos$ek9$1 AT cubacola DOT tninet DOT se> Subject: Re: Problem with DLX Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Wed, 01 Mar 2000 22:56:21 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 951951381 24.42.120.18 (Wed, 01 Mar 2000 14:56:21 PST) NNTP-Posting-Date: Wed, 01 Mar 2000 14:56:21 PST Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com [snip] > But if I don't know if puts is used. What can I do then? I can't export all > functions in the world. Because I want to be able to use all functions in > the DLX. Help please... > > And sorry for my stupid (?) questions But that's just the thing... even with Windows DLL's, you have to explicitly (?? at least in all the dox I've read) declare *all* functions which are both imported and exported. AndrewJ