|
|
|
FileMatrix PluginsThird-party plugins
|
|
|
|
|
|
If you want to write a plugin for FileMatrix, you can simply follow the instructions bellow, or you may want to contact me to talk about details. A plugin is a simple DLL file that exports several functions. The plugin is automatically called for files with certain name extensions, but not for those files that are processed internally by the program; directories are not sent to plugins. If you write a plugin, I will not pay you. If you want to make it available for free or if you want to sell it to other people, it's up to you. If you want to make your plugin public, I will put on this page a download link to it. Also, if you want, I will put your name here, your website address, and your email address. I can also host your plugin.
Picture viewerThis plugin has to create graphical representations of files, into bitmaps. The plugin works with the picture viewer itself, the thumbs, and the picture convertor. Caching pictures is not your problem, it's mine; caching is performed only for thumbs, not for the picture viewer itself. Here you have a template source code written in C++Builder; last update on 06.06.2004. You can test this template plugin on any file with the extension ".dwg", ".dxf" or ".plt", regardless of what it contains. For example, you could write a plugin for CAD files.
DownloadAll plugins must be put in the "Plugins" directory, from the installation directory of the program. No plugin is available at this time. |
|
|
|
|
|
|
|
|