PDA

View Full Version : Problem with SoQtRenderArea at link-time using OpenInventor v6.1 on Windows 7


agurrea
07-12-2010, 07:00 AM
Hi everyone,

Please somebody tell me how to fix this issue or probably point me to the right direction. Lately I've been stumble across this issue while building the Qt/Open Inventor v6.1 on Windows 7. Following error is generated at compile time:


1>MainWindow.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall SoQtRenderArea::metaObject(void)const " (?metaObject@SoQtRenderArea@@UBEPBUQMetaObject@@XZ )
1>MainWindow.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall SoQtRenderArea::qt_metacast(char const *)" (?qt_metacast@SoQtRenderArea@@UAEPAXPBD@Z)
1>MainWindow.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall SoQtRenderArea::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@SoQtRenderArea@@UAEHW4Call@QMetaObje ct@@HPAPAX@Z)
1>D:\MyWork Assignments\InventorQTApp\Debug\InventorQTApp.exe : fatal error LNK1120: 3 unresolved externals


Would appreciate any suggestions to fix this issue.


Cheers,
alein