@RahibeMeryem
@hskoglund said in Qt6 Windows result binary not working without QCreator:
_ZNSt3pmr20get_default_resourceEv)
The procedure entry point _ZNSt3pmr20get_default_resourceEV could not be located in the dynamic library Qt6Gui.dll, Qt6Widgets and Qt6Core.dll
Copy "libstdc++6.dll" from where the mingw bin files are located into your folder where the executable is located. This worked for me and it should work for yall :)
If all else fails try this. If it works, and you're interested, find out how that is found inside Creator.
Also The procedure entry point _ZNSt3pmr20get_default_resourceEV could not be located in dynamic link library in QT
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 righ