Hello Dave, Monday, January 26, 2009, 2:49:24 PM, you wrote:
DC> FS.ReadBuffer(hdbuffer[0],32); DC> FillChar(recbuffer,RecSize,' '); DC> FS:=TFileStream.Create(fname, DC> fmshareDenyWrite);<----- Fails here DC> Project raised exception class 'External: SIGSEgV' I'm 99% sure that one of upper lines is wrong. This kind of errors are usually related with unwanted stack variables write, like reading beyong limits, assigning a variable adress instead the value that points that variable. Recheck that lines. -- Best regards, JoshyFun _______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus