-
Qt 4.2.3
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:
-
Re: Qt 4.2.3
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.
-
Re: Qt 4.2.3
Hi JPN,
:p I was using old dlls..
Thanks