Build GDBM version 1.8.3. 10/15/2002 with VC6 + PSDK 2003, in Project -> Settings -> Link -> input, use ignore LIBCD.LIB or LIBCxxx.lib depending on debug or release and single thread or multithread. Change #if to #ifdef or VC will throw out error during compiling.
GDBM is simple and useful if one doesn't need a full DBSM like MySQL or Oracle to support some standalone applicaitons. The only thing to pay attention is the license - GNU General Public License or version 2.
用 VC6 + PSDK 2003 作純Windows系統(native)轉載 在計畫 -> 選項 -> 連接 -> 輸入 忽略默認庫文件下輸入LIBCxxx.LIB. 有些原碼中使用#if將其改為#ifdef.
GDBM 我喜歡其輕便小巧 容易使用 另一個相似的資料庫 - BerkleyDB.