PDA

View Full Version : xp deployment error



ahmdsd_ostora
11th August 2010, 14:32
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?

_Kirill_
11th August 2010, 16:14
Should you check version of MSCTF.dll library in xp and in win7?
Also it might happens if MSCTF.dll is broken or lost.

ahmdsd_ostora
11th August 2010, 17:00
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?