PDA

View Full Version : Error using dlls



HelderC
15th March 2010, 03:38
Hi.

When i compile my application with DEBUG configuration later its works fine when i do double click to execute it.
But, when i use the RELEASE configuration its doesnt works when i go execute it.

In DEBUG i have this dlls in same folder of .exe: QtCored4.dll, QtGuid4.dll and libgcc_s_dw2-1.dll.
In Release i have: QtCore4.dll, QtGui4.dll and libgcc_s_dw2-1.dll.

When i execute the RELEASE executable, i got this error: "Was no possible found the enter point of procedure _Z21qRegisterResourceDataiPKhS0_S0_ in dynamic library QtCore4.dll".

How i correct this?

PS.: My language is portuguese so this error message is a not good translation...

Thanks.

berzasnon
15th March 2010, 22:58
From newbie to newbie: try using the dll's from QTDIR/qt/bin, not from QTDIR/bin. That shoud do the trick.