mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
e83d278778
commit
5ba421bcc4
@ -241,6 +241,10 @@ E. Windows compiling, testing, and installing the IPhreeqc library
|
||||
library and header files will be saved. It is suggested that
|
||||
an INSTALL directory be defined inside the directory chosen
|
||||
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
|
||||
(tests directory) will include Fortran test files. A Fortran
|
||||
compiler is required.
|
||||
@ -276,6 +280,7 @@ E. Windows compiling, testing, and installing the IPhreeqc library
|
||||
IPhreeqcd.lib
|
||||
IPhreeqc.dll
|
||||
IPhreeqcd.dll
|
||||
ZedGraph.dll (CLR/Charting)
|
||||
|
||||
Include files:
|
||||
C++ and C headers for user's code:
|
||||
@ -305,6 +310,10 @@ E. Windows compiling, testing, and installing the IPhreeqc library
|
||||
Documentation files:
|
||||
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
|
||||
-----------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user