Creating Plug-ins
Back to index
 

FIPIS plug-ins are simple Windows DLLs, that:

  1. export several predefined functions
  2. contain special resource with information about plug-in functions
  3. located in Imager's plug-ins folder

You can create FIPIS plug-ins in any development enviroment, that can create Windows DLLs (I think, that ALL of them can do it).

There are several types of plug-ins available. Type is equal to set of functions exported from DLL (several types can be combined in single DLL). See "Plug-in Types".

 
© 1999-2001 Alexander S. Tereschenko