Windows Zoom SDK Redistributables

I am building my app using Visual Studio 2015. I have embedded the zoom sdk into a managed C++ app.

I then use that managed library inside of a WPF application.

It runs fine on my dev computer, but when I deploy everything to my test clean windows 10 computer it doesn’t run.

I don’t get any error. I just try to run it and nothing happens.

I tried installing VC runtimes. I installed 2008, 2010, 2012, 2013 and 2015.

I also installed the redist that is inside the zoom sdk bin folder.

Still no go.

our windows sdk only depends on VC runtimes 2008. how did you call our c++ dlls via c#? maybe miss some api-ms-win-crt-*.dll, api-ms-win-core-*.dll, i think you can try to install Microsoft Visual C++ 2015 Redistributable (x86) if you don’t do that. thanks.

I will try that and let you know.

Marking as solved.

-Tommy