I'm writing a program to read edb file in c++ I've tried with esent windows library and I got "The database page size does not match the engine" error on "JetAttachDatabase"
And i also tried "libesedb" library, but i can't understand how to use it.
Is there any other way to read edb in c++ or how can I fix errors