LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Random access in large files (over 4GB))

I am trying to randomly access large files which are over 4GB. The binary read/write in Labview have only 32 index which limits access only to this first chunk.
Are there any extra libraries out there that would have 64 bit versions of read/writes?
0 Kudos
Message 1 of 2
(2,576 Views)
From bsukpraphrute@yahoo.com

You may concider the DLL solutions. If you can write VB or VC/C++, or even find the solutions from Microsoft library, But sometimes I find my self ran to the problems with the microsoft library. If your applications is not complicate, and you got time. you may consider to write your own DLL from VB or VC/C++.

Good luck.
0 Kudos
Message 2 of 2
(2,576 Views)