PDA

View Full Version : portable application in win



nima
1st February 2013, 19:14
Dear all,

I made an application in windows but i cant use it alone. The application need a lot of dll.How can i made it portable?

Santosh Reddy
1st February 2013, 19:25
You can read through this http://qt-project.org/doc/qt-4.8/deployment-windows.html

mortonhalden
21st February 2013, 12:22
I want to notify that I am new to this community and I was also facing the same issue. Although, I have checked this weblink which you have been shared above and there has been very useful details given. I would like to thank you for provided this an useful link for us.

nima
22nd February 2013, 20:14
After adding some dll to my project i saw this error :

http://upcity.ir/images/22147380168373909528.jpg

What should i do?

amleto
22nd February 2013, 23:45
use a dll that is compatible. ie the versin must be binary compatible and must be compiled with the same compiler as the rest of the app.

nima
24th February 2013, 14:40
I used dlls that are in qt directory.

amleto
24th February 2013, 15:28
use a dll that is compatible. ie the version must be binary compatible and must be compiled with the same compiler as the rest of the app.

Anenja
24th February 2013, 18:10
perhaps this can help you, but its in german...
http://www.youtube.com/watch?v=9JTooLxhmC0&list=SP2D1942A4688E9D63&index=98
If you dont wanna look all of this short vid, minute 3:20 is the error you got (based on the same problems u have).


To solve this u have to use the right dll´s of qt like amleto already said.

E.G you can search your computer for the qt dlls and u will be suprise how many u will probably find - Just use the qt dll´s you create the application with.

I hope this helps - also for understanding whats going on (in vid its explained realy simple) - ;)

Greets