Hesam Qodsi
Hesam Qodsi

Reputation: 1585

QtGui4.dll entry point not found

I'm trying to write Qt3D application in windows. I'm getting an error when i trying to compile the program and run it. the error's message is : 'The procedure entry point ??4QImage@@AEAAV0@$$QAV0@@Z could not be found in the dynamic link library QtGui4.dll'. my compiler is Microsoft Visual C++ 9.0 and Qt version is 4.8.1. is there any solution for this?

Upvotes: 1

Views: 3979

Answers (1)

Groovy
Groovy

Reputation: 516

Do you face the problem in both running from the IDE and standalone exe, and both in debug and release mode. IF some of these work, make sure proper QtGui4.dll is copied to the same path where your executable is getting generated.

Upvotes: 2

Related Questions