with the release version, pygame 1.7 links to msvcr71.dll while the sdl dlls link to msvcrt.dll, and they run together fine except for opening things from file-like objects, so as long as you don't do that, the sdl version should be interoperable
Here are builds of the same versions of sdl that pygame 1.7 uses that don't have a c runtime version problem: http://thorbrian.com/SDLDependenciesUsingMSVCR71.zip On Mon, Mar 24, 2008 at 10:32 PM, Lenard Lindstrom <[EMAIL PROTECTED]> wrote: > The 1.7 and 1.8 dependencies are linked to a different C library, > msvcrt.dll and msvcr71.dll respectively. It is quite likely they will > not work together. > > Lenard >