Thank you very much, that solved my issue.


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