QUOTE(wkwai @ Mar 30 2004, 12:58 PM)
I think I tried out a simple program with CreateFile and it also had a upper limit just as with fopen..
Okay, so the operating system indeed does impose a limit. Pretty hard to circumvent that one

QUOTE
Of course, I could keep everything inside just one file and then design somekind of software tools to extract / interpret the individual data in this one single gigantic file !
This seems pretty logical to me. Design or use some existing file format from which you can extract individual data streams, maybe length-prefixed arrays of bytes or something. I don't think that should be exceedingly difficult.
However, if you could manage to cut down the number of
simultaneously open files to a certain number, say 672, you could be able to work with individual files.