HTOD: Low hanging fruit

Dicebot public at dicebot.lv
Fri Dec 6 07:14:20 PST 2013


On Friday, 6 December 2013 at 15:04:18 UTC, Andre wrote:
> Hi,
>
> HTOD is not able to translate a #define if the
> value is in brackets like here:
>
> #define SQL_STILL_EXECUTING			2
> #define SQL_ERROR				(-1)
> #define SQL_INVALID_HANDLE			(-2)
> #define SQL_NEED_DATA				99
> (Example from ODBC header file sql.h)
>
> This seems like a low hanging fruit.
>
> Kind regards
> André

htod is old and unsupported. I recommend dstep 
(https://github.com/jacob-carlborg/dstep) which is based on 
libclang and thus naturally up to date with current C state.


More information about the Digitalmars-d mailing list