Creating Plug-in Sample Steps
Back to index
 

These are a sample step-by-step way to create a plug-in:

  1. Decide for what purposes you are writing plug-in for.
  2. Create empty DLL.
  3. Write FIPIS functions, required for your plug-in type(s).
  4. Export FIPIS functions.
  5. Test plug-in.
  6. Pack installer for plug-in (this can be any installer, but I recommend using built-in installer or Inno Setup).
  7. Distribute plug-in (consider publishing plug-in at Futuris Plug-insCentral).
 
© 1999-2001 Alexander S. Tereschenko