Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » TopWindow title charset problem on win9x - [FIXED]
TopWindow title charset problem on win9x - [FIXED] [message #631] Mon, 23 January 2006 01:00 Go to next message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
This is a one line patch against CtrlCore/TopWin32.cpp:

51c51
< ::SetWindowText(hwnd, title.ToString());

---
> ::SetWindowText(hwnd, ToSystemCharset(title.ToString()));

[Updated on: Sun, 30 April 2006 16:43] by Moderator

Report message to a moderator

Re: TopWindow title charset problem on win9x - fixed [message #635 is a reply to message #631] Mon, 23 January 2006 10:13 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Indeed. Thanks!

BTW, you seem to have mastered U++ pretty fast Smile

Mirek
Re: TopWindow title charset problem on win9x - fixed [message #640 is a reply to message #635] Mon, 23 January 2006 11:51 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

> BTW, you seem to have mastered U++ pretty fast

It seems that upp developers community is growing. Don't stop fixing zsolt!
Re: TopWindow title charset problem on win9x - fixed [message #642 is a reply to message #635] Mon, 23 January 2006 12:45 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
Thanks Smile
The clear organization of upp sources and the very good build environment makes it easy to fix upp problems.
This is a very good idea to make possible to directly modify library sources and just rebuilding them automatically without the install process.
UPP is excellent!
Re: TopWindow title charset problem on win9x - fixed [message #646 is a reply to message #631] Mon, 23 January 2006 16:18 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Great! One more person that understands why U++/TheIDE is organized as it is Smile

In fact, this is quite a problem, as most people expect to get traditional library, makefile, etc.... and refuse to try much more effective way of doing things...
Next Topic: scrollbar missing for LineEdit [FIXED]
Goto Forum:
  


Current Time: Mon Apr 29 17:58:08 CEST 2024

Total time taken to generate the page: 0.02059 seconds