C++ opencv invalid or corrupted file 0x3a0 opencv_world451.dll

Filip 831 Reputation points
2021-04-08T20:43:49.217+00:00

Hello Everybody.

I still don't understand why it does't work.
I tried setup open_cv x64 to my c++ project but it show still this error.

85923-a.png

I set the debug to x64 I add all libraries and include path and also binary files.
What is wrong?
Because i setup it on the other project several days ago and it work and now it suddendly doesn't word. When I copy the old project and use it as new it work but creating ne not.
Can somebody help me?
Thanks for answare.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,527 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 112.1K Reputation points
    2021-04-08T21:16:52.327+00:00

    Probably you must specify the .lib file instead of .dll (in settings related to linker).

    Where did you enter the opencv_world451.dll name?


0 additional answers

Sort by: Most helpful