> My theory on why it doesn't work with Visual C++ 2010 EE: Had a similar problem at work recently. Check for the runtime-dlls. They are not removed correctly or are a separate package (at least in our case).
In addition, a too-old scons-version, which is older than the msvc version will use the old libs/dlls, even with the newer compiler. I don't know about cmake, but scons gets the compiler version from the registry and some heuristics. Updating scons helped us. -- Dr. Lars Krueger GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 ¿/mtl.!* http://portal.gmx.net/de/go/dsl _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
