io - ReadFile() indicating EOF when file system says otherwise -
i've application running on windows ce 6.0 we'll call "foo" logging error , status messages "foo.log". i've second application we'll call "bar" should open foo.log reading, seek end of file, make foo write output log, output.
the problem ... bar doesn't find new output foo has logged, though file viewer indicates file's size has changed. calling readfile bar on opened handle returns 0 bytes when else tells me there should @ least 8k. missing something?
Comments
Post a Comment