Why my app require MSVCR120.dll?
    Benjamin Thaut via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Nov  6 08:31:40 PST 2015
    
    
  
On Friday, 6 November 2015 at 16:21:35 UTC, Suliman wrote:
> On Friday, 6 November 2015 at 13:50:56 UTC, Kagamin wrote:
>> MSVCR is a C runtime. On Linux it will depend on a C runtime 
>> too.
>
> But which part of my App depend on C runtime?
All of it. Phobos and druntime use the C runtime, that means the 
language itself depends on the C runtime.
    
    
More information about the Digitalmars-d-learn
mailing list