home *** CD-ROM | disk | FTP | other *** search
/ Amiga Special: Spiele Hits / Hits-CD.iso / aminet / spiele / fubarcc1.lha / fubar_cc_beta / docs / PlugInDevNotes.txt < prev    next >
Text File  |  1997-05-24  |  1KB  |  35 lines

  1.                                  FUBAR CC
  2.                          PLUG-IN DEVELOPMENT NOTES
  3.  
  4.                  $VER: PlugInDevNotes.txt 1.0 (24-May-97)
  5.  
  6. NOTE
  7. If  you  are not a developer and do not know how to program, you can safely
  8. ignore this whole document (in fact, I advise that you do :).
  9.  
  10. INTRODUCTION
  11. This  text  details how to create plug-ins for FUBAR's Control Centre.  You
  12. will require the CC to be installed on your system.
  13.  
  14. BETA NOTE
  15. Please  note that the CC is _BETA SOFTWARE_.  The plug-in system for the CC
  16. has  just  been  introduced,  and  does nothing special as yet.  Take these
  17. notes with a pinch of salt, as they are due to be changed shortly.
  18.  
  19. WORKING WITH CC
  20. At the moment, plug-ins are stand-alone executables.  There is currently NO
  21. communication  port  between  your  plug-in or the CC.  Currently, an ARexx
  22. port  is  being  developed,  along  with  a message port so plug-ins can be
  23. actually integreted with the CC.
  24.  
  25. So, at the moment, you could copy DirectoryOpus into the PlugIns/ directory
  26. and it would work.  But don't, as that would be stupid.
  27.  
  28. FINAL NOTES
  29. Remember  that  the  CC  is developed in Blitz Basic (yeh, okay, I know :).
  30. But,  adding a message port or two isn't difficult (even in Blitz), so this
  31. should happen quite sooner - if not already - rather than later.
  32.  
  33. Cheers
  34. Oond
  35.