from .h to .d
    Jesse Phillips 
    jessekphillips+D at gmail.com
       
    Thu Jun  2 07:38:43 PDT 2011
    
    
  
Lloyd Dupont Wrote:
> let say there is a .h in the windows SDK I'm interested in (namely "msi.h"), 
> is there a way to automatically translate it to a .d?
> I think I read about such a thing once...
> 
> Thanks! 
> 
No. Though HtoD will do a pretty good job. It doesn't handle the preprocessor and may not get everything correct requiring some tweaking.
http://www.digitalmars.com/d/2.0/htod.html
    
    
More information about the Digitalmars-d-learn
mailing list