How to use dll generated by visual studio in another machine without visual studio installed?
问题 I have generated dynamic library in visual studio 2012. I want to use that library in another machine, but I don't want to install visual studio in remote machine. I have mex library and dll and I want to run a script which uses both libraries. When I run the script I got the following error. "Missing shared libraries: MSVCR110D.dll, MSVCP110D.dll" Where do I need to place those dll's inorder to run my script file in matlab. 回答1: MSVCR110D.dll and MSVCP110D.dll are debug libraries. If your