Results 1 to 6 of 6

Thread: Error while running in some Windows Xp

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    50
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Error while running in some Windows Xp

    Put the manifest file of MSVCR90.DLL (Microsoft.VC90.CRT.manifest) in the same dir... get it from the MS C++ directories in Program Files. Also embed the manifest of your exe into the exe file... that u can make it in the pro file.
    CONFIG += embed_manifest_exe

  2. #2

    Default Re: Error while running in some Windows Xp

    Hi, i know how to desability the msvc dependencies in one normal c++ application,
    this way:

    http://www.caloni.com.br/blog/archiv...-visual-studio

    Project > Properties >Configuration Properties > C/C++ > Code Generation > Runtime Library > Multithreaded (/MT)

    There is a way to do that while using QT, that uses makefile?

    Sadjoker, how do i embed the manifest of my exe into the exe file?
    Its just add that line in the pro?

    When i click compile the VC overwrite the pro file, what i have to do?
    Last edited by Ayalaskin; 8th March 2009 at 02:05.

  3. #3

    Default Re: Error while running in some Windows Xp

    I compiled using the nmake, so the VS doenst overwitten the .pro, and i added
    CONFIG += embed_manifest_exe
    to my project .pro, but the depencies from the msvc90 continues.

Similar Threads

  1. Qt Jambi, deploying app on Mac & Windows fails
    By ChrisColon in forum Installation and Deployment
    Replies: 2
    Last Post: 16th February 2009, 23:05
  2. Replies: 5
    Last Post: 15th January 2009, 10:03
  3. Opening text file fails after autostartup on windows
    By yogourta in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2008, 04:52
  4. Windows not appearing in XP.
    By beardybloke in forum Qt Programming
    Replies: 7
    Last Post: 24th October 2007, 18:32
  5. Qt and windows vista
    By munna in forum General Discussion
    Replies: 8
    Last Post: 11th January 2006, 23:33

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.