
15 Jun
2010
15 Jun
'10
9:06 p.m.
On 06/15/2010 11:32 PM, Michael Caisse wrote:
The file does show up after a character is entered and the program exists. I'll give it a try on linux today and see that I can verify it works and then try to proceed from there.
You could walk through the code in the debugger. In particular, see if the file is actually created when flush() is called in basic_text_file_backend::do_consume. And whether it is actually called, for that matter. I have no idea why it doesn't work in your case.