The CAPI Manifesto

Vladimir Panteleev vladimir at thecybershadow.net
Sun Oct 16 23:21:49 PDT 2011


On Mon, 17 Oct 2011 08:24:26 +0300, Gor Gyolchanyan  
<gor.f.gyolchanyan at gmail.com> wrote:

> For example, replace by-pointer parameter declarations with _out_
> parameters when applicable (the underlying function signature is the
> same)

Note that this would make it nearly impossible to pass null pointers. A  
human would need to decide if a null pointer can be specified, or the  
converter would need to be aware of proprietary extensions which specify  
such things (e.g. Microsoft's __in).

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net


More information about the Digitalmars-d mailing list