0

I am seeing this when running my application:

Snapshot

I am getting this error even when I have all the required dll in my executable folder. I am using Windows 11, Qt 6.2 and Mingw 9 64 bit as a compiler, which I had in my Qt folder itself. Can someone help me with this.

li ki
  • 342
  • 3
  • 11
U.Deo
  • 1
  • 3
  • 1
    Errors are better posted as text rather than screenshots. My guess would be that you've built against a different version/build of qt than you're trying to run against – Alan Birtles Jan 09 '22 at 06:17
  • You either copied the wrong dlls, or forgot some of them. Or possibly the dll was built with a different compiler compared to what you use now. – HolyBlackCat Jan 09 '22 at 07:56
  • @HolyBlackCat I have built with mingw 9.00 which i have inside my Qt dir. I even have used dependency walker and found nothing left. I have verified that my dll are from that same folder as from my compiler. – U.Deo Jan 09 '22 at 09:17
  • Can you run [`ntldd -R testQt.exe`](https://github.com/LRN/ntldd) and attach its output? – HolyBlackCat Jan 09 '22 at 09:23
  • Thanks to you both, the problem was that I was having other mingw folder which was standalone and not qt bounded before, so i just put the path of the qt bounded mingw before that standalone mingw in my env variables and this went right. – U.Deo Jan 10 '22 at 13:22

0 Answers0