X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: rugxulo AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: dxe loading ok, but only with one symbol Date: Tue, 31 Jul 2012 04:46:38 -0700 (PDT) Organization: http://groups.google.com Lines: 27 Message-ID: <750f1f0e-c802-41a5-8a95-7e0d8bb6e774@googlegroups.com> References: <501415cd$0$3602$6e1ede2f AT read DOT cnntp DOT org> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1343735314 27310 127.0.0.1 (31 Jul 2012 11:48:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 31 Jul 2012 11:48:34 +0000 (UTC) In-Reply-To: <501415cd$0$3602$6e1ede2f@read.cnntp.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 Bytes: 1883 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q6VC02Za015882 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Saturday, July 28, 2012 11:39:35 AM UTC-5, Jens Kallup wrote: > > 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? I'm not sure DXE1 (from 2.03p2) supports very much, so it may not work with more than one symbol. Presumably DXE3 fixes most of those lacks, but it's available in 2.04 beta only. Either way, most people don't fiddle with those, so they are underdocumented and barely used, to say the least. Try again with dxe3gen.exe in 2.04, but you may have to do some other stuff too, dunno.