On 8/12/11, Jason King <jhk...@airmail.net> wrote:
> 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'

You have an extra space there. Use:

htod -IC:\d\dm\include ocilib.h

That will work.

Reply via email to