[Win32 API] MessageBox Example without MSVCR120.dll dependency
    Adam D Ruppe 
    destructionator at gmail.com
       
    Sun Dec 25 18:42:06 UTC 2022
    
    
  
On Sunday, 25 December 2022 at 18:30:12 UTC, BoQsc wrote:
> This is a working Hello World example without dependency on 
> Microsoft C Runtime Library
you might also consider using `-m32omf` switch to dmd which will 
make it bundle the old digital mars c lib. this is generally 
worse but since it is bundled it can be convenient.
    
    
More information about the Digitalmars-d-learn
mailing list