[wince] Running minimal sample under WM5
Posted: Tue May 02, 2006 6:41 am
I got a big problem. I compile wx2.6.3 und VS2005 f
Official forum for the wxWidgets Cross-Platform GUI Toolkit
https://forums.wxwidgets.org/
Unfortunatelly I don't have any result due to lack of WM5 development installed nor dedicated hardware. I only tried to refer 'current state'.PSiegmund wrote:Do you have the same results?
In your resource file you need to have the following line:PSiegmund wrote:What do I wrong. I opened the sample/minimal in VS2005 and compiled it under ppc2003 AND wm5 -> no-error.
I deployed both exe-files on my wm5 iPAQ and start them. The result: I can see the menu.
The failure is only in my own project. I have to get the projectfile from the minimal project and then I hope my program works.
Do you have the same results?
Yes I confirm that you need to add this resource!rdc wrote:In your resource file you need to have the following line:PSiegmund wrote:What do I wrong. I opened the sample/minimal in VS2005 and compiled it under ppc2003 AND wm5 -> no-error.
I deployed both exe-files on my wm5 iPAQ and start them. The result: I can see the menu.
The failure is only in my own project. I have to get the projectfile from the minimal project and then I hope my program works.
Do you have the same results?
#include "wx/msw/wx.rc"
This should solve your problem.