Results 1 to 4 of 4

Thread: Configure qt Libraries for Wince with mingw

  1. #1
    Join Date
    Dec 2010
    Posts
    71
    Thanks
    26
    Platforms
    Windows

    Exclamation Configure qt Libraries for Wince with mingw

    Hi,

    After alot of struggle I've managed to configure and successfully build qt libraries for winCE.

    Now my problem is that my project uses some includes from mingw and the wince libraries don't have them...

    is there a way to configure for wince with mingw?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Configure qt Libraries for Wince with mingw

    Windows CE's only supported compiler is MSVC 2005 WinCE 5.0 Standard (x86, pocket, smart, mipsii) or MSVC 2008 WinCE Embedded 6.0 Professional depending on version.

    The includes from MingW should be a direct parallel to something in the Windows API. As I understand it, Win CE has a cut down API, so if you use something from the full Windows API that is not in the Win CE subset then you will have problems regardless of the compiler.

  3. #3
    Join Date
    Dec 2010
    Posts
    71
    Thanks
    26
    Platforms
    Windows

    Default Re: Configure qt Libraries for Wince with mingw

    I know I won't use all functionalities that is implemented for windows. I've made a light Maemo version of my application which is the one I'm trying to port to windows mobile. I just need to get passed all the errors lol

    I've managed to configure mingw for windows to xplatform wincewm60professional-msvc2008 but I can't add it on Qt add-in in VS. (it says: this qt version is not compatible to your current visual studio. Qt builds VS version:0 current version:1500) googleing this error I've read somewhere that qt add-in only supports build for VS or wince.

    I've also tried to "cheat" copying mingw's include folder to the wince build but it end's up with strange errors...

    Is there another way to get mingw for wince?
    Last edited by rickrvo; 28th April 2011 at 11:43.

  4. #4
    Join Date
    Dec 2010
    Posts
    71
    Thanks
    26
    Platforms
    Windows

    Default Re: Configure qt Libraries for Wince with mingw

    anyone got mingw for WinCE?

Similar Threads

  1. Don't configure under vs command prompt when building gcc (mingw) version of qt
    By piotr.dobrogost in forum Installation and Deployment
    Replies: 4
    Last Post: 1st February 2011, 20:28
  2. How to configure Qt to work with MinGW-64?
    By Skywalker in forum Installation and Deployment
    Replies: 17
    Last Post: 23rd October 2010, 20:45
  3. Configure with minGW fails on Win7 x64
    By Lenich in forum Installation and Deployment
    Replies: 1
    Last Post: 27th September 2010, 09:24
  4. wince project doesn't work on wince, but works on win mobile
    By thedimitrius in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th March 2010, 12:01
  5. Qt + Eclipse + MinGW + Windows: How to include libraries?
    By jambrek in forum General Programming
    Replies: 3
    Last Post: 19th December 2007, 13:57

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.