Qt program fails to run after windows update
Solved
General and Desktop
-
@milan said in Qt program fails to run after windows update:
1073741515
I searched and found out that the error means
-1073741515 is equal to 0xC0000135 meaning STATUS_DLL_NOT_FOUND.
It means some missing dependencies according to new link. Maybe you can try to reinstall Qt and see if it works. -
Hi,
I have searched this issue. Mostly people having problem withwindows
platform plugin, generally happens after windows update.
Usefull link for same case.