From: Adam Dickmeiss Date: Wed, 28 Apr 2010 11:46:41 +0000 (+0200) Subject: Doc: update Windows library names (version 4) X-Git-Tag: v4.0.4~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b82cf50ef426bb3be1abe4260e5a1715e2c0603d Doc: update Windows library names (version 4) --- diff --git a/doc/installation.xml b/doc/installation.xml index 49a60ae..fc5acbd 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -654,17 +654,17 @@ The following files are generated upon successful compilation: - bin/yaz3.dll / - bin/yaz3d.dll + bin/yaz4.dll / + bin/yaz4d.dll &yaz; Release/Debug DLL. - lib/yaz3.lib / - lib/yaz3d.lib + lib/yaz4.lib / + lib/yaz4d.lib - Import library for yaz3.dll / - yaz3d.dll. + Import library for yaz4.dll / + yaz4d.dll. bin/yaz_icu3.dll / @@ -738,14 +738,14 @@ include path Set it to the include directory of &yaz;. - import library yaz3.lib + import library yaz4.lib 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 against yaz3d.lib instead. + link against yaz4d.lib instead. - dynamic link library yaz3.dll + dynamic link library yaz4.dll This DLL must be in your execution path when you invoke your application. Specifically, you should distribute this