Re: [reSIProcate] how to use parameter of log::initialize in MFC
Sorry for my mistake. Cos i was a little tired at that moment.
I confirm that it run smootly in visual studio 7.1 after changed
"C:\toto.txt" to "C:\\toto.txt".
Thank David and Alan so much.
Julien
On 5/18/05, Alan Hawrylyshen <alan@xxxxxxxxxx> wrote:
On May 17, 2005, at 07.39, julien thai wrote:
> "C:\toto.txt");
You might need to change this to:
"C:\\toto.txt"
The double backslash is important, otherwise you are creating a file
in the PWD called "<TAB>oto.txt" instead of "toto.txt" in the root dir.
A