Recent

Author Topic: how to make WinCE 6.5 640x480 app  (Read 3649 times)

bambamns

  • Full Member
  • ***
  • Posts: 226
how to make WinCE 6.5 640x480 app
« on: April 06, 2012, 10:45:26 pm »
HI to all

I had developed app for WinCE 5.0 with 320x240 resolution , but now I have to adapt it to a new platform WinCE 6.5 with 640x480 resolution.

App is working fine, but it fills whole screen like it is 320x240 but it is not - it is 640x480.
Any control I put on form, outside from 320x240 pixels, it is out of screen on WinCE device.

Any clue ?
Lazarus 3.6 on Windows 11

Andru

  • Full Member
  • ***
  • Posts: 112
Re: how to make WinCE 6.5 640x480 app
« Reply #1 on: April 06, 2012, 10:50:49 pm »
Try to include file with this content:
Code: [Select]
HI_RES_AWARE CEUX DISCARDABLE
BEGIN
0x0001
END

in your pas-file like this:
Code: Pascal  [Select][+][-]
  1. {$R file.rc}

bambamns

  • Full Member
  • ***
  • Posts: 226
Re: how to make WinCE 6.5 640x480 app
« Reply #2 on: April 06, 2012, 10:59:13 pm »
Yes it works

I found it in a http://lazarus.freepascal.org/index.php?topic=7668.0

Thank You
Lazarus 3.6 on Windows 11

 

TinyPortal © 2005-2018