Re: [fpc-pascal] Using TFileStream class

2009-03-04 Thread Howard Page-Clark
On Wed, 4 Mar 2009 20:42:14 +0100 Aurélie de LUCA wrote: > Hy everybody, > > I'm trying to use the TFileStream class to read a file with a record, > and I obtain this message when I execute my application : Access > violation. You can find my code in the following : > > type > DmatLine= rec

[fpc-pascal] Using TFileStream class

2009-03-04 Thread Aurélie de LUCA
Hy everybody, I'm trying to use the TFileStream class to read a file with a record, and I obtain this message when I execute my application : Access violation. You can find my code in the following : type DmatLine= record ID1: string; ID2: string; C: integer;//cl