Hi All

I have created mysql based application..

When i am trying to run my exe .. i am getting

Qt Code:
  1. The Procedure entry point? shared_null@QByteArray@@0UData@1@a could not be located in the dynamic link library QtCore.dll
To copy to clipboard, switch view to plain text mode 

But i have added following dll in my application folder..

1) myappplication.exe
2)mingw10.dll
3)Qtcore4.dll
4)QtGUi4.dll
5)QtXMl4.dll
6)QtNetwork.dll
7)libmysql.dll
8) QtSql4.dll
9)SqlDrivers folder(Qsqlmysql4.dll,qsqmysqld4.dll,qsqlite4.dll, qsqlited4.dll,qsqlodbc.dll,qsqlodbc.dll)

still i have to add any other dll to solve this issue ?


Thanks

Yuvaraj R