Page 1 of 1

QxOrm.h include Error

PostPosted: Fri Dec 13, 2013 4:04 am
by freddy311082
hi

I've the following code

Code: Select all
#include <QApplication>
#include <QxOrm.h>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    MainWindow w;
    w.show();
    return qApp->exec();
}



and I have the error showed in the file attached to this message.

I'm linking against libQxOrmd.so... I think that I've some configuration problem, but I don't know... I'm using Archlinux. I've comipiling QxOrm with Qt 5.2.0.

somebody know about this ??

best regards

Re: QxOrm.h include Erro

PostPosted: Fri Dec 13, 2013 8:26 am
by qxorm
Hi,

Have you tried to build all samples from ./test/ directory of QxOrm package ?