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 5: Line 5:
 
== Part 1: Creating plugin dll ==
 
== Part 1: Creating plugin dll ==
  
<swf width="853" height="684">/uploads/8/86/Createplugin.swf</swf>
+
<oflash width="853" height="684">/uploads/8/86/Createplugin.swf</oflash>
  
 
[[LMD PluginPack. tutorial for C++Builder. Part 2: Creating host application]]
 
[[LMD PluginPack. tutorial for C++Builder. Part 2: Creating host application]]

Latest revision as of 10:29, 24 August 2017

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