Hello,
I'm new in Qt Programming and I'm not very well in english.
I'm interesting in your QxOrm very much. It's look like powerful program.
I was download Boost Library and QxOrm compiled and install it.
Everything compiled OK. and then I used your sample code to test it.
But I got the error and got red underline on
QX_REGISTER_HPP_MY_TEST_EXE(drug, qx::trait::no_base_class_defined, 1)
and
QX_REGISTER_CPP_MY_TEST_EXE(drug)
when I compiled it.
what should I solution this problem?
my project.pro is :
QT += core QxOrm
QT -= gui
TARGET = drugexample
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
drug.cpp
HEADERS += \
drug.h
it's generated by Qt console program.
Best Regard,
Ole
Bookmarks