Problem with release version of application
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 ?
Re: Problem with release version of application
Did you compile your app in release mode? Did you use the dll from /....../qt/bin?
Re: Problem with release version of application
Quote:
Originally Posted by
Lykurg
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
Re: Problem with release version of application
Quote:
Originally Posted by
askrina
and copied the dlls from qt folders
Yes, but the question is from which folder!
Re: Problem with release version of application
Thank you Lykurg!
I got it. i copy it from right folder
thanks again!