Gasim Gasimzada
unread,Aug 2, 2011, 1:50:16 AM8/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwen-discuss
Hello,
I have encountered a problem while building the project with Makefile.
Utility.cpp
../../src/Utility.cpp: In function ‘Gwen::UnicodeString
Gwen::Utility::Format(const wchar_t*, ...)’:
../../src/Utility.cpp:22: error: invalid conversion from ‘const
wchar_t*’ to ‘size_t’
../../src/Utility.cpp:22: error: cannot convert ‘char*’ to ‘const
wchar_t*’ for argument ‘3’ to ‘int vswprintf(wchar_t*, size_t, const
wchar_t*, char*)’
Line 22 in Utility.cpp:
vswprintf( strOut, fmt, s );
So i added the size_t parameter myself manually.
Please fix that issue for future releases.
Thanks,
Gasim Gasimzada