Difference between revisions of "LMD PluginPack tutorial for C++ Builder. Part 1: Creating Plugin dll"

From LMD
Jump to: navigation, search
(Part 1: Creating plugin dll)
Line 7: Line 7:
 
<swf width="853" height="684">/uploads/8/86/Createplugin.swf</swf>
 
<swf width="853" height="684">/uploads/8/86/Createplugin.swf</swf>
  
[[Part 2: Creating host application]]
+
[[LMD PluginPack. tutorial for C++Builder. Part 2: Creating host application]]

Revision as of 02:11, 17 July 2009

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

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

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