On Feb 17, 2005, at 5:52 AM, Angus Leeming wrote:
Anyway, Bennett, if you'd be good enough to test out ifstream ifs(from.c_str(), ios::in | ios::binary); then I'll apply that instead if you find that it works.
"ifstream ifs(from.c_str(), ios::in | ios::binary);" works.
Bennett