Is there a net 1.1 version of this available
No, there is no .NET 1.1 version because .NET 1.1 interop does not allow to call through function pointers passed *from* a C library.
One would nee to write a special C Dll to make the BDB API accessible to .NET 1.1.
However, someone did exactly that. I am not sure how complete it is, but you can check it out here: http://www.robotics4.net/Software/BDBSharp.aspx (the name of the project is BDB#)
Karl
Log in to post a comment.
Is there a net 1.1 version of this available
No, there is no .NET 1.1 version because .NET 1.1 interop does not allow to call through function pointers passed *from* a C library.
One would nee to write a special C Dll to make the BDB API accessible to .NET 1.1.
However, someone did exactly that. I am not sure how complete it is, but you can check it out here:
http://www.robotics4.net/Software/BDBSharp.aspx
(the name of the project is BDB#)
Karl