From: "Greg Donnells" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: fread() problems Lines: 9 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 Message-ID: Date: Fri, 30 Mar 2001 14:58:36 GMT NNTP-Posting-Host: 24.164.23.148 X-Complaints-To: abuse AT rr DOT com X-Trace: typhoon.tampabay.rr.com 985964316 24.164.23.148 (Fri, 30 Mar 2001 09:58:36 EST) NNTP-Posting-Date: Fri, 30 Mar 2001 09:58:36 EST Organization: RoadRunner - TampaBay To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks for all the help and suggestions. I discovered that the fread() error was being caused by a stack overflow (associated with some rather large variable declarations). I have corrected the declarations and am back to developing again. Thanks again for your help and suggestions. Greg D.