Search found 2 matches

by Gregory
Fri Jan 18, 2008 18:08
Forum: Help
Topic: Non-english file path problem
Replies: 4
Views: 2872

Hi Thank you for your response. Agree with CrazyEddie - one of the possible solutions is to modify the source code and use the MS extension, something like: std::ifstream ifs(_wfopen(...)); But here I could inctroduce some bugs in the CEGUI and something could go wrong... Disable the...
by Gregory
Thu Jan 17, 2008 15:53
Forum: Help
Topic: Non-english file path problem
Replies: 4
Views: 2872

Non-english file path problem

Hi guys, I've got the following problem in my app (using MS Windows XP, VS2005, CEGUI v0.5.0): I have a file-path that contains some non-English characters, like: std::wstring logPath = L"C:\\Project\\MyApp\\Мои Данные\\CEGUILog.txt"; a...

Go to advanced search