[Issue 13584] "not callable using argument types" despite perfect match
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Sep  3 00:18:23 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13584
Kenji Hara <k.hara.pg at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
The test case is incomplete. In here
        err = Pa_OpenStream (&stream,
            cast(const(PaStreamParameters*))&inputP,
            cast(const(PaStreamParameters*))null,
            44100.0,
            paFramesPerBufferUnspecified.to!uint,
            paClipOff,
            &record,
            cast(void*)data.ptr
        );
the 'record' is unknown identifier, so I cannot see what's the problem.
Downgrade importance to normal.
--
    
    
More information about the Digitalmars-d-bugs
mailing list