Results 1 to 3 of 3

Thread: xp deployment error

  1. #1
    Join Date
    Jun 2010
    Posts
    86
    Thanks
    10
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default xp deployment error

    I have an application made on Windows 7 by Qt. I works well on windows 7 platforms.
    When I try to run it on Windows XP desktop, it gives me this error message:
    " The procedure entry point CifImeProcessCicHotkey could not be located in the dynamic link library MSCTF.dll."

    any help, please?

  2. #2
    Join Date
    Aug 2010
    Location
    Omsk
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: xp deployment error

    Should you check version of MSCTF.dll library in xp and in win7?
    Also it might happens if MSCTF.dll is broken or lost.

  3. #3
    Join Date
    Jun 2010
    Posts
    86
    Thanks
    10
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: xp deployment error

    Quote Originally Posted by _Kirill_ View Post
    Should you check version of MSCTF.dll library in xp and in win7?
    Also it might happens if MSCTF.dll is broken or lost.
    I found that the two versions are different, I solved this by deploying my version in the application folder.
    BUT, another problem arised in msvcrt.dll (The C++ Run-time dll), showing this message:

    "The procedure entry point _ftol2_sse could not be located in the dynamic linked library msvcrt.dll"

    I put my windows 7 MSVCRT.dll, but still the same error.
    how to let the application load my MSVCRT rather than the one in the xp system32 folder?
    and why my installer doesn't replace any dll in the system folder ?

    any help?

Similar Threads

  1. A different deployment technique QT. Is it the right way of deployment?
    By Tarun in forum Installation and Deployment
    Replies: 1
    Last Post: 15th February 2010, 14:45
  2. Deployment Questions
    By tntcoda in forum Installation and Deployment
    Replies: 1
    Last Post: 1st July 2009, 02:53
  3. deployment of Qt 4.3.4 exe on Windows?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 5
    Last Post: 1st April 2008, 12:30
  4. Qt 4.3: Deployment on MAC
    By Angelo Moriconi in forum Installation and Deployment
    Replies: 0
    Last Post: 23rd July 2007, 12:03
  5. deployment of a dll using qt
    By mandal in forum Installation and Deployment
    Replies: 1
    Last Post: 14th March 2007, 15:35

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.