hello everyone
I m trying to run a qt project that is linked with opencv. When it is made to run, it shows the exception like
"An exception was triggered.
exception at 0x7c964ed1, code:0xc0000135: DLL not found, flags=0x0. During startup program exited with code 0xc0000135"

In order to know which dll is missing, i ran this project on cmd also and found that libgmp-3.dll was missing and pasted that at the correct place. But nothing worked out.

Can anybody plz tell me the possible reason for this exception.