htod

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Aug 12 05:17:48 PDT 2011


On 8/12/11, Jason King <jhking at 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.


More information about the Digitalmars-d-learn mailing list