>
> I guess i'm missing something then. I've been looking for a way to convert
> a string (whether a CString or a simple C zero-terminated character string,
> i don't care) into a LogString.
>

Got it now. As  the application is defining _ MBCS, LPCTSTR is actually a
pointer to a char, which i must convert to unicode (using
MultiByteToWideChar), as the LogString constructor is expecting unicode, is
that right?

Thanks,
Peter

Reply via email to