diff --git a/docs/UsingJacob.html b/docs/UsingJacob.html index 4477b01..063a0e3 100644 --- a/docs/UsingJacob.html +++ b/docs/UsingJacob.html @@ -53,7 +53,17 @@ This library supports several different :

The default is "no additional checking" Example: -XCheck:jni +

+


+

Finding the DLL version using windows command line

+The jacob.dll file includes the jacob release number in the version field. +Run the following from the command prompt dumpbin /version jacob.dll . +The dll version number is stored in the "image version" field of the +"OPTIONAL HEADER VALUES" section. +This information from +The Microsoft msdn web site +

Last Modified 2/2007