Results 1 to 2 of 2

Thread: Qt4.6.3 on Windows CE 6.00 R3

  1. #1
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Qt4.6.3 on Windows CE 6.00 R3

    Hi all,
    I want to include Qt4 into my Windows CE 6.00 BSP.

    To do that, I have generate a custom SDK from my OSDesign and I have compiled Qt (open source version) with this SDK after reading Qt documentation.
    The compilation works well, I have generate the DLL and the sample/demo applications.

    I have include the DLL into my OSDesing/BSP and put all on my board. Some applications works well, like the raycasting.exe but other, which use text don't display well like flickable.exe. The kinetic functionality works, I can scroll the list, but I can only see the pictures and the text is squeezed (see attached image)

    Do I miss something? Must I install Qt fonts ? And how can I do it ?

    Thanks for any comment and suggestion

    Best Regards

    Fabrice
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Qt4.6.3 on Windows CE 6.00 R3

    I reply my self.
    I found out why the display on text don't work.
    The reason is quite simple, if you know where to search it ;-) ==> http://msdn.microsoft.com/en-us/library/ee489857.aspx

    In short, Windows CE can handle two type of fonts: True Type or Raster.
    The bad news is that it can handle only one type of font for an OS Design, so if you include "Raster Font Support" module into the OS Design, this will select the Raster font support and also exclude the True Type Font support !

    The only thing I have to do to correct the text display is to exclude "Raster Font Support" from my OS Design and now all works fine

    Perhaps this could help someone else.

    Regards

    Fabrice

Similar Threads

  1. Program runs on Windows 7, crashes on Windows XP
    By JovianGhost in forum General Programming
    Replies: 8
    Last Post: 7th June 2010, 00:55
  2. Replies: 2
    Last Post: 25th November 2009, 23:44
  3. Deployment Procedure On Windows On Linux and Windows
    By Harshith J.V. in forum Installation and Deployment
    Replies: 4
    Last Post: 9th July 2009, 11:27
  4. Windows focus / Windows Shutdown Problems
    By December in forum Qt Programming
    Replies: 6
    Last Post: 22nd October 2007, 14:10
  5. Replies: 10
    Last Post: 25th February 2007, 00:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.