Categories: VideowxWidgets

wxWinCE and Visual Studio 2005 (Windows)

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).

T-Rex

View Comments

  • Здравствуйте, спасибо за полезное видео и реально сэкономленное время.

    У меня вопрос: почему у меня при билде другого стандартного сэмпла
    ( ..\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
    ==============================================================
    Заранее благодарен за помощь

  • Это нормально. В каждом билде - свои глюки :)
    2.8.10 не стОит использовать, там проблемы с обработкой событий от меню. Лучше возьмите 2.8.9. У меня на http://mobile-developer.ru вроде была пошаговая инструкция как и что сделать чтобы оно заработало.

Share
Published by
T-Rex

Recent Posts

Разработка кроссплатформенных модульных приложений на C++ с библиотекой wxWidgets

Введение Уже долгое время не пишу статьи о разработке, хотя сам процесс написания мне очень…

10 years ago

wxWidgets App With Plugins (Windows/Linux/Mac) – Sample Source Code

I can see that there is still a lot of topics at wxWidgets forums related…

11 years ago

wxToolBox is Now Open-Source!

I've just published the source code of wxToolBox component and a couple of sample apps at…

11 years ago

Microsoft Kinect Helper Library and Sample for wxWidgets

Microsoft released their Kinect SDK several days ago. So, for those wxWidgets developers who are…

13 years ago

wxJSON 1.1.0 Released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to…

14 years ago

wxRuby. Оно даже работает!

Вдохновленнный читаемой нынче книгой My Job Went to India: 52 Ways to Save Your Job…

15 years ago