i've been using this wrapper for almost a year by now (with bdb 4.5.20) and it works great (thanks, karl!).
now i'd like to migrate to bdb 4.7.25 (latest public release at time of this post) and i'm wondering if there's an easy way to make the wrapper work with 4.7.25?
did anyone allready try this or do you, karl, have plans to update the wrapper?
thanks and br, paul.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do intend to upgrade the library, but it is not simple, as the binary layout of the interop structs has to match the layout of the native structs. This is a lot of manual work, and so I haven't gotten around to it. Usually I also wait a little, as there often is a second minor release before going to the next major release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i've been using this wrapper for almost a year by now (with bdb 4.5.20) and it works great (thanks, karl!).
now i'd like to migrate to bdb 4.7.25 (latest public release at time of this post) and i'm wondering if there's an easy way to make the wrapper work with 4.7.25?
did anyone allready try this or do you, karl, have plans to update the wrapper?
thanks and br, paul.
I do intend to upgrade the library, but it is not simple, as the binary layout of the interop structs has to match the layout of the native structs. This is a lot of manual work, and so I haven't gotten around to it. Usually I also wait a little, as there often is a second minor release before going to the next major release.