Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@TobbY . Reinstalling the Qt creator wont help. I tried once.
@milan Hi Do you mean when you run app in deployment folder, stand alone or via Creator. Also are you using visual studio compiler ?
@mrjj . the program crashes when run from Qt Creator. Yes, I am using MSVC compiler 2017x64
@milan Hi You can try to run a repair via the visual studio installer. Also check your kits are ok.
The program failed because windows update deleted some dll while update happened. Restoring the dlls again, fixed the issue.
@milan Hi For reference, do u know name of that DLL? and what did u do to fix it ? (in what folder did u replace (/ put it back in)
@mrjj . I reinstalled ftd2xx.dll from the executables from https://www.ftdichip.com/ website
@milan ahh and app tried to use/linked to this dll?
@mrjj. Yes, I only have run-time error, the building has no problem
@milan Yes, it won't fail if dynamic linked so just check to understand why it died running from creator. Super. thank you for the feedback.