#define EDIT_PARAMETERS 200
#define ABOUT_DEMO 300
+// this seems to be missing, Robert Roebling (?)
+#ifndef MAX_PATH
+#define MAX_PATH 200
+#endif
// Name of the table to be created/opened
const char CONTACT_TABLE_NAME[] = "contacts";
class CeditorDlg;
class CparameterDlg;
-#ifdef __UNIX__
-const char paramFilename[] = "../dbtest.cfg";
-#else
const char paramFilename[] = "dbtest.cfg";
-#endif
/*