Hi,

Is your module linked to any other module or plug-in? If not, your module is probably not loaded and hence can't register its factory during static initialization. In that case, the easiest way would be to "auto-load" your module by adding "AUTOLOAD_WITH MitkCore" as an argument to your modules mitk_create_module() CMake call in the CMakeLists.txt file. Search for "AUTOLOAD_WITH" for examples.

You can check if your module is loaded in the MitkWorkbench application by choosing the menu entry "Help -> About" and clicking on the "Modules" button.

Best,
Sascha

On 08/07/2014 11:11 AM, Franziskus Neuhoff wrote:
Hi,

I programmed a new module with a Factory and used PlanarFigure and Simulation as reference. Now the module is ready (Module is in VS solution and so on), but the extrafactory doesn't get registered when I start the workbench.

Is it necessary to "force" the Workbench to load the factory, or should the module be registered on its own? Does anybody have an idea? (The factory of the module ContourModel also doens't get registered, although it is in the solution.)

Cheers,
Franziskus

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to