"function not callable using argument types" - i disagree

Nimrod okoudcsharp via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 8 01:56:39 PDT 2014


On Tuesday, 7 October 2014 at 19:15:31 UTC, Vlad Levenfeld wrote:
> Update: I just did a manual cast. Still getting there error. 
> Here's the new argument lists:
>
> (void**, const(PaStreamParameters*), 
> const(PaStreamParameters*), double, uint, uint, extern (C) int 
> function(const(void)*, void*, uint, 
> const(PaStreamCallbackTimeInfo)*, uint, void*), void*)
>
> (void**, const(PaStreamParameters*), 
> const(PaStreamParameters*), double, uint, uint, extern (C) int 
> function(const(void)*, void*, uint, 
> const(PaStreamCallbackTimeInfo)*, uint, void*), void*)
>
> They're identical... unless I'm losing my mind. Yet still its 
> "not callable using argument types"

Have you tried the switch -vcolumn ? Maybe it'll point the 
location of the problem in a more accurate way. Just an idea.


More information about the Digitalmars-d-learn mailing list