CFile dataFile;
int s;
...
dataFile.Read(&a,1);  //运行至此未发生错误
dataFile.Seek(s,CFile::begin);  //运行至此发生一个错误提示
...错误提示如下:
在对一未命名的文件进行访问时发生了一个不明错误。