From: "Chris Software" Newsgroups: comp.os.msdos.djgpp Subject: DLX 3.0 Date: Sun, 26 Mar 2000 20:52:42 -0800 Organization: Posted via Supernews, http://www.supernews.com Lines: 9 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com 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 I was wondering if there is a way to link more then 1 object file to a DLX 3.0 object.... "dlxgen -o mydlx.dlx -i obj1.o obj2.o" works, but the resulting dlx can only access exported functions from the main onj1.o, obj2.o can't use it thanks in advance