Hi,
I want to read a binary file with CFile.
Something like this:
CFile file("hhh", FLAGS);
file.Read(buffer, 4096) ..
But the readings stops when it encounters a 0x1A. How is it possible to read any binaray file,
in my case a JPG-file ??
Thanks in advance
Dan




Reply With Quote