Dell Axim X50v Scaling

  • Thread starter Thread starter Hilton
  • Start date Start date
H

Hilton

Hi,

The good news is that things just work when running the app on the X50v
(640x480). The problem is that is seems that there is 2:1 scaling
occuring - which would make sense. This means that the text does not look
smooth and and when I do draw to a bitmap then use DrawImage, it scales the
image (x2) resulting in slightly jaggy text and a slow DrawImage.

What is an appropriate way to resolve this issue for the higher resolution
devices?

Thanks,

Hilton
 
Unless you mark your application as hi-res aware, or build for subsystem
version 4.21 or later, WM2003SE assumes your app was written for older
devices and is therefore not aware of new resolutions/orientations. In this
case it automatically does the "pixel doubling" that you are seeing.

For more information on how to set up your app to be hi-res aware, see the
Developer Resources for Windows Mobile 2003 Second Edition:

http://www.microsoft.com/downloads/...83-c3ce-4a4c-ab83-491fd5729551&displaylang=en

Hope that helps,
Darren
 
Back
Top