It's self answer.. :P.

To solving this problem you must call this code(some environment, have
to change parameters)
just call at start of main() once.

setlocale(LC_CTYPE, "");




On 6월23일, 오후8시43분, "Mitchell Lee (powerdev.org)" <[EMAIL PROTECTED]>
wrote:
> Hello.
>
> I read few article about FileSource class's path problem.
> because i have same problem..and
> Someone said 'make to new fstream for solving'..like that.
>
> Here is my sugeestion and proposal. let's discuss about this.
> I debug that part,
> exactly 'files.cpp' line 163 and 30.
>
> In this part, std::ofstream used by smartptr template.
> yes, smartptr template is normally works well...
>
> But if user set filename with multi-byte string for file open,
> 'if (!*m_file)' <- THIS PART!
> this part returning to NULL.
> (std::ofstream for working well for any multibyte path)
>
> What happen on here? if use only just ascii string, works fine.
> How can we fix this?
>
> Please share your knowledge about STL and C++.
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to