Why my app require MSVCR120.dll?
    Suliman via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Nov  6 05:16:44 PST 2015
    
    
  
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?
    
    
More information about the Digitalmars-d-learn
mailing list