Link to home
Start Free TrialLog in
Avatar of DaveTaylor
DaveTaylor

asked on

I need to use TFileStream with files larger than 2 GB

I have been using TFileStream objects in my application, but have got problems whith files greater than 2 GBytes as Size, Seek etc use LongInt !

Can anyone think of a way around this. I suppose all I really need is a way of determining the size and setting the possition as an Int64!

Thanks for any help,
Ā  Dave Taylor.
(This is my first question to ExpertsExchange)
Avatar of sudhakar_koundinya
sudhakar_koundinya

where u got that problem b'coz reading 2gb files is quite interesing and can not be done with classes, methods provided by any language

hope u may get good answer
Good Luck
Sudhakar
ASKER CERTIFIED SOLUTION
Avatar of Lee_Nover
Lee_Nover

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DaveTaylor

ASKER

Many thanks for such a prompt answer.