RE: Berkeley DB -- anyone care?
- Posted by Andy Serpa <ac at onehorseshy.com> Jan 05, 2003
- 522 views
jbrown1050 at hotpop.com wrote: > On Sat, Jan 04, 2003 at 07:41:43PM +0000, Andy Serpa wrote: > > > > > > > Maybe. I could port it to Linux for you, if you want. (Most Linux > > > distros, > > > and free *nixes in general, iirc, come with the Berkeley DB library > > > already > > > installed, btw. At least mine did ...) > > > > > > > It is not necessarily a trivial conversion -- all of the functions are > > "virtual" (and cdecl) and called by pointer via fptr.e. I don't know > > how easily it could be done... > > > > Hmm ... I wasn't aware that the Berkely DB under Linux was cdecl ... but > still, > iirc fptr.e works under Linux ... I'd like to take a look at your code > and try, > at least. > Well, I don't know really -- wouldn't cdecl be standard under Linux since stdcall was Microsoft's invention? I have no idea really.