More complete windows declarations

FreeSlave freeslave93 at gmail.com
Mon Sep 21 11:52:50 UTC 2020


Druntime has a limited set of declarations, lacking some COM 
interfaces, e.g. IShellItem and IFileOperation (the latter is 
understandable though as it was introduced in Vista, and I guess 
druntime declarartions are limited to symbols from XP), and some 
others are declared wrongly (e.g. IShellFolder2 has duplicated 
declarations of methods derived from IShellFolder).
Is there any project on porting missing declarartions to D?


More information about the Digitalmars-d-learn mailing list