For the first question: Adding a module is easy, although there was a linker error with gcc until yesterday. Sascha fixed it and added a sample module to the template. http://bugs.mitk.org/show_bug.cgi?id=8714
So, the project template now contains a sample module as well. Basicly, you create a module somewhere in your project (e.g. under a "Modules" directory), add it to the CMakeLists.txt at the project root with "add_subdirectory", and add the module name to the MODULE_DEPENDENCIES parameter of the MACRO_CREATE_MITK_CTK_PLUGIN macro. Just download the latest template and you'll see. Cheers, Miklos On Tue, Jul 19, 2011 at 7:54 AM, Clarkson, Matt <[email protected]> wrote: > Hi there, > with regards to the new MITK external project template: > 1. I can see how to add a plugin... but what about a Module (simple shared > library). Is there anything I should be aware of? ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
