Date: Thu, 10 Aug 2000 15:58:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Marko Lavikainen cc: djgpp AT delorie DOT com Subject: Re: seekg() problem In-Reply-To: <8mu104$bal$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 10 Aug 2000, Marko Lavikainen wrote: > I have this very annoying problem with seekg(). > It seems that seekg cannot access values above 32768. Am i correct? > I tried command 'inputFile.seekg(40000)' and program crashed. > > What to do? Post here a short test program, and the full crash message it produces when run on your machine. A description of a file for which seekg crashes is also a good idea (so others could try to reproduce this).