CPDB error to compile -
par Paul A. le 11/03/2004 @ 03:39
I am writing a small program to open an search record on a pdb file. The steps that I follow was (using cpdb wizard to make easy): 1. Add CPDB support to a C/C++ project: I locate my main app.c and app.h files an process the script. 2. Open database. The code generated was: Err errResult; UInt8 hmydb; Err = CPDB_Open(0, "mydb", dmModeReadWrite, &hmydb); I put this code on a click event of a button on a project form. 3. I gererate an Advanced Search as follow and put this after the code of item 2: Err errResult2; Boolean bFound;