JT wrote:
i'm trying to create a binding for berkeley db dll and quickly ran into some
problems, how do i translate statement below.
int DB->open(DB *db, DB_TXN *txnid, const char *file,
const char *database, DBTYPE type, u_int32_t flags, int mode);
my normal approach would be,
extern (C)
Mike Parker Wrote:
> JT wrote:
> > i'm trying to create a binding for berkeley db dll and quickly ran into
> > some problems, how do i translate statement below.
> >
> > int DB->open(DB *db, DB_TXN *txnid, const char *file,
> > const char *database, DBTYPE type, u_int32_t flags, int mode);
>
JT wrote:
i'm trying to create a binding for berkeley db dll and quickly ran into some
problems, how do i translate statement below.
int DB->open(DB *db, DB_TXN *txnid, const char *file,
const char *database, DBTYPE type, u_int32_t flags, int mode);
my normal approach would be,
extern (C)
Sergey Gromov Wrote:
> Sun, 30 Aug 2009 11:28:16 -0400, JT wrote:
>
> > i'm trying to create a binding for berkeley db dll and quickly ran
> > into some problems, how do i translate statement below.
> >
> > int DB->open(DB *db, DB_TXN *txnid, const char *file,
> > const char *database, DBTYP
Sun, 30 Aug 2009 11:28:16 -0400, JT wrote:
> i'm trying to create a binding for berkeley db dll and quickly ran
> into some problems, how do i translate statement below.
>
> int DB->open(DB *db, DB_TXN *txnid, const char *file,
> const char *database, DBTYPE type, u_int32_t flags, int mode);
i'm trying to create a binding for berkeley db dll and quickly ran into some
problems, how do i translate statement below.
int DB->open(DB *db, DB_TXN *txnid, const char *file,
const char *database, DBTYPE type, u_int32_t flags, int mode);
my normal approach would be,
extern (C) {
i