From 9c8aa7cb6a20a74004bafa31e3acf7f52bf3a477 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 14:22:00 -0600 Subject: [PATCH] Create 78.md --- docs/forum/bitcoin-forum/78.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/forum/bitcoin-forum/78.md diff --git a/docs/forum/bitcoin-forum/78.md b/docs/forum/bitcoin-forum/78.md new file mode 100644 index 0000000..2f5ed18 --- /dev/null +++ b/docs/forum/bitcoin-forum/78.md @@ -0,0 +1,32 @@ +--- +layout: forum +title: 'Re: Command Line and JSON-RPC' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 78 +date: 2010-02-26 16:29:21 UTC +original: https://bitcointalk.org/index.php?topic=63.msg555#msg555 +--- + +# Re: Command Line and JSON-RPC + +--- + +``` +Re: Command Line and JSON-RPC +February 26, 2010, 04:29:21 PM + +wx/clipbrd.h isn't used, move it inside the #if wxUSE_GUI. + +Updated headers.h on SVN. + +Sorry, I linked to wxbase but I had full wxWidgets on my computer. + +The db.h:140 class Db no member named "exisits" is stranger. pdb->get, pdb->put, pdb->del compiled before that. Do you have version 4.7.25 of Berkeley DB? + +Db::exists() +http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/frame_main.html +http://www.oracle.com/technology/documentation/berkeley-db/db/api_reference/CXX/dbexists.html + +I suppose they might have added exists recently, using get before that. +```