I have a program that writes on a text file. I'm using CStdioFile to write on a text file. The problem is, once the writing size exceeds 190kb, it stops from writing and causes the program to not to respond.
I tried threading in my application and the "not responding" issue was solved, but still, it can only write up to 190kb. Does anyone has an idea on what suppose to be the reason of this?