LMD PluginPack tutorial for C++ Builder. Part 1: Creating Plugin dll

From LMD
Revision as of 10:29, 24 August 2017 by Fduch (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LMD PluginPack is set of tools which help developer to add plugins to his main application. Plugins can be used for implement features that yet unforeseen, reduse application size, with plugins you can make your application able to be extended by third-party developers

Here is small tutorial how to create plugin and use it from host application using LMD PluginPack.

Part 1: Creating plugin dll

<oflash width="853" height="684">/uploads/8/86/Createplugin.swf</oflash>

LMD PluginPack. tutorial for C++Builder. Part 2: Creating host application