hi, i want to ask using AssignFile, Reset, FileSize, BlockRead, CloseFile on c++ builder (codegear 2009) ??
system.AssignFile(objfile,OpenDialog1->FileName);
system.Reset(objfile,1);
FSize=system.FileSize(objfile);
system.BlockRead(objfile,Buf,SizeOf(Buf),NumRead);
system.CloseFile(objfile);
and get error :
[BCC32 Error] UnitFile.cpp(1102): E2294 Structure required on left side of . or .*
thanks in advance
sorry my english bad