Sean Lynch wrote:

>Turns out Windows can't resolve pointers from DLLs at compile time, and
>there are a bunch of functions and constants in OpenAL that aren't
>defined under Windows, so I commented them out in the spirit of
>portability. Here's a patch. I also made a Windows installer of the
>package if anyone's interested.
>  
>
Err, don't bother with this patch yet. It crashes on import, presumably
because I replaced the PyObject_HEAD_INIT(&PyType_Type) with
PyObject_HEAD_INIT(NULL) which is probably not right. I'll be back with
another patch.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to