Author: wyoung
Date: Thu Aug 23 22:12:56 2007
New Revision: 1753

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1753&view=rev
Log:
Small clarity tweaks

Modified:
    trunk/README.vc

Modified: trunk/README.vc
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/README.vc?rev=1753&r1=1752&r2=1753&view=diff
==============================================================================
--- trunk/README.vc (original)
+++ trunk/README.vc Thu Aug 23 22:12:56 2007
@@ -30,12 +30,11 @@
 
     Be sure to build both the Debug and Release versions of the
     library.  You will need them both because when you build your
-    program in Release mode, it won't work with mysqlpp.dll built
-    in Debug mode.  The converse may also be true, but I'm not sure.
-    The simplest way to ensure that you're running your program against
-    the correct DLL is to copy the debug version of the MySQL++ DLL
-    into your program's Debug build directory, and the same for the
-    release version.
+    program in Release mode, it won't work with a MySQL++ DLL built
+    in Debug mode.  The simplest way to ensure that you're running
+    your program against the correct DLL is to copy the debug version
+    of the MySQL++ DLL into your program's Debug build directory,
+    and the same for the Release directory.
 
     With the library built, run at least the resetdb and simple1
     examples to ensure that the library is working correctly.


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to