Dear all,
It seems that the guide at
http://docs.mitk.org/nightly/toolextensions.html
is outdated (qt3 and the example files do not exist anymore).
I would really appreciate any example on how to create an external tools.
For now I created an external module that defines the new tool (copied from
Ah, good. It's an easier fix :)
I'll cherry-pick that. Thank you.
Le 2016-04-22 02:12, Kislinskiy, Stefan a écrit :
> Hi,
>
> see http://bugs.mitk.org/show_bug.cgi?id=19686 :-)
>
> Best,
> Stefan
>
> Von: Nil Goyette [nil.goye...@imeka.ca]
> Gesendet: Donne
Ok, I created the tools as a separate module and added it to the plugin
depend section, so it is loaded with it.
But I have problem registering the factory:
1) If I call the MITK_TOOL_MACRO *no tool* is shown and the resulting
library exports no itkLoad symbol
2) If I add a declaration of itkLoad