importC reflection bugs

Dakota dakota at gmail.com
Mon Feb 26 14:07:49 UTC 2024


I want to use importC reflection c header then generate D 
interface.

one problem I can not workaround is to determine `size_t` 
`ptrdiff_t` `uintptr_t`, they become `ulong`, `long`, `ulong`.


I need a method to let the D CTFE know the imported C type 
original type( `size_t` but not `ulong`).  Is this possible?




More information about the Digitalmars-d mailing list