On Friday, 6 November 2015 at 18:39:49 UTC, ponce wrote:
On Friday, 6 November 2015 at 13:16:46 UTC, Suliman wrote:
I wrote Application in D. That use next components:

"colorize": ">=1.0.5",
"ddbc": ">=0.2.11",
"vibe-d": "~>0.7.26"

On Windows 7 it's work fine. On Windows 10 (clean install) it's do not start and require MSVCR120.dll And I can't understand what component is pulling this lib as dependence. What would be if I am try to port my App to Linux?

What compiler are you using?

I am using DMD. The software was compiled on Windows 7. On Windows 10 I just tried to run it.

Is there any way to drop down C-runtime part to get App more portable or maybe to statically link with C lib to be sure that my App will work everywhere?

Reply via email to