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

From LMD
Jump to: navigation, search
Line 1: Line 1:
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<br>
+
<ref>&lt;swf width="853" height="684"&gt;/uploads/8/86/Createplugin.swf&lt;/swf&gt;</ref>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<br>
  
 
Here is small tutorial how to create plugin and use it from host application using LMD PluginPack.<br>
 
Here is small tutorial how to create plugin and use it from host application using LMD PluginPack.<br>
  
 
<br>
 
<br>

Revision as of 16:47, 16 July 2009

[1]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.


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