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 » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » About the automated build svn U++ 1469 on WinXP of Chinese version
Re: About the automated build svn U++ 1469 on WinXP of Chinese version [message #22665 is a reply to message #22664] Mon, 03 August 2009 20:17 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
void GetStdFontSys(String& name, int& height)
{
#ifdef PLATFORM_WINCE
	name = "Arial";
	height = 10;
#else
	NONCLIENTMETRICS ncm;
	ncm.cbSize = sizeof(ncm);
	::SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(ncm), &ncm, 0);
	name = ncm.lfMenuFont.lfFaceName;
	height = abs((int)ncm.lfMenuFont.lfHeight);
#endif
        DUMP(name);
        DUMP(height);
}


Please remove all other logs (or reload sources).

No need to perform so many tests, incorrect chinesse run is enough.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Mingw/GCC 4.4.0 linker warnings
Next Topic: No texts rendered unless NOGTK flag is used
Goto Forum:
  


Current Time: Tue May 14 15:47:47 CEST 2024

Total time taken to generate the page: 0.01688 seconds