Pelles C forum

C language => Pocket PC and Smartphone questions => Topic started by: Claudy on December 03, 2007, 08:14:29 PM

Title: setting the screen orientation
Post by: Claudy on December 03, 2007, 08:14:29 PM
hi,

Trying to rework old PPC apps from eMbedded Visual to compile with Pelles-C...
Do not get the screen orientation to work in Pelles, on my WM 5, it does with Visual...
Have the same named LIBs, etc... in Pelles as in Visual, but it will not go into landscape...
I used the landscape a lot, so it is not new to me...
Has someone tryed landscape mode in Pelles already?
Has it something to do with NET version or so?

Put Claude    Belgium

Title: Re: setting the screen orientation
Post by: Pelle on December 04, 2007, 08:53:39 AM
What is your linker subsystem version for this project (Project -> Project options -> Linker tab, Subsystem)? Pelles C will default to the minimum version (3.0), but I think version 4.10 is needed to activate some newer features...

I don't have much experience with the landscape mode, but I know the version number has affected other (related) features...