Here are the installers for various C++ runtimes:
(I can't find the VC++ 2003 one...)
VC++ 2005 (already included in Vista, last version to support Win9x)
VC++ 2005 SP1 (doesn't support Win9x)
VC++ 2008VC++ 2008 SP1The appropriate version needs to be installed if the extension is dynamic linked to the c++ runtime (dll version) instead of static linked (library/non-dll version), depending on which version of Microsoft Visual C++ was used to build the extension.
The "_Small" build types in the extension sdk are known to link to the dll version of the runtime, it's the main reason they are smaller, but it comes at the penalty of needing the above installed.