Bugfix Release: stx-execpipe 0.7.1 - STX Execution Pipe C++ Library
Posted on 2010-07-30 17:13 by Timo Bingmann at Permlink with 0 Comments. Tags: #c++
Fixed a small bug in the stx-execpipe library: add large file support when compiling the library.
This bug switches on the large file support functions. Without this fix a pipeline reading or writing files >2GB will not function properly. The fix is to #define _FILE_OFFSET_BITS 64
when compiling the library's code.
For more information and the source code see the stx-execpipe web page.