from .h to .d

2011-06-02 Thread Lloyd Dupont
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!

Re: from .h to .d

2011-06-02 Thread Jesse Phillips
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 a

Re: from .h to .d

2011-06-02 Thread Lloyd Dupont
Thanks! It will be a good start! "Jesse Phillips" wrote in message news:is879j$b5q$1...@digitalmars.com... 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