To link QVTKWidget library
Posted by aj on Jun 22, 2017; 5:30pm
URL: http://official-rtab-map-forum.206.s1.nabble.com/To-link-QVTKWidget-library-tp3336.html
Hi,
I was trying to build the RGB-D example from the RTAB-Map git and I'm getting the following error :
Error LNK2001 unresolved external symbol "public: virtual class QVTKInteractor * __cdecl QVTKWidget::GetInteractor(void)" (?GetInteractor@QVTKWidget@@UEAAPEAVQVTKInteractor@@XZ) rgbd_mapping
I'm assuming it is because the QVTKWidget library is not being linked even though I have given the path required for included directories. Could someone help me with this?