From: "Marcus" Newsgroups: comp.os.msdos.djgpp Subject: Problem with DLX Date: Tue, 29 Feb 2000 13:04:58 +0100 Organization: Telenordia Lines: 34 Message-ID: <89gcos$ek9$1@cubacola.tninet.se> NNTP-Posting-Host: 193.150.200.251 X-Trace: cubacola.tninet.se 951826012 14985 193.150.200.251 (29 Feb 2000 12:06:52 GMT) X-Complaints-To: abuse AT algo DOT net NNTP-Posting-Date: 29 Feb 2000 12:06:52 GMT 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 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all! Okey, Damian told me to ask again here so I do it. I have a problem with the DLX package. I think this is a limitation but I don't know. I get this error when I try load a DLX I have made. DLX Error! Unresolved External: _puts The only function I use in the DLX is just the puts function. I can solve the problem by using this code in the loader. DLXUSE_BEGIN LIBEXPORT_BEGIN LIBEXPORT(puts) LIBEXPORT_END DLXUSE_END DLXImport(_LIBEXPORTTABLE); 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 -- /regards Marcus Hi, I'm a signature virus. plz set me as your signature and help me spread :)