home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / blitzfix.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  1.7 KB  |  52 lines

  1. Short:    [Blitz2] Fix for the 3rd parameter bug
  2. Author:   Julian Kinraid (jkinraid@clear.net.nz)
  3. Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  4. Type:     dev/basic
  5. Requires: Blitz2
  6.  
  7. This archive contains a patch for the acidlibs file of Blitz 2, to be used
  8. if there is a problem with passing the third parameter to Statements (and maybe
  9. Functions). To test if you need this patch, enter this program in Blitz:
  10.  
  11. ; ----- Program starts here
  12. NEWTYPE.big
  13.     a.l[20]
  14. END NEWTYPE
  15.  
  16. Statement test{a.w,b.w,c.w}
  17.     DEFTYPE.big breakit
  18.     NPrint c
  19. End Statement
  20.  
  21. test{0,0,0}
  22. VWait 500
  23. End
  24. ; ----- Program ends here
  25.  
  26. Run the program. The output should be 0. If it is not, then you need this
  27. patch.
  28.  
  29. Quit Blitz2 and run the FixAcidlibs script. Easy as that.
  30.  
  31. Updated 1st June 1999 - Should work for all versions of Blitz2 now (I don't
  32. think it worked on versions lower than 1.9 before).
  33.  
  34. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  35.  dmcminn@house-of-mojo.freeserve.co.uk
  36.   http://members.xoom.com/David_McMinn
  37.  
  38.  
  39. ============================= Archive contents =============================
  40.  
  41. Original  Packed Ratio    Date     Time    Name
  42. -------- ------- ----- --------- --------  -------------
  43.     1014     603 40.5% 01-Jun-99 22:27:40 +blitzfix.readme
  44.     2837    1377 51.4% 12-Jun-99 00:03:44 +blitzfix.readme.info
  45.    12476    6341 49.1% 02-Jan-97 19:56:26 +changelib
  46.      564     248 56.0% 30-Jun-99 20:11:08 +FixAcidlibs
  47.     2869    1454 49.3% 12-Jun-99 00:03:44 +FixAcidlibs.info
  48.      208     125 39.9% 20-Mar-98 09:56:12 +staticslib.obj
  49.     1247     609 51.1% 12-Jun-99 00:03:44  FixAcidlibs.info
  50. -------- ------- ----- --------- --------
  51.    21215   10757 49.2% 02-Jul-99 00:46:56   7 files
  52.