|
MMB Plugins SDK |
Top Previous Next |
|
If you cannot find a specific 3rd party plugin and you are enough skilled in DLL programming, you may try to develop your own plugin for MMB. At the moment, we support only VisualC++ as a programming environment for MMB plugins (due to the fact that MMB is developed in VC++). But you can use almost any programming language, which is able to produce standalone Win32 DLL files (no, Visual Basic really can't do this, but you may try the alternative basic-like languages like PureBasic or Ibasic). From other languages you can use Delphi, BorlandC++, Dev-Pascal and others. The only problem is that you will have to translate the MMB plugins header files to your chosen language ;) Here you can find an official VC++ Plugin SDK If the link doesn't work for you, just go to the MMB Plugins folder , where you can find folder called MMBPlugInSDK. In this folder is number of files describing the available SDK functions and also some Plugin examples with their sources! Simply examine these sources or just start making your own plugin with using these samples. You can freely modify or completely overwrite these source codes ;) And finally, as far as we know, there are currently five other (non-VisualC) translations of the MMB SDK. These SDKs should be functional and updated by their authors, but they are not tested and supported (in terms of tech. support) by Mediachance! Here you can find more information about Delphi, Ibasic, Borland C++ Builder, Dev-Pascal or Aurora SDK translations.
|