www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - More complete windows declarations

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?
Sep 21 2020