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. -~----------~----~----~----~------~----~------~--~---
