C callback receives bad pointer argument
Andrej Mitrovic
andrej.mitrovich at gmail.com
Thu Jun 30 15:30:53 PDT 2011
Try this:
int
process (jack_nframes_t nframes, void *arg)
->
extern(C) int
process (jack_nframes_t nframes, void *arg)
More information about the Digitalmars-d-learn
mailing list