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.