From: Dustin Carroll Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem Including file Date: Fri, 24 Jul 1998 18:52:16 -0700 Organization: N/A Lines: 21 Message-ID: <35B93A50.3186B722@earthlink.net> References: <35b925e5 DOT 0 AT news2 DOT uswest DOT net> NNTP-Posting-Host: 1cust128.tnt19.sfo3.da.uu.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andrew Getskow wrote: > I compiled a C++ program about 30 minutes ago with the file string > included. About 15 minutes later, the compiler is complaining Permision > Denied. > > The error line looks like: > test.cc:5: string: Permission denied (EACCES) > > What kind of error is this? The file wasn't changed to read-only or > anything like that. In fact, I made no modifications to string. Can anyone > help me? I've only been programming in C for about 3 months, but I seems to get that error when I dont have much sys memory left. It might be an out of memory error. Dustin