error in FET.exe running

Started by mahdizandi, August 23, 2013, 08:25:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mahdizandi

what is this error: The program can't start because Qtxmld4.dll is missing from your computer. Try reinstalling the program to fix this problem.
please help me, where i can copy the dll files?
i can't create exe file of FET.

Volker Dirr

#1
Did you use the pre compiled windows fet version? The dll files are (must be) in the same directory as the exe file.
Did you compile yourself? You must copy the dll files into the same directory as the fet exe file. You must copy the needed dll files that are saved in your qt directory.

mahdizandi

Hello thank you for your answer.
my qt directory is: C:\Qt\4.8.5
I'm running FET 5.19.3 with Visual stdio 2010 in windows 7
My FET is in directory: F:\fet-5.19.3
I'm coping the 6 .dll files in directory  F:\fet-5.19.3
then I'm compiling the fet.pro that is in directory of  F:\fet-5.19.3
then after running  i can see the fet.exe in output
then I close the fet.exe
then in the path of fet( F:\fet-5.19.3) when I want to run fet.exe, give me this error : The program can't start because Qtxmld4.dll is missing from your computer. Try reinstalling the program to fix this problem.
please help me with details.

Volker Dirr

please recheck if you copied the correct files (There are always 2 files, one with "d" and one without "d". Example: Qtxmld4.dll and Qtxml4.dll).

if previous fail:
please check if you copied from the correct qt path. the files are several times in that directory. check you path settings (in your command line and/or visiual studio).

if previous fail:
your qt dll files might be compiled with an other compiler then your fet file. you might need to compiler both with the same compiler (version).

mahdizandi

Thank you about your answer
I'm coping this files:
1)  libgcc_s_dw2-1.dll
2) mingwm10.dll
3) QtCore4.dll
4) QtGui4.dll
5) QtNetwork4.dll
6) QtXml4.dll

Volker Dirr

I am note sure if you still have a problem with compiling (then please read my previous mail) or if solved your problem by this files.

Liviu Lalescu

There are debug dll-s (for example, QtXmld4.dll) and release dll-s (for example, QtXml4.dll). If you compile in debug mode, you need to copy debug dll-s. But I recommend you to compile in release mode.