I'm currently doing a exercise of the OopDocbook:
http://cartan.cas.suffolk.edu/moin/O...taobjects.html
(free registration required to view this)
I created a very simple PetManager (as described in the example) - and link this to libdataobjects. (download here: http://cartan.cas.suffolk.edu/oopdocbook/dist/)
From my pro-file:
INCLUDEPATH += d:\qt\libs\dataobjects
win32:LIBS += d:\qt\libs\libdataobjects.a
(i complied libdataobjects.a myselfe)
....when i now use the DataObject-Class from libdataobjects compiling and linking works fine, but the compiled application exits with: "Can't initialize the Application (0xc0000005)."
I found out that this stands for Permission denied. But what does that mean?
When I don't use Q_OBJECT in the class that inherits DataObject everything works fine (but i can't use signal/slots etc then ofcourse)
please help!
(PS: I'm on Win2k, Qt4.1, MinGW)
Bookmarks