<?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: wxWinCE and Visual Studio 2005 (Windows)</title>
	<atom:link href="http://wxwidgets.info/wxwince_and_vc2005_video/feed/" rel="self" type="application/rss+xml" />
	<link>http://wxwidgets.info/wxwince_and_vc2005_video/</link>
	<description>Just Make It Cross-Platform</description>
	<lastBuildDate>Sat, 08 May 2010 22:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: T-Rex</title>
		<link>http://wxwidgets.info/wxwince_and_vc2005_video/comment-page-1/#comment-136</link>
		<dc:creator>T-Rex</dc:creator>
		<pubDate>Thu, 08 Oct 2009 11:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info//?p=27#comment-136</guid>
		<description>Это нормально. В каждом билде - свои глюки :)
2.8.10 не стОит использовать, там проблемы с обработкой событий от меню. Лучше возьмите 2.8.9. У меня на &lt;a href=&quot;http://mobile-developer.ru&quot; title=&quot;Программирование для мобильных устройств&quot; rel=&quot;nofollow&quot;&gt;http://mobile-developer.ru&lt;/a&gt; вроде была пошаговая инструкция как и что сделать чтобы оно заработало.</description>
		<content:encoded><![CDATA[<p>Это нормально. В каждом билде &#8211; свои глюки <img src='http://wxwidgets.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
2.8.10 не стОит использовать, там проблемы с обработкой событий от меню. Лучше возьмите 2.8.9. У меня на <a href="http://mobile-developer.ru" title="Программирование для мобильных устройств" rel="nofollow">http://mobile-developer.ru</a> вроде была пошаговая инструкция как и что сделать чтобы оно заработало.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://wxwidgets.info/wxwince_and_vc2005_video/comment-page-1/#comment-135</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 06 Oct 2009 18:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info//?p=27#comment-135</guid>
		<description>Здравствуйте, спасибо за полезное видео и реально сэкономленное время.

   У меня вопрос: почему у меня при билде другого стандартного сэмпла 
   ( ..\wxWidgets-2.8.10\samples\ownerdrw)
  Возникают ошибки, вероятно связанные с неправильным включением хедеров элементов управления, которые используются в стандартном сэмпле
Solution platform -- Windows Mobile 6 Professional SDK (ARMV4I)
 Additional dependencies -- coredll.lib wx_mono_cmpl.lib commctrl.lib winsock.lib wininet.lib
wx_mono_cmpl.lib -- откомпилирована под Solution platform
 Идентификаторы ошибок однообразны :
 .\ownerdrw.cpp(131) : error C2039: &#039;SetFont&#039; : is not a member of &#039;wxMenuItem&#039;
        c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of &#039;wxMenuItem&#039;
.\ownerdrw.cpp(136) : error C2039: &#039;SetFont&#039; : is not a member of &#039;wxMenuItem&#039;
        c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of &#039;wxMenuItem&#039;
.\ownerdrw.cpp(141) : error C2039: &#039;SetFont&#039; : is not a member of &#039;wxMenuItem&#039;
==============================================================
.\ownerdrw.cpp(255) : error C2227: left of &#039;-&gt;SetBackgroundColour&#039; must point to class/struct/union/generic type
.\ownerdrw.cpp(295) : error C2039: &#039;GetItem&#039; : is not a member of &#039;wxListBox&#039;
        c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of &#039;wxListBox&#039;
.\ownerdrw.cpp(295) : error C2227: left of &#039;-&gt;SetTextColour&#039; must point to class/struct/union/generic type
.\ownerdrw.cpp(301) : error C2039: &#039;GetItem&#039; : is not a member of &#039;wxListBox&#039;
        c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of &#039;wxListBox&#039;
.\ownerdrw.cpp(301) : error C2227: left of &#039;-&gt;SetBackgroundColour&#039; must point to class/struct/union/generic type
  ==============================================================
Заранее благодарен за помощь</description>
		<content:encoded><![CDATA[<p>Здравствуйте, спасибо за полезное видео и реально сэкономленное время.</p>
<p>   У меня вопрос: почему у меня при билде другого стандартного сэмпла<br />
   ( ..\wxWidgets-2.8.10\samples\ownerdrw)<br />
  Возникают ошибки, вероятно связанные с неправильным включением хедеров элементов управления, которые используются в стандартном сэмпле<br />
Solution platform &#8212; Windows Mobile 6 Professional SDK (ARMV4I)<br />
 Additional dependencies &#8212; coredll.lib wx_mono_cmpl.lib commctrl.lib winsock.lib wininet.lib<br />
wx_mono_cmpl.lib &#8212; откомпилирована под Solution platform<br />
 Идентификаторы ошибок однообразны :<br />
 .\ownerdrw.cpp(131) : error C2039: &#8216;SetFont&#8217; : is not a member of &#8216;wxMenuItem&#8217;<br />
        c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of &#8216;wxMenuItem&#8217;<br />
.\ownerdrw.cpp(136) : error C2039: &#8216;SetFont&#8217; : is not a member of &#8216;wxMenuItem&#8217;<br />
        c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of &#8216;wxMenuItem&#8217;<br />
.\ownerdrw.cpp(141) : error C2039: &#8216;SetFont&#8217; : is not a member of &#8216;wxMenuItem&#8217;<br />
==============================================================<br />
.\ownerdrw.cpp(255) : error C2227: left of &#8216;-&gt;SetBackgroundColour&#8217; must point to class/struct/union/generic type<br />
.\ownerdrw.cpp(295) : error C2039: &#8216;GetItem&#8217; : is not a member of &#8216;wxListBox&#8217;<br />
        c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of &#8216;wxListBox&#8217;<br />
.\ownerdrw.cpp(295) : error C2227: left of &#8216;-&gt;SetTextColour&#8217; must point to class/struct/union/generic type<br />
.\ownerdrw.cpp(301) : error C2039: &#8216;GetItem&#8217; : is not a member of &#8216;wxListBox&#8217;<br />
        c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of &#8216;wxListBox&#8217;<br />
.\ownerdrw.cpp(301) : error C2227: left of &#8216;-&gt;SetBackgroundColour&#8217; must point to class/struct/union/generic type<br />
  ==============================================================<br />
Заранее благодарен за помощь</p>
]]></content:encoded>
	</item>
</channel>
</rss>
