upgrading documentation

This commit is contained in:
clay_shooter
2006-10-28 14:56:31 +00:00
parent 719ea199bd
commit 959da16864
2 changed files with 17 additions and 16 deletions

View File

@@ -125,8 +125,10 @@
<!-- ====================================================================== <!-- ======================================================================
32 bit x86 can only be built on 32 bit because of a JDK library issue. 32 bit x86 can only be built on 32 bit because of a JDK library issue.
true if on x86, unset in all other cases. arch=x86 true if on 32 bit, unset in all other cases.
Assume 64 bit builds are ok if MSDEVDIR and MSSDKDIR are different Assume 64 bit builds are ok if MSDEVDIR and MSSDKDIR are different
because they are always that way on 64 bit and are that
way on 32 bit if using VC++ 6 with platform libraries
================================================================== --> ================================================================== -->
<condition property="canBuildX86"> <condition property="canBuildX86">
<os arch="x86"/> <os arch="x86"/>

View File

@@ -6,7 +6,9 @@
<li> <li>
<b>Build</b> <b>Build</b>
<ul> <ul>
<li>Build process now notifies developer if version property missing <li>Build process now notifies developer if version property missing</li>
<li>Build process now compiles 32 bit and/or 64 bit DLLs as appropriate
for the build environment.</li>
</ul> </ul>
</li> </li>
<li> <li>
@@ -15,10 +17,13 @@
<li>Variant.noParam() changed to Variant.putNoParam() <li>Variant.noParam() changed to Variant.putNoParam()
<li>Variant.toString() now follows normal java semantics. <li>Variant.toString() now follows normal java semantics.
This conflicted with the jacob toXXX() standard. This conflicted with the jacob toXXX() standard.
<li>Many Variant.toXXX() methods deprecated because folks didn't realize they were doing type conversion <li>Many Variant.toXXX() did type conversion in addition to a get. The
methods have deprecated because folks didn't realize
they were doing type conversion.
Most calls to toXXX() methods should actually be getXXX() calls. Most calls to toXXX() methods should actually be getXXX() calls.
This also allowed toString() to follow Java conventions This also allowed toString() to follow Java conventions
<li>Variant native methods wrapped with java methods to better armor the Variant <li>Variant native methods are wrapped with java methods that do parameter and
state checking to better armor the Variant
</ul> </ul>
</li> </li>
</ul> </ul>
@@ -83,15 +88,14 @@
</tr> </tr>
<tr> <tr>
<td width="13%">1550628</td> <td width="13%">1550628</td>
<td width="87%">Moved all LoadLibrary requests into JacobObject. Classes not subclassed <td width="87%">Moved all LoadLibrary requests into LibraryLoader. Classes not subclassed
off of JacobObject make calls to a static method on JacobObject to make sure off of JacobObject make calls to a static method on LibraryLoader to make sure
DLL is loaded(pre1)</td> DLL is loaded(pre1)</td>
</tr> </tr>
</table> </table>
</ul> <!-- --------- -->
<!---------------------------------------/>
<h2>JACOB 1.10.1</h2> <h2>JACOB 1.10.1</h2>
<h3>What's New</h3> <h3>What's New</h3>
<ul> <ul>
@@ -133,9 +137,8 @@
</tr> </tr>
</table> </table>
</ul> <!-- ++++++++++++++++++++++++++++++ -->
<!---------------------------------------/>
<h2>JACOB 1.10</h2> <h2>JACOB 1.10</h2>
<h3>What's New</h3> <h3>What's New</h3>
<ul> <ul>
@@ -251,10 +254,7 @@
</tr> </tr>
</table> </table>
</ul> <!-- ++++++++++++++++++++++++++++++ -->
<!---------------------------------------/>
<h2>JACOB 1.9.1</h2> <h2>JACOB 1.9.1</h2>
<h3>What's New</h3> <h3>What's New</h3>
@@ -330,9 +330,8 @@
</tr> </tr>
</table> </table>
</ul>
<!---------------------------------------/> <!-- ++++++++++++++++++++++++++++++ -->
<h2>JACOB 1.9</h2> <h2>JACOB 1.9</h2>
<h3>What's New</h3> <h3>What's New</h3>