2009-03-02 20:39:50 UTC
Just a follow-up note, I have opened up the source code provided in this project (in VS2008), and receive the following error:
Inconsistent accessibility: parameter type 'out BerkeleyDb.DB_SEQUENCE_STAT*' is less accessible than delegate 'BerkeleyDb.DB_SEQUENCE.StatFcn'
I actually get this error about 40+ times for multiple structs, etc...it seems that they just need the same "public" accessor, but I haven't really looked through the code all that much to see if this would present a problem or not...