PDA

View Full Version : Problem with release version of application



askrina
19th April 2010, 19:04
Hi, create a simple application that takes input thru EditLine and show it thru MessageBox. It work fine under debug version, But show following message "the Procedure entry point _Z5qFreePv could not be located in the link libarary qtCore4.dll".

I have copyed following dll to release folder :

QtGui4.dll
libgcc_s_dw2-1.dll
QtCore4.dll
mingwm10.dll


What went wrong ?

Lykurg
19th April 2010, 20:36
Did you compile your app in release mode? Did you use the dll from /....../qt/bin?

askrina
20th April 2010, 09:27
Did you compile your app in release mode? Did you use the dll from /....../qt/bin?

I have compiled it in release mode and copied the dlls from qt folders

Lykurg
20th April 2010, 09:55
and copied the dlls from qt folders Yes, but the question is from which folder!

askrina
20th April 2010, 18:16
Thank you Lykurg!

I got it. i copy it from right folder

thanks again!