Hi, here you find a guide:
http://www.mitk.org/wiki/BlueBerry Best, Miklos On Wed, Aug 17, 2011 at 11:06 AM, Ghazall Aghaei <[email protected]> wrote: > Hi there, > Thanks for your details reply Sascha. I've started my plugin development in > the BlueBerry environment. Is there a way to convert it to a CTK-style > plugin? > > Regards, > Ghazall > 2011/8/16 Sascha Zelzer <[email protected]> >> >> Hi, >> >> for a CTK-style plugin, the shared library (.dll on Windows, .so on Linux, >> .dylib on MacOS) is self-contained. Just copy the the single file. Note that >> the plugin must be "installed" in the target application. The >> <app-name>.provisioning files are exactly for that purpose (although you >> could install the plug-in by other means). >> >> BlueBerry-style plugins must be copied with their parent directory. On >> some platforms, there might be intermediate output files in the folder which >> could be remove (for example the .lib, .exp, etc. files on Windows). Those >> plug-ins are automatically found on application start-up if you put them in >> one of the search paths. >> >> Best, >> Sascha >> >> On 08/16/2011 02:13 PM, Ghazall Aghaei wrote: >>> >>> Hi all, >>> >>> could you please tell me which files are necessary to publish a plugin? >>> Just copy the whole folder? >>> >>> Regards, >>> Ghazall >> > > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > > ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
