The Java wrapper is finally available for download!
It comes with full javadoc documentation, two samples and many unittests (based on JUnit).
Prebuilt libraries for Win32 and Win64 are also available.
Get it here: http://hamsterdb.com?page=downloadÂ
chris Coding, Libraries, hamsterdb
I have released version 1.0.1. A few exported functions were added to hamsterdb_int.h, I needed them for the Java wrapper (which will be released this week).
Also, a new Macro HAM_CALLCONV for the calling convention was added, which is empty per default. But it’s now easier to switch to a different calling convention if needed.
Here’s the changelog for the current release:
http://hamsterdb.com/dl/CHANGELOG-1.0.1.txt
The release notes:
http://hamsterdb.com/dl/RELEASE-NOTES-1.0.1.html
Everything else, including downloads, documentation and samples:
http://hamsterdb.com
chris Coding, Libraries, hamsterdb
Only by accident I discovered that the hamsterdb 1.0 release is mentioned in this month’s edition of the German Linux Magazin!
chris Coding, hamsterdb
I just released the .NET wrapper for hamsterdb. Developing was pretty smooth, thanks to P/Invoke. All functions are implemented, full documentation is available. I wrote 2 samples for C# and even one for VB.NET.
You can download the sources here: http://hamsterdb.com/dl/hamsterdb-dotnet-0.0.1.zip
Here’s only the assembly, the native hamsterdb.dl and the documentation:
http://hamsterdb.com/dl/hamsterdb-dotnet-bin-0.0.1.zipÂ
Have fun!
chris Coding, Libraries, hamsterdb