On Mon, 25 May 2015, Géza Kovacs Géza wrote:
Hi All!
What is the faster and more efficient, using the TFileStream or the
classical way ("file of byte", or "file") type with
blockread/blockwrite and the other well-know procedures?
What is the better, faster on large files?
TFileStream offers
Hi!
Thx your answer.
Can I use the "AssignFile" procedure from the SysUtils unit instead of
the simple assign procedure from the System unit?
What is the problem with the simple "assign"?
I read from the Free Pascal Wiki:
AssignFile (prevent the use of the older Assign procedure) - Assign a
nam
On Mon, 25 May 2015, Géza Kovacs Géza wrote:
Hi!
Thx your answer.
Can I use the "AssignFile" procedure from the SysUtils unit instead of
the simple assign procedure from the System unit?
What is the problem with the simple "assign"?
I read from the Free Pascal Wiki:
AssignFile (prevent the
Sven,
I really thoght that I had replied your message, but now, I realize I
didn't do it.
Actually, the fact compiler does not support the sintax I proposed,
it's not very severe. In stead of passing a subtype, I can firstly
create a type from the subtype and using it in the specialization:
TPe