PDA

View Full Version : Problem with Release version



jlbrd
23rd March 2006, 14:44
Hello,
I have Qt 4.1.1 Opensource + Visual C++ express 2005. I create a application in release version. The executable work on my machine (with Qt installed). But if I make an install package (with Qtcore4.dll and QtGui4.dll), the application after installation don't works on other machine (without Qt installation). When the application launch, this message "The application failed to initialize properly (0xc0150002)" is displayed and it's all.

What is the problem ?

Thanks

jpn
23rd March 2006, 14:56
http://www.qtcentre.org/forum/showpost.php?p=6213&postcount=4

jlbrd
23rd March 2006, 17:58
Ok thanks but It's not a dll missing. All the dll needed are presents. The application do not display "dll foo missing" and the message is not clearly : "The application failed to initialize properly (0xc0150002)"

dimitri
26th March 2006, 15:24
Have you tried Google (http://www.google.com/search?q=%22The+application+failed+to+initialize+p roperly+%280xc0150002%29%22)?

Also how do you know all needed DLLs are on the target system? Which DLLs are needed?

jlbrd
26th March 2006, 18:04
Have you tried Google?
Yes, with 2 million answers and no which helps me.

Also how do you know all needed DLLs are on the target system?
With Depends.exe, the sdk utility...

It is good thank you

dimitri
29th March 2006, 22:47
It is good thank you
Do you mean the problem has been solved?

dimitri
29th March 2006, 22:49
Yes, with 2 million answers and no which helps me.
No, at the very most 200 answers and here's one that might help:
Beta 2 compiled executable throwing "The application failed (http://www.groupsrv.com/dotnet/post-418179.html#419625)

jlbrd
30th March 2006, 20:45
Yes I think it's a DLL problem (a Manifest problem exactely) but I do not have time to correct it for the moment. For the moment I compile with .net 2003 !
Thank you