OpenCV 4.1.1 Imread() & Imwrite() Crashes Program ?
-
@r-p-h said in OpenCV 4.1.1 Imread() & Imwrite() Crashes Program ?:
In what sense
In the DLL Hell sense.
Yes, although I have used this setup across multiple projects using different versions of opencv and I didn't run into any problems.
Can you be 100% sure that that your current problems aren't caused by this setup?
No, I have 32bit builds of OpenCV and 64bit builds.
...and all of those different versions of MinGW and OpenCV are in your PATH...?
Please do yourself a favour and remove them all from your PATH. You don't need them in the PATH. This type of setup has caused many, many headaches over the years.
That was exactly what I was looking for. Are you sure the 64bit compiler is available now with Qt ? And if so, when was it added because I did the custom setup like 6 months ago specifically because Qt only shipped with a 32bit minGW compiler ?
Yes, I'm sure. It was added with Qt 5.12.0, which was released in December 2018.
-
@r-p-h said in OpenCV 4.1.1 Imread() & Imwrite() Crashes Program ?:
now everything is working fine.
so please don't forget to mark your post as solved! Thanks.