VCOMP140.dll missing

Hi, when attempting to use knitro to solve a problem I get the following error code:

exit value 18446744072635810101

I managed to trace it back to a missing vcomp140.dll library. Can I get any pointers about how to solve this problem?

Best,
Walton.

Hi @Walton,

The described error usually derives from missing Visual Studio runtime libraries. Installing Microsoft Visual C++ Redistributable should solve your issues.

Generic information and link for download are available at
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
and
https://aka.ms/vs/17/release/vc_redist.x64.exe

Hope this helps!
Best regards,

Nicolau

Dear Nicolau.

Thank you very much for your help. Everything works fine now.

Best,
Walton.