Hi Kwame,
It's good to hear that the issue with the missing .DLL you were having was able to be resolved by installing the
Microsoft Visual C++ 2015 Redistributable Update 3 RC.
Thanks for the feedback info regarding, it too can help others.
And yes, the Hint that I included in my previous reply (that was marked as answer) was aimed at informing that on a 64 bit architecture type system the system type does not determine the file that is needed by the app calling for it (64 bit or 32 bit), it's
the architecture structure that was used for the development of the application (app) at hand (that is calling for it) that needs that specific .DLL (dynamic link library) file to run, operate, and function as designed successfully, without error.
Cheers!
-Richard