Thursday, October 9, 2008

Oriented Dialogs and SP platform

Some new SP devices supports screen rotation (ex: HTC S7xx series) but all 'CStdOrientedDialog' classes are only supported for PPC platform in WTL8.0.
So i changed some WTL files to add those classes to SP too.
The only file to change is: 'atlwince.h'
If you want support also in wizard you need to change also: 'AppType.htm' and 'Platforms.htm' in 'AppWizMobile\Files\HTML\1033' folder.

You can find the modified files here

Bye :)

2 comments:

ARNavPoch said...

Hi,

You should submit a WTL feature request at https://sourceforge.net/tracker2/?group_id=109071&atid=652375 with your patches.
cheers,
AR

crino said...

i'll do it ;)