I put in
check(Metrowerks::msl_settings());
nothing happened.
I tried
Test << " asdf" << 1;
no problem
Test << endl;
crashes with a call stack . The last function was bufferedbuf(...)::
write_buf()
on the line right after the while()
count = write_chars(uncbeg_, uncnxt_ - uncbeg_)
when I step into write_chars it calls fread(buf,1, n, file_)
and file_ is NULL. Stepping into the assembly, i get to a point where
it calls
ntdll.dll and crashes.
I hope this is enough locate the problem.
Ed


|