PDA

View Full Version : Qt 4.2.3



raphaelf
23rd May 2007, 07:59
Hello everybody,

I have programed a program with qt4.1.3 yesterday.
Today i have installed 4.2.3 and i have compile my programm again.
I get no errors and i get the .exe file.

But if i run my exe i get this error:
---------------------------
LernIT.exe - Entry Point Not Found
---------------------------
The procedure entry point _ZN7QString16fromAscii_helperEPKci could not be located in the dynamic link library QtCore4.dll.
---------------------------
OK
---------------------------

Can somebody help?

Thanks:crying:

jpn
23rd May 2007, 09:14
I'd suspect it still finds and uses the old Qt library when you launch the application. Make sure the new Qt installation comes first in PATH environment variable.

raphaelf
23rd May 2007, 10:31
Hi JPN,
:p I was using old dlls..

Thanks