[Pyrex] compiler requires explicit cast?

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Jun 29 02:35:33 CEST 2009


horace wrote:

> hm... all HINSTANCE definitions i find in the windows sdk are void *.
>
> any other ideas?

Not really. You may need to dig into the generated
C code and find out exactly what the C compiler is
complaining about. Somewhere there must be a mismatch
between the Pyrex declarations and what the C compiler
is seeing.

-- 
Greg



More information about the Pyrex mailing list