microsoft / WebRTC-universal-samples

WebRTC samples for the Universal Windows Platform.
177 stars 70 forks source link

peerconnection_server requires debug runtimes #31

Closed stjohn909 closed 5 years ago

stjohn909 commented 6 years ago

Missing MSVCP140D.dll error on test machine without Visual Studio installed. Runs fine on dev machine.

Jelop commented 6 years ago

Hi, I had the same issue and I fixed it by copying the file from C:\Windows\SysWOW64 on my machine to the test machine. There were two other files that were needed as well so I copied them from the same place. I put the files in the same folder as the server but I expect putting them in SysWOW64 on the test machine would work as well.

stjohn909 commented 6 years ago

I was able to build a release version by recursively cloning this repo and building the peerconnection_server project in Release/x64 configuration: https://github.com/webrtc-uwp/webrtc-uwp-sdk I'm not sure who derives from whom, because I'm still kind of new at this, so apologies if this is redundant.

jamescadd commented 6 years ago

Thanks @stjohn909 - the repo you linked is the repo of record, this is a just a mirror of that code. I need to update the exe here with a release version to fix the issue.

markgrossnickle commented 5 years ago

For anyone else that stumbles onto this issue as I don't believe a new exe has been uploaded to the project. This is a x64 release build and it runs correctly.

peerconnection_server.zip

jamescadd commented 5 years ago

Thanks @markgrossnickle - updated the binary in the repo.