Hi everybody,

I'm trying to run a qt application in a laptop without qt SDK and windows XP. The application was compiled with visual studio 2005. I followed this post
http://doc.trolltech.com/4.6/deploym...o-2005-onwards
but I still can't run the application. I got the following error: The procedure entry point _Z13qFlagLocationPKc could not be located in the dynamic link library QtCored4.dll

Has anyone any ideas to solve this problem? can anyone show me how can I run an .exe file (compiled with VS2005) in a computer without QT?

Thank you very much!!