home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / util / misc / PowerWinNG_Src.lha / PowerWindowsNGSrc / README!!!! < prev    next >
Encoding:
Text File  |  1980-02-15  |  2.4 KB  |  95 lines

  1. Here it is: The PowerWindows(NG) Source Code:
  2.  
  3. Do whatever you want with it ;-) A short mention in the credits would
  4. be nice, tough.
  5.  
  6. Most stuff was done with MaxonCPP 4.0. There is a drawer with the
  7. Maxon project files. Even if you have MaxonCPP 4.0 they will not
  8. work directly, because of wrong path, stuff moved from one directory
  9. into others, etc.
  10.  
  11. Everything must be compiled in LARGE DATA mode (no A4 or A6 relative
  12. data addressing!).
  13.  
  14. If you try to make the programs/tool to compile with GCC note that
  15. GCC passes all function arguments as LONG (32 bit), while others
  16. use WORD (16 bit) for WORD/BYTE arguments. So you might have to
  17. fix some of the assembly functions.
  18.  
  19. Have a look at the Maxon Project files (which are ASCII) to see
  20. what files are needed for a certain program/tool. It might be
  21. that certain files of a program/tool are taken from other directories.
  22. It might be that certain file are unused.
  23.  
  24. PowerWindows:
  25.  
  26.   PowerWindows(NG) exe. If you compile all .cfiles with ROMHACK
  27.   #defined, then the NG version is compiled.
  28.  
  29. PWPrefsScanner:
  30.  
  31.   The part of PowerWindows which reads in and parses the config file
  32.   is in this external "plugin".
  33.  
  34. PWPrefs:
  35.  
  36.   Preferences program for PowerWindows.
  37.  
  38. PIO_PW:
  39.  
  40.   The preferences program needs this "plugin". (in the binary Power-
  41.   Windows Archive the PWPrefs program icon has tooltypes which tell
  42.   PWPrefs to use this "PIO-Plugin".
  43.  
  44. MAC_RI:
  45.  
  46.   2 "Plugins" for mac-style "icons"
  47.  
  48. AMI_RI:
  49.  
  50.   Plugin for amiga-style "icons"
  51.  
  52. WIN95_RI:
  53.  
  54.   Plugin for win95 style "icons"
  55.  
  56. CyReq:
  57.  
  58.   Tool for startup-sequence to patch requester funcs (redirection
  59.   to Build???/SysReqHandler/FreeSysRequest) very early, to avoid
  60.   that PowerWindows has to patch this functinos itself which
  61.   can kill other requester tools if PowerWindows was started
  62.   late.
  63.  
  64. SaveROM:
  65.  
  66.   Tool to save ROM to a file.
  67.  
  68. BK_PowerWindows:
  69.  
  70.   A BlizKick rom patch module. Needed for PowerWindowsNG to work,
  71.   unless you directly use a patched ROM file from HD with your
  72.   ROM kick utility where the ROM file was patched with the tool
  73.   PatchROMForPW.
  74.  
  75. PatchROMForPW:
  76.  
  77.   Tool to patch a ROM file on disk to make PowerWindowsNG work.
  78.  
  79. IconRenderer:
  80.   
  81.   Example Source-Code for an external Icon-Renderer (like AMI_RI, MAC_RI)
  82.  
  83. WindowChecker:
  84.  
  85.   Example Source-Code for an external Window-Checker routine.
  86.  
  87. PWStop:
  88.  
  89.   Tries to quit PowerWindows by sending it a CTRL C signal.
  90.  
  91.  
  92. Have fun ;-)
  93.  
  94. Georg Steger (georg.steger@rolmail.net)
  95.