timothy murphy ab8aa90037 Correct for bad pythonpath vor 13 Jahren
..
codetest_osbuild.sh d6012b0fdf Team sf branch. vor 15 Jahren
countbinaries.sh d6012b0fdf Team sf branch. vor 15 Jahren
createrfifile.pl d6012b0fdf Team sf branch. vor 15 Jahren
createvmap.py 5f8fd30fdd Make creatvmap unicode/bytes agnostic vor 13 Jahren
csv_gather.py 7dc1e26dcb merge from fix vor 13 Jahren
csv_totals.py 7dc1e26dcb merge from fix vor 13 Jahren
depcrunch.py 7fa54767c1 python3 updated for some important tools vor 13 Jahren
failedstats.py d6012b0fdf Team sf branch. vor 15 Jahren
fixmeta.py d6012b0fdf Team sf branch. vor 15 Jahren
gethost.sh 03ea8b5736 fix: raptor util build - permit fetch from rene when projects.developer.nokia.com is down. vor 13 Jahren
gk2csv.py 7fa54767c1 python3 updated for some important tools vor 13 Jahren
grokbuild.py ad558ed262 gk2csv - view build performanc output from grokbuild as a csv. Anno file parser fixes vor 13 Jahren
install_raptor.sh 0996a3dc42 Review comments. vor 13 Jahren
mkgetfailed.py d6012b0fdf Team sf branch. vor 15 Jahren
msvcr71.dll 2d38028ae9 Convert Build package from SFL to EPL vor 15 Jahren
oby2linux.py d6012b0fdf Team sf branch. vor 15 Jahren
osbuild.sh d6012b0fdf Team sf branch. vor 15 Jahren
raptorlog.py d6012b0fdf Team sf branch. vor 15 Jahren
readme.txt d6012b0fdf Team sf branch. vor 15 Jahren
recipestats.py 7fa54767c1 python3 updated for some important tools vor 13 Jahren
sbs cbe6990510 [mq]: saxconfig vor 13 Jahren
sbs.bat cbe6990510 [mq]: saxconfig vor 13 Jahren
sbs.py addec01f00 Merge with fix vor 13 Jahren
sbs_check_exports.py 64a080b6a3 added scipt for checking exports across multiple logs vor 15 Jahren
sbs_diff.py b708392c40 Fix sbs_diff.py for the "raptor" package vor 13 Jahren
sbs_env cbe6990510 [mq]: saxconfig vor 13 Jahren
sbs_env.bat cbe6990510 [mq]: saxconfig vor 13 Jahren
sbs_env.py 99532b6c93 Copyright fixes and more robust PYTHONPATH handling vor 13 Jahren
sbs_filter a5db31241c Responded to OTS review for 222 vor 13 Jahren
sbs_filter.bat 494db9d132 Review comments for Cygwin 1.7 changes. vor 15 Jahren
sbs_filter.py cbe6990510 [mq]: saxconfig vor 13 Jahren
sbs_index.py ab8aa90037 Correct for bad pythonpath vor 13 Jahren
sbsv2cache.py d6012b0fdf Team sf branch. vor 15 Jahren
setup_user.sh d6012b0fdf Team sf branch. vor 15 Jahren
speedtest_osbuild.sh d6012b0fdf Team sf branch. vor 15 Jahren
squashlog.py d6012b0fdf Team sf branch. vor 15 Jahren
statcollate.py d6012b0fdf Team sf branch. vor 15 Jahren
timelines.py c6f8a9dea3 apply review comments: vor 15 Jahren
unsplitdirs.py d6012b0fdf Team sf branch. vor 15 Jahren
vartoxml.py d6012b0fdf Team sf branch. vor 15 Jahren
whatsource.py d6012b0fdf Team sf branch. vor 15 Jahren

readme.txt

The distribution of the file is based on the follwing article ID:326922 Rev.5 from Microsoft Knowledge Base.

http://support.microsoft.com/kb/326922


Article ID: 326922 - Last Review: March 19, 2008 - Revision: 5.0
Redistribution of the shared C runtime component in Visual C++


SUMMARY

When you build an application in Microsoft Visual Studio, and the application uses the C run-time libraries (CRT), distribute the appropriate CRT DLL from the following list with your application:

* Msvcr90.dll for Microsoft Visual C++ 2008
* Msvcr80.dll for Microsoft Visual C++ 2005
* Msvcr71.dll for Microsoft Visual C++ .NET 2003 with the Microsoft .NET Framework 1.1
* Msvcr70.dll for Microsoft Visual C++ .NET 2002 with the Microsoft .NET Framework 1.0

For Msvcr70.dll or for Msvcr71.dll, you should install the CRT DLL into your application program files directory. You should not install these files into the Windows system directories. For Msvcr80.dll and for Msvcr90.dll, you should install the CRT as Windows side-by-side assemblies.

MORE INFORMATION

The shared CRT DLL has been distributed by Microsoft in the past as a shared system component. This may cause problems when you run applications that are linked to a different version of the CRT on computers that do not have the correct versions of the CRT DLL installed. This is commonly referred to as the "DLL Conflict" problem.

To address this issue, the CRT DLL is no longer considered a system file, therefore, distribute the CRT DLL with any application that relies on it. Because it is no longer a system component, install it in your applications Program Files directory with other application-specific code. This prevents your application from using other versions of the CRT library that may be installed on the system paths.

Visual C++ .NET 2003 or Visual C++ .NET 2002 installs the CRT DLL in the System32 directory on a development system. This is installed as a convenience for the developer. Otherwise, all projects that are built with Visual C++ that link with the shared CRT require a copy of the DLL in the build directory for debugging and execution. Visual C++ 2005 and Visual C++ 2008 install the CRT DLL as a Windows side-by-side assembly on Windows XP and later operating systems. Windows 2000 does not support side-by-side assemblies. On Windows 2000, the CRT DLL is installed in the System32 directory.

When you distribute applications that require the Shared CRT library in the CRT DLL, we recommend that you use the CRT.msm merge module that is included with Visual C++ instead of directly distributing the DLL file.

Windows side-by-side assemblies
Msvcr80.dll with Visual C++ 2005 and Msvcr90.dll with Visual C++ 2008 are redistributed as Windows side-by-side assemblies except on Windows 2000. You should install these versions of the CRT on target computers by running the Vcredist_x86.exe application that is included with Visual Studio. There are installers for the x64 and IA-64 platforms also. Alternatively, you can use the CRT msm merge module that is supplied with Visual Studio to package the CRT installer into your own setup application. This will make the CRT available as a shared assembly to all applications because it is installed in the \windows\winsxs directory on supported operating systems.