Hi
a.txt's last line is:Code:do { bReadSuccess = ReadFile( hFile, strBuffer, sizeof(strBuffer), &nRead, NULL); bWriteSuccess = WriteFile( hFile2, strBuffer, sizeof(strBuffer), &nWrite, NULL); }while(bReadSuccess && bWriteSuccess && (nRead > 0));
315614,05r re regf
b.txt's last lines are:
315614,05r re regf
315614,05r re regf
315614,05r re
What is wrong with that loop?
Thanks.




Reply With Quote