From 103dfdda7d65dc866dfb07cb4f16b2fbc9bc2cf0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Aug 2004 09:08:58 +0000 Subject: [PATCH] Document the changes WRT WIN32 debug DLL/lib. --- NEWS | 4 ++++ doc/installation.xml | 16 ++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d088f40..1428865 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ Possible compatibility problems with earlier versions marked with '*'. +On Windows, the debug version DLL is now named yazdebug.dll (import +library yazdebug.lib). WIN32 installer includes these files when +development section is selected. + Added odr_get_element_path which returns current element path for an ODR handle. This utility is useful in error handling or user-defined ODR_PRINT stream. diff --git a/doc/installation.xml b/doc/installation.xml index 2c17e0a..09d9131 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -565,7 +565,7 @@ bin/yaz.dll - &yaz; multi-threaded Dynamic Link Library. + &yaz; release mode multi-threaded Dynamic Link Library. lib/yaz.lib @@ -573,6 +573,16 @@ Import library for yaz.dll. + bin/yazdebug.dll + + &yaz; debug mode multi-threaded Dynamic Link Library. + + + lib/yazdebug.lib + + Import library for yazdebug.dll. + + bin/yaz-client.exe &yaz; Z39.50 client application. It's a WIN32 console application. @@ -627,6 +637,8 @@ You must link with this library. It's located in the sub directory lib of &yaz;. + If you want to link with the debug version of &yaz;, you must + link with yazdebug.dll instead. dynamic link library yaz.dll -- 1.7.10.4