why did it thow CFileException::diskFull?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
The error: when I use the CFile object to write com1(computer seriel port 0) with 270 bytes, the code "pfile->Write(lpchar, 270)" will sometimes throw a CFileException::diskFull exception; Could u tell me why and In what condition the system will throw the exception "CFileException::diskFull", when I am writting a seriel port? Any Suggestions. Thanks. Hello World!