Results 1 to 15 of 15

Thread: Windows SDK setup fails (required for phonon)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    Thank you, in the meanwhile I found out it is rather easy to patch setenv.cmd to work (only patch the path in a single line).
    However then I have to pass the target system, which is not detected automatically and no matter what target is choses it displays afterwards:
    Targeting Windows XP x86 DEBUG

    ************************************************** ********************************
    WARNING: The VC++ Compiler Toolset is not using Windows SDK v7.0. To use Windows

    SDK v7.0 use 'WindowsSdkVer.exe -version:v7.0', or alternatively you can pass the
    '/useenv' switch to vcbuild.exe to use the Windows SDK v7.0 on a per project basis.
    ************************************************** ********************************
    does this mean that SDK 7 is not useful for VC 2005 anyway?
    Do I have to install the old SDK 6.1 ?

  2. #2
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    does this mean that SDK 7 is not useful for VC 2005 anyway?
    Don’t know. You can read it at specification of SDK.
    Do I have to install the old SDK 6.1 ?
    Installed 6A at C:\Program Files\Microsoft SDKs\Windows\v6.0A and NOT USED!!!!! AS IN SCRIPT!!!! *WALL* =)
    Using SDK from C:\Development\Windows 7 SDK ...

  3. #3
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    Quote Originally Posted by Erik-Moscow View Post
    Installed 6A at C:\Program Files\Microsoft SDKs\Windows\v6.0A and NOT USED!!!!! AS IN SCRIPT!!!! *WALL* =)
    Using SDK from C:\Development\Windows 7 SDK ...
    I know that you are using SDK 7, I am just confused by the warning.
    I am now compiling with SDK 7, and will test if the applications are going to work on xp

  4. #4
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    SDK 7 is not compatible with MSVC 2005 (fails to link), see also other thread: http://www.qtcentre.org/threads/2760...f-phonon-fails

  5. #5
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    What’s the problem? Just download MSVC2008. Install it. And use it. o_O

    И этoт чeлoвек — «Разpабoтчик»... *WALL*

  6. #6
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    For me at home - no problem. At work (in this case university) - we only have VS 2005.
    So there is a reason to compile phonon for 2005, for 2008 I would not even try, since Qt ships the library compiled with 2008.

  7. #7
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Windows SDK setup fails (required for phonon)

    No other SDKs supporting Windows 7. You can try to use Qt Software SDK (mingw).

Similar Threads

  1. Works well on Windows but fails on Linux
    By utkuaydin in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2010, 13:22
  2. Qt Jambi, deploying app on Mac & Windows fails
    By ChrisColon in forum Installation and Deployment
    Replies: 2
    Last Post: 16th February 2009, 22:05
  3. Making Fails in Windows XP
    By sashwinamrita in forum Installation and Deployment
    Replies: 4
    Last Post: 8th December 2008, 14:41
  4. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 03:52
  5. gcc (linux) : ok ; g++ (windows) : fails
    By nouknouk in forum Qt Programming
    Replies: 1
    Last Post: 25th February 2006, 03:08

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
  •  
Qt is a trademark of The Qt Company.