ctypes, error when calling function

Max M maxm at mxm.dk
Thu Oct 7 09:37:31 EDT 2004


Richie Hindle wrote:
>>AttributeError: function 'midiOutGetDevCaps' not found
> 
> Like a lot of Windows APIs, midiOutGetDevCaps exists in both ANSI and
> Unicode variants.  You need to call midiOutGetDevCapsA or
> midiOutGetDevCapsW according to whether you're using ANSI or Unicode.

Ah, ok. That nailed it.

> Because you're using c_char in your MIDIOUTCAPS structure:

Now I only need to get my MIDIOUTCAPS structure correct.

ValueError: Procedure probably called with too many arguments (60 bytes 
in excess)

But I can probably figure that out myself.

thanks!

-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science



More information about the Python-list mailing list