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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -