Hi Miklos, On 06/21/2011 04:12 PM, Miklos Espak wrote: > Yes, I saw this, but I thought that this is only needed if I convert > the plugin to CTK. Now I removed the colons from the plugin.xml and > the manifest.xml as well, but it did not help. The error is the same, > except the colons of course. It seems for me that this is rather a > library path problem since BlueBerry/CTK finds my plugin but it cannot > load the dll because of a linker error. >
My mistake, I was already thinking in terms of CTK-style plug-ins. For your legacy BlueBerry plug-in, the class identifier in your plugin.xml file (e.g. "::QmitkKMapsProtocolView") must match the identifier used when registering the extension class in the manifest.cpp file (e.g. POCO_EXPORT_CLASS(::QmitkKMapsProtocolView) ). Best, Sascha ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense.. http://p.sf.net/sfu/splunk-d2d-c1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
