Page 1 of 1

[wince] Running minimal sample under WM5

Posted: Tue May 02, 2006 6:41 am
by PSiegmund
I got a big problem. I compile wx2.6.3 und VS2005 f

Re: [wince] Running minimal sample under WM5

Posted: Tue May 02, 2006 11:09 am
by ABX
[quote="PSiegmund"]I got a big problem. I compile wx2.6.3 und VS2005 f

Don't understand...

Posted: Tue May 02, 2006 7:12 pm
by PSiegmund
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?

Re: Don't understand...

Posted: Tue May 02, 2006 9:02 pm
by ABX
PSiegmund wrote:Do you have the same results?
Unfortunatelly I don't have any result due to lack of WM5 development installed nor dedicated hardware. I only tried to refer 'current state'.

ABX

Re: Don't understand...

Posted: Sun Feb 25, 2007 3:38 am
by rdc
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?
In your resource file you need to have the following line:

#include "wx/msw/wx.rc"

This should solve your problem.

Re: Don't understand...

Posted: Thu Mar 08, 2007 11:11 am
by romeo9423
rdc wrote:
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?
In your resource file you need to have the following line:

#include "wx/msw/wx.rc"

This should solve your problem.
Yes I confirm that you need to add this resource!