X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=doc%2Fbook.xml;h=ab49cb81d6d7ae23a48256c7d1ae15fa03f06fae;hp=4cabbfb51b86839766bb0af28677a83a9dd509c1;hb=HEAD;hpb=0a20f58dff5f6c75b74dca282628cf4ec48a21b1 diff --git a/doc/book.xml b/doc/book.xml index 4cabbfb..ab49cb8 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -201,7 +201,7 @@ YAZ++ is shipped with "makefiles" for the NMAKE tool that comes with Microsoft Visual Studio. - Version 2003 (7), 2005 (8) and 2013 (12) has been tested. + Visual Studio 2013 (12.0) has been tested. Start a command prompt and switch the sub directory @@ -282,7 +282,7 @@ bin/zclient.exe - ZOOM C++ demo client. A simple WIN32 console application. + ZOOM C++ demo client. A simple Windows console application. @@ -322,8 +322,8 @@ int main(int argc, char **argv) { - connection conn("z3950.loc.gov", 7090); - conn.option("databaseName", "Voyager"); + connection conn("lx2.loc.gov", 210); + conn.option("databaseName", "LCDB"); conn.option("preferredRecordSyntax", "USMARC"); resultSet rs(conn, prefixQuery("@attr 1=7 0253333490")); const record *rec = rs.getRecord(0); @@ -863,8 +863,8 @@ int main(int argc, char **argv) { try { - connection conn("z3950.loc.gov", 7090); - conn.option("databaseName", "Voyager"); + connection conn("lx2.loc.gov", 210); + conn.option("databaseName", "LCDB"); conn.option("preferredRecordSyntax", "USMARC"); resultSet rs(conn, prefixQuery("@attr 1=7 0253333490")); const record *rec = rs.getRecord(0);