[Bf-committers] python32_d.dll requires MSVC9

Tom Edwards contact at steamreview.org
Thu Jul 21 14:12:17 CEST 2011


If VC9 is not installed, Blender debug builds quit with an "application 
was unable to start correctly" error as soon as they try to load the 
Python library.

The problem is that python32_d.dll was built with the VC9 debug CRT 
dynamically linked, and that the debug CRT is available only through an 
install of VC9. The solution is simply to recompile the DLL with the 
runtime statically linked (/MTd).

This is the only thing preventing VC10 builds from succeeding!


More information about the Bf-committers mailing list