Thread overview | |||||
---|---|---|---|---|---|
|
June 02, 2011 from .h to .d | ||||
---|---|---|---|---|
| ||||
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! |
June 02, 2011 Re: from .h to .d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Lloyd Dupont | 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 |
June 02, 2011 Re: from .h to .d | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jesse Phillips | 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 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 |
Copyright © 1999-2021 by the D Language Foundation