Updated notes per feedback from McDade
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h3>What's New</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Now compiles with with Visual Studio 2005 (M1)
|
||||
Now compiles with with Visual Studio 2005 (M1).
|
||||
</li>
|
||||
<li>
|
||||
Changed milestone release naming convetion from "pre..." to "M..."
|
||||
@@ -26,7 +26,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">1709841 </td>
|
||||
<td width="87%" valign="top">(M1) Compiles with Visual Studio 2005</td>
|
||||
<td width="87%" valign="top">(M1) Compiled with Visual Studio 2005.
|
||||
See the UsingJacob.html file for impact this has on NT, 2000 and Server 2003 users.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="13%" valign="top">1701995 </td>
|
||||
|
||||
@@ -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.
|
||||
<p>
|
||||
<hr>
|
||||
<h1>Microsoft Visual C++ library dependencies.</h1>
|
||||
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.
|
||||
<pre>
|
||||
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
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
<hr>
|
||||
<h1>Jacob Command Line Settings</h1>
|
||||
|
||||
Reference in New Issue
Block a user