|
|
Re: Not able to read a binary file of 2.64GB through fread() on QNX
|
|
10/17/2008 8:15 PM
post15186
|
Re: Not able to read a binary file of 2.64GB through fread() on QNX
Kerry Johnson wrote:
> Hi,
>
> I am glad that the qnx6 file system works for you. One thing to
> note, if you intend to user the qnx6 file system for commercial
> purposes (as part of your product) there are licensing requirements
> for using this file system. For more information, please contact
> your QNX sales rep. (If you are using QNX products as a hobbiest,
> then this doesn't apply.)
>
> From a product perspective, the qnx6 file system is part of the new
> QNX 6.4 release and this is the official QNX supported configuration.
>
>
> Using the qnx6 filesystem that you build from Foundry and deploy in a
> 6.3.2 environment is possible, but is not covered by QNX standard
> support. Community (Foundry27) support and other commercial support
> arrangements are availale if needed.
... and if you want to read a large amount of data in one shot, you will
want to look at fopen64() vs the normal fopen(). Depending on how you
compile your source (and it may even be the default in 6.4, I haven't
checked)
you will get fopen() automatically mapped to fopen64()).
Thomas
Thomas
|
|
|
|
|