xr250
Results
1
comments of
xr250
I encountered the same issue, and determined that require('zmq') loads libzmq-v100-mt-4_0_4.dll which has a dependency on MSVCP100.DLL and MSVCR100.DLL - both missing on my system. Installing the Visual C++ 2010...