Results 1 to 4 of 4

Thread: How to resolve this error in Windows 8?

  1. #1
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default How to resolve this error in Windows 8?

    I have installed Qt 4.8 commercial version in Windows 8 beta. While building the application in Qt Creator , it gives, Qt: Untested Windows version 6.2 detected!.
    And build fails. how to fix this
    ??

  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: How to resolve this error in Windows 8?

    Don't use a pre-release, unsupported operating system if you don't want to see warnings about it. It is only a warning though. If you are compiling without QT_FATAL_WARNINGS then your code is failing to build for some other reason.

  3. #3
    Join Date
    Feb 2013
    Posts
    1
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to resolve this error in Windows 8?

    I am using Windows 8 Pro - and I am still getting a message "Qt: Untested Windows version 6.2 detected!" when running a console application. Is there any way to get past this warning?

  4. #4
    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: How to resolve this error in Windows 8?

    It is a warning not a fatal error: you get "past this warning" by default and Qt assumes it is a generic NT-based Windows. You will receive this warning from versions of Qt that predate Windows 8 recognition going into QSysInfo::windowsVersion() (24 May 2012). Use a more recent Qt.

    Qt 4.8.4 and Qt5.x recognise Windows 8.

Similar Threads

  1. Replies: 4
    Last Post: 29th April 2014, 16:20
  2. Cannot resolve the symbols from a custom dll
    By magpielover in forum Installation and Deployment
    Replies: 4
    Last Post: 22nd August 2011, 20:55
  3. How to resolve qbyteA[5] = qbyteB?
    By hiuao in forum Qt Programming
    Replies: 9
    Last Post: 12th January 2008, 13:33
  4. Unable to resolve the IP address. ( Qt 3.)
    By joseph in forum Qt Programming
    Replies: 18
    Last Post: 5th July 2007, 12:02
  5. Can somebody resolve this issue???
    By im_rajya in forum Qt Programming
    Replies: 1
    Last Post: 20th December 2006, 10:37

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.