X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Date: Wed, 14 Nov 2012 03:27:29 -0800 (PST) Complaints-To: groups-abuse AT google DOT com Injection-Info: p22g2000vby.googlegroups.com; posting-host=5.56.202.188; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 NNTP-Posting-Host: 5.56.202.188 References: <50A17014 DOT 8060106 AT gmx DOT de> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20100101 Firefox/16.0,gzip(gfe) Message-ID: <210e521d-a289-4cea-af15-e7d25e6145e3@p22g2000vby.googlegroups.com> Subject: Re: Difficulties using DJGPP 2.04 together with DOSLFN 0.41 on MSDOS 6.22 From: Juan Manuel Guerrero Injection-Date: Wed, 14 Nov 2012 11:27:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2102 Lines: 33 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 qAEBj2IY003419 Reply-To: djgpp AT delorie DOT com On 14 Nov., 10:58, "Rod Pemberton" wrote: > "Juan Manuel Guerrero" wrote in messagenews:50A17014 DOT 8060106 AT gmx DOT de... > > > ----------------- start ----------------- > > #include > > > int main(int argc, char *argv[]) > > { > >    int i; > >    for (i = 0; i < argc; i++) > >      printf("argv[%d]=%s\n", i, argv[i]); > >    return i; > > } > > ----------------- end ----------------- > > I didn't see any issues with this. > > DJGPP 2.04 > DOSLFN 0.41b (16,317 bytes) > MS-DOS v7.10 > > gcc -Wall -g -O0 > DOSLFN ~- t+ > > Rod Pemberton Yes, you are right. I have also tested 0.41b on Win98SE and it works flawlessly. The problem is not with DOS 7.10 but with MS-DOS 6.22. Regards, Juan M. Guerrero