I'm attempting to convert a c header to d using htod. If this is not current best practice please point me in another direction.

C:\dir>htod -I c:\d\dm\include ocilib.h
Fatal error: unable to open input file 'stdlib.h'

C:\dir>dir c:\d\dm\include\stdlib.h
 Directory of c:\d\dm\include

07/28/2011  09:10 PM            12,553 stdlib.h
               1 File(s)         12,553 bytes
               0 Dir(s)  526,794,256,384 bytes free

Putting stdlib.h in same dir with header I'm converting gives no joy either.

Reply via email to