PDA

View Full Version : What is the use of libsmokeqt.dll for windows



dummystories
28th March 2009, 06:43
Hi to all,


I have developed .exe file for my application. while running that .exe file i am getting the following errror:

“This application has failed to start because libsmokeqt.dll was not found. Re-installing the application may fix this problem”

Can any one tell me what is the problem and how to rectify that problem.

Waiting for your replies.


Regards,

Narasimha Raju

wysota
28th March 2009, 09:32
Hmm... you have written an application and you don't know what it contains? Forgive me, but this is weird :) Especially that you want us to tell you (the application developer) what is in your application...

Anyway, you are probably using some component that depends on this library. You need to find this library and copy it to your application's folder where the executable resides.

dummystories
28th March 2009, 10:08
Hi,

Thanks for your reply. Sorry, i forgot to tell, i have developed a Qt based application in linux it is working fine and now i want to develop the same application in windows and i made .exe file.

While executing that file i am getting the following error:

“This application has failed to start because libsmokeqt.dll was not found. Re-installing the application may fix this problem”

I searched for this dll in net also but i didn't get proper information, can any one resolve my problem.


Regards,

Narasimha Raju

ComaWhite
28th March 2009, 11:48
libsmokeqt is KDE script binding generator which was used to making Qt/KDE possible in C#

rexi
2nd April 2009, 17:39
Do you know Dependency Walker (http://www.dependencywalker.com/)? It shows you the libraries your application depends on, the libraries these depend on and so on. As you were able to compile your applications, it's most likely that another library you use depends on the SMOKE dll to run.

As ComaWhite said, SMOKE is used to generate bindings for several scripting languages. So the cause is probably a component that allows scripting.