Hi again, I am trying to add an ExecuteOperation method to my functionality class, because I guessed that this will be triggered if I add a CoordinateSupplier as a listener.
I tried doing as in the QmitkImageCropperClass, so my functionality derives from both QmitkFunctionality and mitk::OperationActor: class AirwaySegmentation : public QmitkFunctionality, public mitk::OperationActor However, the following error occurs when linking: Creating library C:\MITK\Binary\bin\Release\AirwaySegmentation.lib and object C:\MITK\Binary\bin\Release\AirwaySegmentation.exp AirwaySegmentation.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall AirwaySegmentation::ExecuteOperation(class mitk::Operation *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@@Z) C:\MITK\Binary\bin\release\AirwaySegmentation.dll : fatal error LNK1120: 1 unresolved externals Am I missing something else? I am using Visual Studio 7. Thanks for your help, Xabier -- Xabier Artaechevarria Cancer Imaging Laboratory Centre for Applied Medical Research www.cima.es ---------------------------------------------------------------- Este mensaje ha sido enviado desde https://webmail.unav.es ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
