yves, on 11/12/04 13:03 you wrote: > I'm unable to use mplex with files greater than 2GB without splitting
Just a guess: Files over 2GB would probably require the program to be compiled with large file support, so that it uses the 64-bit file API. I think configure is supposed to enable this automatically; check that the config.h it generates has _FILE_OFFSET_BITS set to 64. If large files are enabled and it's still not working, then somewhere in the code there may be a 32-bit signed integer being used to handle file accesses. Such a value would overflow at 2GB. -Dave Dodge ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users