<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MyGUI v3.0.1 Released!</title>
	<atom:link href="http://mygui.info/?feed=rss2&#038;p=56" rel="self" type="application/rss+xml" />
	<link>http://mygui.info/?p=56</link>
	<description></description>
	<lastBuildDate>Sat, 21 Mar 2026 14:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dogwatch</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-2869</link>
		<dc:creator>dogwatch</dc:creator>
		<pubDate>Mon, 04 Jul 2011 16:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-2869</guid>
		<description>Кто нибудь собирал либку под крайний Mogre и net4?</description>
		<content:encoded><![CDATA[<p>Кто нибудь собирал либку под крайний Mogre и net4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-2771</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sun, 26 Jun 2011 09:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-2771</guid>
		<description>I compiled all your code,but when I run a demo with debug mode,it crashed.

mTexture-&gt;createManual(finalWidth, finalHeight, TextureUsage::Static &#124; TextureUsage::Write, rgbaMode ? PixelFormat::R8G8B8A8 : PixelFormat::L8A8);

void* buffer_ptr = mTexture-&gt;lock(TextureUsage::Write);//buffer_ptr is NULL
memcpy(buffer_ptr, imageData, data_size);//buffer_ptr is NULL</description>
		<content:encoded><![CDATA[<p>I compiled all your code,but when I run a demo with debug mode,it crashed.</p>
<p>mTexture-&gt;createManual(finalWidth, finalHeight, TextureUsage::Static | TextureUsage::Write, rgbaMode ? PixelFormat::R8G8B8A8 : PixelFormat::L8A8);</p>
<p>void* buffer_ptr = mTexture-&gt;lock(TextureUsage::Write);//buffer_ptr is NULL<br />
memcpy(buffer_ptr, imageData, data_size);//buffer_ptr is NULL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uniformming</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-2185</link>
		<dc:creator>uniformming</dc:creator>
		<pubDate>Wed, 11 May 2011 23:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-2185</guid>
		<description>When I pressed the ‘ESC’ , the demo crashed, why? Is it a bug?</description>
		<content:encoded><![CDATA[<p>When I pressed the ‘ESC’ , the demo crashed, why? Is it a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael ma</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-1574</link>
		<dc:creator>michael ma</dc:creator>
		<pubDate>Thu, 31 Mar 2011 03:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-1574</guid>
		<description>thks</description>
		<content:encoded><![CDATA[<p>thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-1464</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Tue, 22 Mar 2011 13:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-1464</guid>
		<description>Do you have any plans to implement animation?
Visual transitions make a GUI much more attractive.
Perhaps something like jquery did?  http://api.jquery.com/animate/</description>
		<content:encoded><![CDATA[<p>Do you have any plans to implement animation?<br />
Visual transitions make a GUI much more attractive.<br />
Perhaps something like jquery did?  <a href="http://api.jquery.com/animate/" rel="nofollow">http://api.jquery.com/animate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radix</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-1208</link>
		<dc:creator>Radix</dc:creator>
		<pubDate>Thu, 03 Mar 2011 09:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-1208</guid>
		<description>Static linking makes ntdll.dll error even with included example...</description>
		<content:encoded><![CDATA[<p>Static linking makes ntdll.dll error even with included example&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radix</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-1095</link>
		<dc:creator>Radix</dc:creator>
		<pubDate>Tue, 22 Feb 2011 14:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-1095</guid>
		<description>Wonderful, but I found something strange...
FontViewer(It is also a font file generator, right?) makes English/Russian character font well, but when I set range for other language with other TTF file all characters except English alphabet are broken to blank square. Texture window also...</description>
		<content:encoded><![CDATA[<p>Wonderful, but I found something strange&#8230;<br />
FontViewer(It is also a font file generator, right?) makes English/Russian character font well, but when I set range for other language with other TTF file all characters except English alphabet are broken to blank square. Texture window also&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ok</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-605</link>
		<dc:creator>ok</dc:creator>
		<pubDate>Mon, 03 Jan 2011 09:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-605</guid>
		<description>17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: RenderManager  &#124;  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp  &#124;  32
17:04:47  &#124;  Core  &#124;  Info  &#124;  RenderManager successfully initialized  &#124;  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp  &#124;  41
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: DataManager  &#124;  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp  &#124;  23
17:04:47  &#124;  Core  &#124;  Info  &#124;  DataManager successfully initialized  &#124;  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp  &#124;  25
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: Gui  &#124;  ..\..\MyGUIEngine\src\MyGUI_Gui.cpp  &#124;  75
17:04:47  &#124;  Core  &#124;  Info  &#124;  * MyGUI version 3.2.0  &#124;  ..\..\MyGUIEngine\src\MyGUI_Gui.cpp  &#124;  87
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: ResourceManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  &#124;  48
17:04:47  &#124;  Core  &#124;  Info  &#124;  ResourceManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  &#124;  56
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: LayerManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp  &#124;  49
17:04:47  &#124;  Core  &#124;  Info  &#124;  LayerManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp  &#124;  57
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: WidgetManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp  &#124;  67
17:04:47  &#124;  Core  &#124;  Info  &#124;  WidgetManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp  &#124;  98
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: InputManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp  &#124;  58
17:04:47  &#124;  Core  &#124;  Info  &#124;  InputManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp  &#124;  76
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: SubWidgetManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp  &#124;  49
17:04:47  &#124;  Core  &#124;  Info  &#124;  SubWidgetManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp  &#124;  69
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: SkinManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp  &#124;  53
17:04:47  &#124;  Core  &#124;  Info  &#124;  SkinManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp  &#124;  61
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: FontManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp  &#124;  48
17:04:47  &#124;  Core  &#124;  Info  &#124;  FontManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp  &#124;  57
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: ControllerManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp  &#124;  46
17:04:47  &#124;  Core  &#124;  Info  &#124;  ControllerManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp  &#124;  56
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: PointerManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp  &#124;  60
17:04:47  &#124;  Core  &#124;  Info  &#124;  PointerManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp  &#124;  78
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: ClipboardManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp  &#124;  87
17:04:47  &#124;  Core  &#124;  Info  &#124;  ClipboardManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp  &#124;  101
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: LayoutManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp  &#124;  45
17:04:47  &#124;  Core  &#124;  Info  &#124;  LayoutManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp  &#124;  50
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: DynLibManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp  &#124;  41
17:04:47  &#124;  Core  &#124;  Info  &#124;  DynLibManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp  &#124;  45
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: PluginManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp  &#124;  45
17:04:47  &#124;  Core  &#124;  Info  &#124;  PluginManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp  &#124;  49
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: LanguageManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp  &#124;  45
17:04:47  &#124;  Core  &#124;  Info  &#124;  LanguageManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp  &#124;  49
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: FactoryManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp  &#124;  40
17:04:47  &#124;  Core  &#124;  Info  &#124;  FactoryManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp  &#124;  42
17:04:47  &#124;  Core  &#124;  Info  &#124;  * Initialise: ToolTipManager  &#124;  ..\..\MyGUIEngine\src\MyGUI_ToolTipManager.cpp  &#124;  48
17:04:47  &#124;  Core  &#124;  Info  &#124;  ToolTipManager successfully initialized  &#124;  ..\..\MyGUIEngine\src\MyGUI_ToolTipManager.cpp  &#124;  60
17:04:47  &#124;  Core  &#124;  Info  &#124;  Load ini file &#039;MyGUI_Fonts.xml&#039;  &#124;  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  &#124;  130
17:04:47  &#124;  Core  &#124;  Info  &#124;  ResourceTrueTypeFont &#039;DejaVuSansFont.17&#039; using texture size 512 x 256  &#124;  ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp  &#124;  206
17:04:47  &#124;  Core  &#124;  Info  &#124;  ResourceTrueTypeFont &#039;DejaVuSansFont.17&#039; using real height 17 pixels  &#124;  ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp  &#124;  207
17:04:47  &#124;  Platform  &#124;  Critical  &#124;  Error texture lock  &#124;  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLTexture.cpp  &#124;  272</description>
		<content:encoded><![CDATA[<p>17:04:47  |  Core  |  Info  |  * Initialise: RenderManager  |  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp  |  32<br />
17:04:47  |  Core  |  Info  |  RenderManager successfully initialized  |  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLRenderManager.cpp  |  41<br />
17:04:47  |  Core  |  Info  |  * Initialise: DataManager  |  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp  |  23<br />
17:04:47  |  Core  |  Info  |  DataManager successfully initialized  |  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLDataManager.cpp  |  25<br />
17:04:47  |  Core  |  Info  |  * Initialise: Gui  |  ..\..\MyGUIEngine\src\MyGUI_Gui.cpp  |  75<br />
17:04:47  |  Core  |  Info  |  * MyGUI version 3.2.0  |  ..\..\MyGUIEngine\src\MyGUI_Gui.cpp  |  87<br />
17:04:47  |  Core  |  Info  |  * Initialise: ResourceManager  |  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  |  48<br />
17:04:47  |  Core  |  Info  |  ResourceManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  |  56<br />
17:04:47  |  Core  |  Info  |  * Initialise: LayerManager  |  ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp  |  49<br />
17:04:47  |  Core  |  Info  |  LayerManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_LayerManager.cpp  |  57<br />
17:04:47  |  Core  |  Info  |  * Initialise: WidgetManager  |  ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp  |  67<br />
17:04:47  |  Core  |  Info  |  WidgetManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_WidgetManager.cpp  |  98<br />
17:04:47  |  Core  |  Info  |  * Initialise: InputManager  |  ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp  |  58<br />
17:04:47  |  Core  |  Info  |  InputManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_InputManager.cpp  |  76<br />
17:04:47  |  Core  |  Info  |  * Initialise: SubWidgetManager  |  ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp  |  49<br />
17:04:47  |  Core  |  Info  |  SubWidgetManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp  |  69<br />
17:04:47  |  Core  |  Info  |  * Initialise: SkinManager  |  ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp  |  53<br />
17:04:47  |  Core  |  Info  |  SkinManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_SkinManager.cpp  |  61<br />
17:04:47  |  Core  |  Info  |  * Initialise: FontManager  |  ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp  |  48<br />
17:04:47  |  Core  |  Info  |  FontManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_FontManager.cpp  |  57<br />
17:04:47  |  Core  |  Info  |  * Initialise: ControllerManager  |  ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp  |  46<br />
17:04:47  |  Core  |  Info  |  ControllerManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_ControllerManager.cpp  |  56<br />
17:04:47  |  Core  |  Info  |  * Initialise: PointerManager  |  ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp  |  60<br />
17:04:47  |  Core  |  Info  |  PointerManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_PointerManager.cpp  |  78<br />
17:04:47  |  Core  |  Info  |  * Initialise: ClipboardManager  |  ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp  |  87<br />
17:04:47  |  Core  |  Info  |  ClipboardManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_ClipboardManager.cpp  |  101<br />
17:04:47  |  Core  |  Info  |  * Initialise: LayoutManager  |  ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp  |  45<br />
17:04:47  |  Core  |  Info  |  LayoutManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_LayoutManager.cpp  |  50<br />
17:04:47  |  Core  |  Info  |  * Initialise: DynLibManager  |  ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp  |  41<br />
17:04:47  |  Core  |  Info  |  DynLibManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_DynLibManager.cpp  |  45<br />
17:04:47  |  Core  |  Info  |  * Initialise: PluginManager  |  ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp  |  45<br />
17:04:47  |  Core  |  Info  |  PluginManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_PluginManager.cpp  |  49<br />
17:04:47  |  Core  |  Info  |  * Initialise: LanguageManager  |  ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp  |  45<br />
17:04:47  |  Core  |  Info  |  LanguageManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_LanguageManager.cpp  |  49<br />
17:04:47  |  Core  |  Info  |  * Initialise: FactoryManager  |  ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp  |  40<br />
17:04:47  |  Core  |  Info  |  FactoryManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_FactoryManager.cpp  |  42<br />
17:04:47  |  Core  |  Info  |  * Initialise: ToolTipManager  |  ..\..\MyGUIEngine\src\MyGUI_ToolTipManager.cpp  |  48<br />
17:04:47  |  Core  |  Info  |  ToolTipManager successfully initialized  |  ..\..\MyGUIEngine\src\MyGUI_ToolTipManager.cpp  |  60<br />
17:04:47  |  Core  |  Info  |  Load ini file &#8216;MyGUI_Fonts.xml&#8217;  |  ..\..\MyGUIEngine\src\MyGUI_ResourceManager.cpp  |  130<br />
17:04:47  |  Core  |  Info  |  ResourceTrueTypeFont &#8216;DejaVuSansFont.17&#8242; using texture size 512 x 256  |  ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp  |  206<br />
17:04:47  |  Core  |  Info  |  ResourceTrueTypeFont &#8216;DejaVuSansFont.17&#8242; using real height 17 pixels  |  ..\..\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp  |  207<br />
17:04:47  |  Platform  |  Critical  |  Error texture lock  |  ..\..\..\..\Platforms\OpenGL\OpenGLPlatform\src\MyGUI_OpenGLTexture.cpp  |  272</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-519</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 21 Dec 2010 19:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-519</guid>
		<description>I like your library so far but I was wondering if you have English versions of all the docs found the Docs/Papers/ directory.

Or do you know if MS Word can translate?

Thanks!

Steve</description>
		<content:encoded><![CDATA[<p>I like your library so far but I was wondering if you have English versions of all the docs found the Docs/Papers/ directory.</p>
<p>Or do you know if MS Word can translate?</p>
<p>Thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anydreamplay</title>
		<link>http://mygui.info/?p=56&#038;cpage=1#comment-450</link>
		<dc:creator>anydreamplay</dc:creator>
		<pubDate>Tue, 07 Dec 2010 06:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://mygui.info/?p=56#comment-450</guid>
		<description>why has these warnings (C4819):

warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失</description>
		<content:encoded><![CDATA[<p>why has these warnings (C4819):</p>
<p>warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-29472634-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
