added CLR documentation

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9680 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-05-20 03:54:00 +00:00
parent e83d278778
commit 5ba421bcc4

View File

@ -241,6 +241,10 @@ E. Windows compiling, testing, and installing the IPhreeqc library
library and header files will be saved. It is suggested that library and header files will be saved. It is suggested that
an INSTALL directory be defined inside the directory chosen an INSTALL directory be defined inside the directory chosen
for the binaries. for the binaries.
(3) BUILD_CLR_LIBS--If checked, will compile the CLR version of the
library. This will enable the charting capabilities of
phreeqc through the use of Zedgraph. This option is only
available if BUILD_SHARED_LIBS is checked.
(4) IPHREEQC_FORTRAN_TESTING--Sets whether the test calculations (4) IPHREEQC_FORTRAN_TESTING--Sets whether the test calculations
(tests directory) will include Fortran test files. A Fortran (tests directory) will include Fortran test files. A Fortran
compiler is required. compiler is required.
@ -276,11 +280,12 @@ E. Windows compiling, testing, and installing the IPhreeqc library
IPhreeqcd.lib IPhreeqcd.lib
IPhreeqc.dll IPhreeqc.dll
IPhreeqcd.dll IPhreeqcd.dll
ZedGraph.dll (CLR/Charting)
Include files: Include files:
C++ and C headers for user's code: C++ and C headers for user's code:
IPhreeqc.hpp (C++ header) IPhreeqc.hpp (C++ header)
IPhreeqc.h (C header) IPhreeqc.h (C header)
Optionally, may need one or more of the following: Optionally, may need one or more of the following:
Var.h (IPhreeqc VAR structure) Var.h (IPhreeqc VAR structure)
@ -305,6 +310,10 @@ E. Windows compiling, testing, and installing the IPhreeqc library
Documentation files: Documentation files:
html/index.html (IPhreeqc API documentation) html/index.html (IPhreeqc API documentation)
Note: In order to use the CLR version (Charting) the Zedgraph.dll file
must be registered either by installing the Phreeqc or the PhreeqcI MSI,
or through the use of the Visual Studio Tool gacutil.
----------------------------------------------------------------------------------- -----------------------------------------------------------------------------------
F. Using the library F. Using the library
----------------------------------------------------------------------------------- -----------------------------------------------------------------------------------