From: <syn...@gm...> - 2005-12-05 13:44:13
|
Mat Marcus wrote: > I'm glad to hear it. If you would like to share any of the fixes with > me here I will consider them for the next release. > > - Mat > Hi Mat, here are the fixes (now also the buttons are correct sized). But I've found to problems: begin crashes when using the progress_bar_suite and slider_suite example because of a bad string pointer in win/ui_core_implementation.cpp std::string convert_utf(const WCHAR* buffer). Maybe the reason is the disables SendMessageW. Anyway, isn't it better to check the string pointers and throw an exception if necessary? Regards, Peter |