Page 1 of 1

Windows Mobile 2003 SE reports warning during install

PostPosted: Jul 1, 2004 @ 12:28pm
by Conan

PostPosted: Jul 1, 2004 @ 12:36pm
by CorwinB
Have a look , in the "Legacy support" section. The subsystem version should be 4.21 or higher to stop the warning from appearing.

I did the bug report for ST3, but should have included the exact message. :)

PostPosted: Jul 1, 2004 @ 2:16pm
by Conan

PostPosted: Jul 1, 2004 @ 3:59pm
by picard
i think this is two different problem.

first: install warning message
solutions:
a: VersionMin=4.21 or higher (won't install on pre wm2003se devices)
b: BuildMax = 0xE0000000 (check MSDN for detailed flags. sorry i can't remeber...)

second: running an .exe will trigger legacy support (emulated QVGA, no warning message)
solution:
a: setting subsystem version in exe header to 4.21 or higher (won't run on pre wm2003se devices)
b: adding HI_RES_AWARE resource (check MSDN for details)

PostPosted: Jul 1, 2004 @ 4:19pm
by CorwinB

PostPosted: Jul 1, 2004 @ 4:35pm
by picard

PostPosted: Jul 5, 2004 @ 1:49pm
by ppcStudios
Conan,

Did you happen to resolve this issue? I have a couple of beta testers that are reporting this issue as well. I've tried adding...

[CEDevice]
VersionMin = 4.21
VersionMax = 10000.0
BuildMax=0xE0000000

... to the .inf but the tester still receives the message. This is on a Toshiba e800 with WM2003SE. I'm presuming that I may need to do a separate build for WM2003SE (will eventually anyways) to resolve this.

I'm really beginning to hate WM2003SE...

PostPosted: Jul 10, 2004 @ 5:31pm
by Conan
Sorry, I've been in Ibiza for a week so doing no testing. I will let you know what happens. I can afford to buy a WM2003 device but want to wait until a good one with VGA screen is available then it will be easier to test.