htod question
Jacob Carlborg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jan 22 07:02:07 PST 2016
On 2016-01-22 01:31, Dibyendu Majumdar wrote:
> I tried using htod but got errors as it could not handle the std C
> header files (Visual C++). How do people work around this?
You could try DStep [1]. Although I'm not entirely sure if it works on
Windows. It uses libclang, so if Clang can handle the header file it
should work in DStep as well.
[1] https://github.com/jacob-carlborg/dstep
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list