X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp Subject: Re: Difficulties using DJGPP 2.04 together with DOSLFN 0.41 on MSDOS 6.22 Date: Wed, 14 Nov 2012 05:02:55 -0500 Organization: Aioe.org NNTP Server Lines: 29 Message-ID: References: <50A17014 DOT 8060106 AT gmx DOT de> NNTP-Posting-Host: CNsg4fVcCsvs3UaOgZtQCw.user.speranza.aioe.org X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.2001 X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2800.2001 X-Priority: 3 X-MSMail-Priority: Normal Bytes: 1351 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Juan Manuel Guerrero" wrote in message news: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