undefined reference to MagellanInit while using qt

Post questions, comments and feedback to our 3Dconnexion UNIX and Linux Development Team.

Moderator: Moderators

Post Reply
manikantan
Posts: 2
Joined: Tue Dec 21, 2010 3:20 pm

undefined reference to MagellanInit while using qt

Post by manikantan »

Hi,
I am trying to use a SpaceExplorer in qt.
I have compiled the driver and included the library path in the project file.

TEMPLATE = app
TARGET =
LIBS += -lxdrvlib
DEPENDPATH += . SpaceExp2
INCLUDEPATH += . SpaceExp2

# Input
HEADERS += SpaceExp2/spaceexp.h SpaceExp2/xdrvlib.h
FORMS += SpaceExp2/spaceexp.ui
SOURCES += SpaceExp2/main.cpp SpaceExp2/spaceexp.cpp


I have created an XServer in the same way as in xapp. But the moment i use

if(!MagellanInit(display, window))
{

}
it gives me an error that too many arguments are sent to MagellanInit

Anyone has any idea whats going on?

I tried compiling xapp as a qt project and that seems to work fine.

Thanks,
Manikantan
Post Reply