On 12/04/2013 03:28 PM, Sebastian Ordas wrote: > Dear List, > > the following line of code : > > m_ServiceRegistration = > us::GetModuleContext()->RegisterService<mitk::InteractionEventObserver>(m_CurrentObserver.GetPointer(), > props); > > is giving me a link error as below: > > Error 1 error LNK2019: símbolo externo "class us::ModuleContext * > __cdecl us::GetModuleContext(void)" > (?GetModuleContext@us@@YAPEAVModuleContext@1@XZ) sin resolver al que se > hace referencia en la función "protected: void __cdecl > QmitkMultiLabelSegmentationView::InitializeListeners(void)" > (?InitializeListeners@QmitkMultiLabelSegmentationView@@IEAAXXZ) > D:\binX64\mitk\MITK-build\Plugins\org.mitk.gui.qt.multilabelsegmentation\QmitkMultiLabelSegmentationView.obj > > It looks like I'm missing some link dependency to CppMicroServices from > my plugin, right? > > Any hint is greatly welcome! > > regards > sebastian >
Hi Sebastian, please read the "Add a new state machine" thread from the mailing list. Best, Sascha ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
