home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / 3_1DOCS.DMS / in.adf / Instructions < prev    next >
Encoding:
Text File  |  1993-12-08  |  17.0 KB  |  421 lines

  1.  
  2. 3.1 Amiga Developer Update Disks
  3. (c) Copyright 1985-93 Commodore Amiga, Inc.  All Rights Reserved
  4.  
  5. Some additional copyrights may be noted in individual files and docs.
  6.  
  7. These materials are not freely redistributable.  However some
  8. individual archives on these disks may contain their own licensing
  9. or redistribution information.  In addition, a license for the 3.1
  10. Includes and linker libs is available from Commodore (see Licensing
  11. Info section below).
  12.  
  13.  
  14.                Instructions
  15.                            ============
  16.  
  17. Welcome to the 3.1 Amiga Developer Update disk set.
  18.  
  19. These disks contain includes files, libs, autodocs, examples, tutorials,
  20. and debugging tools for developing Amiga software for versions V38 (2.1),
  21. V39 (3.0) and V40 (3.1) of the Amiga OS.  These materials can also be used
  22. to develop code for earlier version of the Amiga OS, since the materials
  23. include all earlier OS structures and functions.
  24.  
  25. There is a lot of material here.  The "Contents" file on this disk
  26. contains a full list of everything included on this disk set.
  27.  
  28. Please note that very few of the files and directories on these disks
  29. have icons.  To see all of the files on the disks, use the Show All
  30. feature of 2.0 and higher Workbench, or use the Amiga shell.
  31.  
  32. This document will give you an overview of what's provided on the disks,
  33. and some help with decompressing the archives and using the materials.
  34.  
  35.  
  36. What's Here
  37. ===========
  38.  
  39. Docs disk highlights
  40. --------------------
  41.  
  42. 1. Autodocs
  43. The Amiga autodocs are the function summaries for the V40 Amiga OS.
  44. In general, all functions, libraries, and devices from previous Amiga
  45. OS's are also covered.  Please note that narrator.device and the
  46. translator.library are not currently part of the Amiga OS, and are
  47. not licensable, so please don't write software which requires these.
  48. Also, all functions newer than 1.2 are generally marked with the
  49. first version number in which they appeared.
  50.  
  51. 2. Tutorials
  52. These are tutorial documents about new features of V38 and V39.
  53. AA graphics, locale, bullet, datatypes, and other features are discussed.
  54. But you won't find AA register descriptions.  Use the OS.
  55. New V40 (3.1) libraries and devices are not covered, but there are
  56. autodocs for these (lowlevel.library, nonvolatile.library, cd.device).
  57. Licensed AmigaCD developers receive additional docs and examples
  58. for these new V40 subsystems. See additional notes about 3.1 at the
  59. end of this document.
  60.  
  61. 3. Contents listing
  62. A full listing of the contents of the 3.1 Amiga Developer Update disks.
  63. Use this to find what you are looking for.
  64.  
  65. 4. LHEX
  66. If you don't have LhA by Stefan Boberg, the LHEX tool provided on
  67. the Examples2 disk can also be used for decompressing the archives
  68. on this disk.  The flags for LHEX are slightly different from the flags
  69. for LhA, and LHEX has fewer options and only supports decompression.
  70. For information on decompressing the archives on these disks, see
  71. "Decompressing the Archives" later in these Instructions.
  72.  
  73.  
  74. Includes&Libs disk highlights
  75. -----------------------------
  76.  
  77. 1. Amiga include files
  78. The include_h.lha archive contains the C include files.  The include_i.lha
  79. archive contains the assembler include files.  I believe it is no longer
  80. possible to fit all of the include files on a normal density diskette,
  81. even if formatted with fast filesystem.  If you have a hard disk,
  82. decompress both archives to the same directory.  If you have a floppy
  83. based system, you'll probably want to decompress them each to a separate
  84. disk.
  85.  
  86. 2. Linker_libs and FD's
  87. Here are amiga.lib, debug.lib, etc. and the FD (function definition)
  88. files for V40.  The LVO tool (SWToolkit3 disk) can be used with
  89. the FD files to list LVO offsets and other information.
  90.  
  91. 3. Using_Includes
  92. A readme about updating your development environment, and about
  93. compiling new and old code with the new 3.1 Includes.  Includes
  94. hints for beginners on what include files to include.
  95.  
  96. 4. StructOffsets.lha
  97. Contains the Structure.Offsets file for 3.1 which lists the sizes,
  98. member sizes, and member offsets of 3.1 Amiga structures.
  99.  
  100. 5. DevTools archive
  101. Contains tools for development like bumprev and autodoc, plus old
  102. code tools like ALink and Atom.
  103.  
  104. 6. Debug_Examples archive
  105. Contains example code using kprintf, and C include files with simple
  106. debugging macros you can turn on and off (much neater than having
  107. a lot of #ifdefs in your source code).
  108.  
  109. 7. startups37 archive
  110. The 2.0 Amiga startup code source and objects - useful for assembler
  111. code, and for Amiga-specific non-base-releative C code that doesn't require
  112. your compiler's startup code but needs command line argument parsing
  113. and/or handling of Workbench startup.
  114.  
  115. 8. SetPatch37.lha and SetPatch40.lha
  116. These archives contain updates to SetPatch to fix OS bugs and
  117. in some cases enhance compatibility.  SetPatch37.lha contains
  118. SetPatch 37.39 for Amigas running V37 (2.04) Kickstart.
  119. SetPatch40.lha contains SetPatch 40.14 for Amigas running V38 (2.1)
  120. through V40 (3.1).  Each archive includes a click-on installation
  121. script and readme.
  122.  
  123. 9. runtime_libs.lha
  124. This archive contains iffparse.library 37.1 and realtime.library 34.5
  125. for use on Amiga systems that don't already have these libraries.
  126. Free electronic licenses are included for distribution of these versions.
  127. V37 and higher systems already have iffparse.library, but versions 38 and
  128. upwards of this library require at least V37 OS.  V40 Workbench includes
  129. a realtime.library that requires at least V37 OS.  The earlier versions
  130. supplied here work under 1.3, and should even work under 1.2 (not tested).
  131. IFFParse.library is required by the NewIFF39 code modules and examples.
  132. Realtime.library is a new library that provides a way for tasks to
  133. share high resolution timing and also to synchronize with each other.
  134. See the autodoc realtime.doc in the V40 autodocs for more information.
  135.  
  136.  
  137. Examples1 Disk highlights
  138. -------------------------
  139.  
  140. Code examples for many new V38 and V39 features including locale,
  141. intuition, asl, colorwheel, graphics, gadtools, and asynchio packets
  142. example.  The locale examples include special code you can link with
  143. to load your own locale catalogs under V37, and a tool to help you
  144. automate some of the work in localizing old code.  Note - the CatComp
  145. tool for creating catalogs and its doc are on the SWToolKit3 disk.
  146. The Locale tutorials are on the Docs disk in the tutorials archive.
  147. Of special note - PCMCIA.lha contains several tutorial articles
  148. about PCMCIA and some useful tools and examples, plus information
  149. on ordering the PCMCIA specs.
  150.  
  151.  
  152. Examples2 Disk highlights
  153. -------------------------
  154.  
  155. Big code archives for NewIFF39 (1.3-compatible yet AA-capable IFF code
  156. modules and examples), DataTypes examples, new picture datatypes,
  157. and also the AmigaGuide archive featuring free electronic license for
  158. AmigaGuide.  Notes - the Datatypes tutorial is on the Docs disk in the
  159. tutorials archive.  The NewIFF archive includes a ScreenSave program
  160. and the ILBM slide show program Display.
  161.  
  162.  
  163. SWToolkit3 highlights
  164. ---------------------
  165.  
  166. This disk contains all of the Amiga debugging tools, other handy tools,
  167. and the Amiga "report" program for generating bug reports and enhancement
  168. requests in the correct format.  Here you'll find Mungwall, Enforcer,
  169. Wedge, new Wack (archived), IO_Torture, Sushi (captures debug output
  170. on one machine), LVO, and other important debugging tools.  A new
  171. setcamg tool is here also - useful for zapping the display mode
  172. of ILBMs.  Here you will also find the CatComp tool for making
  173. locale catalogs.
  174.  
  175. The docs for all of the Toolkit tools are archived on this disk.
  176. Tools with large doc files will have their own .doc files, and the rest
  177. are documented in OtherTools.doc.  Some tools are documented in the
  178. .doc files of the main tool with which they are distributed.  See
  179. the beginning of OtherTools.doc for a listing tells you where to find
  180. the docs for such tools.
  181.  
  182. Note - some older tools such as ShowLocks and SysPM have been left in
  183. the toolkit even though they have not been updated. 
  184.  
  185. Of special note - 
  186.  
  187.     - New Enforcer for V37 and up (old Enforcer now called Enforcer1.3)
  188.     - SegTracker. Start this up right after SetPatch!  It allows
  189.           many other tools to report Hunk and Offset information for
  190.           code hits and crashes.  See Enforcer.doc
  191.         - FindHit.  If you have compiled or assembled your code with
  192.           LINE debugging, FindHit can tell you a source code line
  193.           from hunk and offset information.  See Enforcer.doc
  194.         - Sushi.  Allows use of all serial debugging tools and kprintf
  195.           on a single system, without writing to your actual
  196.           serial hardware, modems, etc.  (note - you must use the
  197.           Enforcer RAWIO option for Sushi to pick up Enforcer output)
  198.     - Updated Mungwall and Munglist
  199.     - Wedge updated to use much less stack
  200.  
  201.  
  202.  
  203. Using The Amiga Developer Update Materials
  204. ==========================================
  205.  
  206. These materials are intended to be used in conjunction with the Amiga
  207. Rom Kernel programming manuals and examples for Release 2.0.
  208.  
  209. The 2.0 Rom Kernel manuals published by Addison-Wesley, plus
  210. The AmigaDOS Manual published by Bantam are the official programming
  211. manuals for the Amiga.  If you program for 2.0, it is easy to add V39/AA
  212. support by conditionally using the V39 32-bit-per-gun color loading
  213. functions to support the palette of 16,000,000 AA colors.
  214.  
  215. Fish Disks 741 and 742 include the 2.0 RKM Companion archives
  216. which contain the examples from the Amiga ROM Kernel Reference
  217. Manuals, 3rd edition.
  218.  
  219. Fish Disk 344 contains the 1.3 RKM Companion archives which
  220. contain the examples from the Amiga ROM Kernel Reference Manuals,
  221. 2nd edition.
  222.  
  223. The materials on these disks may be used to program for earlier versions
  224. of the Amiga OS.  For earlier OS's, don't use features, flags, structures,
  225. or functions which were added later.  Then add code to conditionally use
  226. any new functions which replace older methods of allocation or setting
  227. of flags.  Read the compatibility documents in this disk set and in
  228. the Release 2 ROM Kernel Manuals.
  229.  
  230.  
  231.         Published by Bantam Books (800-223-6834, NY & Canada 212-765-6500):
  232.  
  233.                 The AmigaDOS Manual 3rd Edition
  234.                         ISBN 0-553-35403-5
  235.  
  236.  
  237.         Published by Addison-Wesley (800-447-2226, 617-944-3700):
  238.  
  239.                 Amiga User Interface Style Guide
  240.                         ISBN 0-201-57757-7
  241.  
  242.                 Amiga Hardware Manual
  243.                         ISBN 0-201-56776-8
  244.  
  245.                 Amiga ROM Kernel Manual: Includes and Autodocs    
  246.                         ISBN 0-201-56773-3
  247.  
  248.                 Amiga ROM Kernel Manual: Devices (includes the IFF manual)
  249.                         ISBN 0-201-56775-X
  250.  
  251.                 Amiga ROM Kernel Manual: Libraries
  252.                         ISBN 0-201-56774-1
  253.  
  254.  
  255.  
  256. About 3.1 and CD32 (V40)
  257. ========================
  258. At the time of this writing, the 3.1 operating system has only been
  259. released in the Amiga CD32.  It is also available to registered developers
  260. in our closed electronic conferences for testing on other Amiga models.
  261.  
  262. If you wish to develop CD-ROM software for CD32, you must sign an
  263. AmigaCD license for your product.  Licensed AmigaCD developers have
  264. access to additional materials and tools for programming the CD32.
  265.  
  266. If you are developing an CD32 CD-ROM product, contact CATS - Licenses,
  267. 1200 Wilson Drive, West Chester, PA. 19380 (or FAX 215-429-0643)
  268. and request AmigaCD license forms.  Include your name and full surface
  269. mail address.
  270.  
  271.  
  272.  
  273. Becoming a Registered Developer
  274. ===============================
  275. Developers in our registered Amiga developer programs receive special
  276. mailings, discounts, and access to beta OS and other materials in our
  277. closed electronic conferences on BIX, CIX (UK), and ADSP (Europe).
  278.  
  279. In the US, two programs are currently available.  The Certified program
  280. costs approximately $100/year.  To join the Certified program, you must
  281. be developing a saleable product for the Amiga.  The Commercial program
  282. costs approximately $500/year, and includes personal phone support.
  283. The Commercial program is only open to developers with existing
  284. commercial computer products.  If you are developing a saleable
  285. product for the Amiga and would like a developer program application,
  286. this can be requested in the US from CATS-Applications at
  287. 1200 Wilson Drive, West Chester, PA. 19380 (or FAX 215-429-0643).
  288.  
  289.  
  290. Licensing Info
  291. ==============
  292.  
  293. These materials are not freely redistributable.  However some
  294. individual archives on these disks may contain their own licensing
  295. or redistribution information (including AmigaGuide.lha, SetPatch
  296. archives, and runtime_libs.lha).
  297.  
  298. An inexpensive distribution license for the 3.1 Includes and linker
  299. libs is available from Commodore.  Also available are licenses for
  300. earlier versions of the Includes.  In addition, Workbench licenses
  301. are available for Workbench 1.3, Workbench2.0, Workbench 2.1,
  302. and Workbench 3.0 (a Workbench 3.1 license should be available soon).
  303. Workbench licenses allow distribution of most of the files on a
  304. specific version of the Workbench disks, but do not include Arexx,
  305. CrossDOS, or outline fonts.  Includes and Workbench licenses do
  306. not allow any type of freely copyable distribution, and do require
  307. specific copyrights on your disk labels, and specific copyrights
  308. and disclaimers in your documentation.  The cost for an Includes
  309. license is currently $25 US/year.  The cost for a Workbench license
  310. is currently $100 US/year.  Renewals require documentation of
  311. compliance ith the license.
  312.  
  313. Licenses forms may be requested by name in the US by contacting
  314. CATS-Licenses at 1200 Wilson Drive, West Chester, PA. 19380
  315. (or FAX 215-429-0643).  Be sure to include your name, phone number,
  316. surface mail address, and the name(s) of the license(s) you require
  317. (i.e. Includes 3.1, Workbench 3.0, etc.).
  318.  
  319.  
  320. Decompressing the Archives
  321. ==========================
  322.  
  323. NOTE - in all of the examples below, the archive names are shown
  324. without paths.  Unless the archive is in your current directory,
  325. you must supply a full path to where the archive file is.
  326.  
  327. Example: LHEX x df0:DevTools/DevTools.lha
  328.  
  329. If you have enough RAM, dearchiving may go faster if you copy
  330. the archive to RAM: first, then dearchive it.
  331.  
  332. All of the usage examples also assume that your dearchiving tool
  333. is in one of your command paths.  Copy the dearchiving tool somewhere
  334. convenient where the system can find it (like to SYS:Tools, or to RAM:
  335. and then do PATH RAM: ADD)
  336.  
  337.  
  338. 1. Tools
  339.  
  340. If you have LhA by Stefan Boberg, you'll probably want to use that to
  341. decompress the archives.  LhA is fast and flexible.  If you don't
  342. have Lha, a tool called LHEX is provided on the Examples2 disk.
  343. LHEX is a tool from CATS for decompressing archives.  Its command line
  344. switches are fewer and different from LhA's.
  345.  
  346.  
  347. 2. General - Listing the archive
  348.  
  349. LhA Usage:   lha v archivename
  350. LHEX Usage:  lhex l archivename  (or just LHEX archivename)
  351.  
  352. Before decompressing any archive, you should list the archive to see if
  353. it will be placing everything in a directory or not.  This will determine
  354. where the destination for decompression should be.
  355.  
  356. For example, when we list the contents of include_h.lha, we see that
  357. the files are stored as include/<directory>/<file>.h, as below:
  358.  
  359. [generic]            4542  35.8% Oct 15 10:24 include/clib/alib_protos.h
  360. [generic]            1136  19.1% Oct 15 10:25 include/clib/all_protos.h
  361. (etc.)
  362.  
  363. This shows that when we decompress this archive, it will create if
  364. necessary and dearchive into a directory called "include".
  365.  
  366. This means we should decompress the archive to parent directory of our
  367. current "include" directory.
  368.  
  369. The easy way to direct the destination for decompression is to CD to the
  370. directory where you wish the archive contents to go.  In the above case,
  371. this means we WOULD NOT CD into our existing "include" directory, but
  372. rather to its parent directory.  For example, if our include directory
  373. is Work:SC/include, we would CD to Work:SC, since the listing of
  374. the include archive shows it will want to find (or create) a directory
  375. called "include".
  376.  
  377. Alternately, if you have enough RAM, the safest way to decompress archives
  378. is to make a temporary directory in RAM: (called "tmp" or whatever).
  379. CD into the temporary directory, and decompress the archive there.
  380. Then COPY ALL the files to the place where you want them.  If you are
  381. short on RAM, You could do the same by CD'ing to a temporary directory
  382. on your hard drive.
  383.  
  384.  
  385. 3. Decompressing an entire archive
  386.  
  387. LhA Usage:  LhA -rexa x archivename
  388. LHEX Usage: LHEX x archivename
  389.  
  390. The -rexa options for LhA tell it to preserve attribute bits, and create
  391. directories even if empty.  That's the same way LHEX decompresses.
  392. The above usage will decompress the archive to your current directory.
  393.  
  394. To decompress an entire archive to somewhere other than your current
  395. directory:
  396.  
  397. LhA Usage:  LhA -rexa x archivename destdir (must end with / or :)
  398. LHEX Usage: LHEX -w=destdir x archivename
  399.  
  400.  
  401. 4. Extracting individual files or directories from an archive
  402.  
  403. LhA Usage:  LhA -rexa x archivename filepattern
  404. LHEX Usage: LHEX x archivename filepattern
  405.  
  406. Note - I believe the filepattern may be case-sensitive.
  407.  
  408. First, list the archive to find the full path and name of the file
  409. or directory you wish to extract.  Then extract it.
  410.  
  411. Examples:
  412.  
  413. LhA:  LhA -rexa x autodocs.lha doc/amigaguide.doc
  414.       LhA -rexa x NewIFF39.lha newiff39/modules/*
  415.  
  416. LHEX: LHEX x autodocs.lha doc/amigaguide.doc
  417.       LHEX x NewIFF39.lha newiff39/modules/*
  418.  
  419.  
  420.  
  421.