[Bf-committers] Windows SXS hell

Nathan Letwory jesterking at letwory.net
Fri Nov 20 06:21:06 CET 2009


2009/11/19 Charles Wardlaw <cwardlaw at marchentertainment.com>:
>>
>> The dll can be redistributed next to the blender executable, it doesn't
>> have to be installed.
>>
>> That doesn't require any additional permissions.
>>
>
> True, but it's extra files that have to be copied in; it's just as easy to
> change /MT:DLL (or whatever that switch is) to /MT in the compile flags.  I
> guess it's as simple a solution; either one would be very welcome.

The DLLs are currently necessary for the Python 3.1 dlls. I meant to
build better versions for us, but it wasn't working right away (static
libs instead of dlls), that I opted for default build. The rest of
Blender is built with /MT.

Currently Blender 2.49b 32bit comes with all necessary dlls. Blender
2.5 32bit and 64bit will both have all necessary dlls provided.

/Nathan


More information about the Bf-committers mailing list