dub build doesn't work

Justin Stephens jstephens2020 at outlook.com
Wed Oct 23 01:25:23 UTC 2019


On Tuesday, 22 October 2019 at 22:14:02 UTC, OiseuKodeur wrote:
> Hello, i am having a problem with dub build with this project 
> https://github.com/OiseauKodeur/cervelet/tree/master/source
>
> when i try to compile everything go well but when i click to 
> run the .exe it give my an error missing msvcr100.dll, but with 
> rdmd the program run fine

Hi. The link you provided is invalid (is your repository 
private?), but I'll try my best to help. This is a problem with 
your system being unable to locate "msvcr100.dll", which it needs 
to load for your application. From what I have found from a quick 
search, this .dll is a part of Microsoft Visual C++. You should 
try installing Visual C++ and see if that solves the problem.

Best


More information about the Digitalmars-d-learn mailing list