X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 28 Jul 2012 18:39:35 +0200 From: Jens Kallup User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: dxe loading ok, but only with one symbol Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Lines: 15 Message-ID: <501415cd$0$3602$6e1ede2f@read.cnntp.org> Organization: CNNTP NNTP-Posting-Host: eabd28bd.read.cnntp.org X-Trace: DXC=\Fljl;BfhOChh8ai[0e3CKWoT\PAgXa?AYCGYEXk[F^LK`h6Rb2gf8 AT 39Je:hgJoUOf5UX?\UCfYHWAFiU<1ieDD X-Complaints-To: abuse AT cnntp DOT org Bytes: 1133 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, now, I have setup a little dll(dxe) enviroment. when i try to hold more than one symbol, i get in trouble: dxegen -o mylib.dxe _test1 test.o when I try: dxegen -o mylib.dex _test1 _test2 test.o error will be display. Is there an trick to resolve these issue? Jens