Hi All,

i need to get on with .dbf-Files (dBase IV). I found the library on https://code.google.com/p/qdbf/. But when i try to implement it in my project, I get a lot of errors.
When I only write the part: QDbf::QDbfTable table;

and compile it, I get the followoing Errors:

Qt Code:
  1. In function `ZN7layout1C2EP7QWidget':
  2. undefined reference to `_imp___ZN4QDbf9QDbfTableC1Ev'
  3. undefined reference to `_imp___ZN4QDbf9QDbfTableD1Ev'
To copy to clipboard, switch view to plain text mode 

and so on (these are 140Errors)

Did anyone had the same problem?

Can anyone help me reading the *.dbf-Files?

Thanks