From 5ba421bcc4347e0ec1a22da4a877cb34cbd08731 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Wed, 20 May 2015 03:54:00 +0000 Subject: [PATCH] added CLR documentation git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@9680 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- README.IPhreeqc.TXT | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.IPhreeqc.TXT b/README.IPhreeqc.TXT index 3f24a09f..a0ec509f 100644 --- a/README.IPhreeqc.TXT +++ b/README.IPhreeqc.TXT @@ -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,11 +280,12 @@ 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: - IPhreeqc.hpp (C++ header) - IPhreeqc.h (C header) + IPhreeqc.hpp (C++ header) + IPhreeqc.h (C header) Optionally, may need one or more of the following: Var.h (IPhreeqc VAR structure) @@ -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 -----------------------------------------------------------------------------------