Hi,
The following code snippet...

CFileException e;
while(e!==CFileException::endOfFile)

is suppose to test for end of file. This won't compile. Could someone tell me whats wrong with it? 'e' is suppose to be a instance of a CFileException, right? and the logical not checks for equallity to the CFileException::endOf File, right?

Thanks
Steve