by picard » Jul 1, 2004 @ 3:59pm
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)