Python 2.6, building SDL for Pygame

L

L. Lindstrom

I build the Pygame releases for Windows. Pygame wraps the Simple
Directmedia Layer (SDL) C library. I am doing preliminary research into
porting Pygame to Python 2.6. For Pythons 2.4 and 2.5 the Pygame
extension modules are built with MinGW. They link cleanly against
msvcr71.dll. A custom SDL, also linked to msvcr71.dll, is used. It is
built with Msys/MinGW using the configure/make tool chain.

For Python 2.6 I expect Visual Studio 2008 will be required to build the
Pygame extension modules. However, I am at a loss as to how to build SDL
so it also links against msvcr90.dll. Windows' side=by-side assemblies
get in the way. The Msys build process fails. The first test program
configure compiles and runs refuses to load msvcr90.dll. It raises an
R6034 error. How important is it that a C library uses the same C
run-time as the Python extension module that wraps it? If it is not
critical then the SDL library will just use msvcrt.dll for Pygame and
Python 2.6.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top