On Wednesday, February 04, 2015 00:29:58 Jonathan M Davis via Digitalmars-d 
wrote:
> And the second problem is that
> dmc has that block of function declarations surrounded by
>
> #ifdef __NT__
> #ifndef __STDC__
> // declarations
> #endif
> #endif
>
> and it's quite possible that the declarations are being skipped entirely.

No, on further reflection, that can't be it, because it shows up in snn.lib,
not just io.h. So, it's actually in the compiled library. So, it probably is
a problem with the D declaration itself - be it the calling convention or
something else.

- Jonathan M Davis

Reply via email to