This tutorial shows how to:
- Install Microsoft SmartPhone 2003 SDK
- Build wxWinCE
- Build Minimal wxWidgets sample for smartphone
You can download this video here (1.57 MB).
We value your privacy
We use cookies to enhance your browsing experience, serve personalized ads or content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies.
We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.
The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ...
Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.
No cookies to display.
Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.
No cookies to display.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.
No cookies to display.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
No cookies to display.
Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.
No cookies to display.
This tutorial shows how to:
You can download this video here (1.57 MB).
2 Comments
Ivan
Здравствуйте, спасибо за полезное видео и реально сэкономленное время.
У меня вопрос: почему у меня при билде другого стандартного сэмпла
( ..\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: ‘SetFont’ : is not a member of ‘wxMenuItem’
c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of ‘wxMenuItem’
.\ownerdrw.cpp(136) : error C2039: ‘SetFont’ : is not a member of ‘wxMenuItem’
c:\wxWidgets-2.8.10\include\wx/msw/menuitem.h(27) : see declaration of ‘wxMenuItem’
.\ownerdrw.cpp(141) : error C2039: ‘SetFont’ : is not a member of ‘wxMenuItem’
==============================================================
.\ownerdrw.cpp(255) : error C2227: left of ‘->SetBackgroundColour’ must point to class/struct/union/generic type
.\ownerdrw.cpp(295) : error C2039: ‘GetItem’ : is not a member of ‘wxListBox’
c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of ‘wxListBox’
.\ownerdrw.cpp(295) : error C2227: left of ‘->SetTextColour’ must point to class/struct/union/generic type
.\ownerdrw.cpp(301) : error C2039: ‘GetItem’ : is not a member of ‘wxListBox’
c:\wxWidgets-2.8.10\include\wx/msw/listbox.h(37) : see declaration of ‘wxListBox’
.\ownerdrw.cpp(301) : error C2227: left of ‘->SetBackgroundColour’ must point to class/struct/union/generic type
==============================================================
Заранее благодарен за помощь
T-Rex
Это нормально. В каждом билде – свои глюки
2.8.10 не стОит использовать, там проблемы с обработкой событий от меню. Лучше возьмите 2.8.9. У меня на http://mobile-developer.ru вроде была пошаговая инструкция как и что сделать чтобы оно заработало.