[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame 1.7 release for windows. sdl_mixer, help!



Rene Dudfield wrote:
pygame for windows is working well except for sdl_mixer, and smpeg.

I can not get them to run with msvcr71.  Which is what python2.4
needs.  I can get them compiled, but loading the dlls fails.

What does it say when you import the module?
Have you checked what everyone wants to import? (you can do that with "dumpbin /dependents <dll>")


I can't use the binaries on libsdl.org either, as they do not use the
msvcr71 C library.

Have you also tried a version that you've compiled yourself (which means it will then import msvcr71.dll instead of msvcrt.dll)?


- Matthias -