[Win32 API] MessageBox Example without MSVCR120.dll dependency
    novice2 
    sorry at noem.ail
       
    Mon Dec 26 06:13:08 UTC 2022
    
    
  
to avoid special compile command just add one code line:
pragma(lib, "user32.lib");
    
    
More information about the Digitalmars-d-learn
mailing list