diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 028c21c..4cf6664 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -5,7 +5,7 @@
What's New
-
- Now compiles with with Visual Studio 2005 (M1)
+ Now compiles with with Visual Studio 2005 (M1).
-
Changed milestone release naming convetion from "pre..." to "M..."
@@ -26,7 +26,9 @@
| 1709841 |
- (M1) Compiles with Visual Studio 2005 |
+ (M1) Compiled with Visual Studio 2005.
+ See the UsingJacob.html file for impact this has on NT, 2000 and Server 2003 users.
+ |
| 1701995 |
diff --git a/docs/UsingJacob.html b/docs/UsingJacob.html
index 98ad477..ed4e8f7 100644
--- a/docs/UsingJacob.html
+++ b/docs/UsingJacob.html
@@ -23,6 +23,21 @@ are generated. The only way around this at this time (1.11) is to put the jacob
in the common/lib because that classloader is inherited by all of the applicaitons
so the DLLs will only get loaded once. This problem is described in SF 1645463 and
should be fixed in some future release, fix method and time not yet determined.
+
+
+Microsoft Visual C++ library dependencies.
+ Jacob 1.3 is built with VC++ 2005 that creates a dependency on msvcr80.dll.
+ Windows XP and later seem to already include the necessary components.
+ NT/2000 and Server/2003 require that you download vcredist_x86.exe
+ from the microsoft web site.
+ Microsoft has a download available that supplies the necessary components.
+ It is distributed as a redistributable package.
+ See the following links.
+
+http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en
+http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
+
+
Jacob Command Line Settings