home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI04.ARJ / ictari.04 / ICTARI.TXT
Text File  |  1992-03-07  |  8KB  |  169 lines

  1.        ___   ______     ___       _________   _________   ___
  2.        \__\  \   __\    \  \__    \______  \  \   _____\  \__\
  3.          ___  \  \       \  __\     _____\  \  \  \         ___
  4.          \  \  \  \       \  \      \  ____  \  \  \        \  \
  5.           \  \  \  \_____  \  \____  \  \__\  \  \  \        \  \
  6.            \  \  \       \  \      \  \        \  \  \        \  \
  7.             \__\  \_______\  \______\  \________\  \__\        \__\
  8.  
  9.                      *   m   a   g   a   z   i   n   e   *
  10.  
  11. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  12.  
  13.                     I C T A R I   U S E R   G R O U P
  14.  
  15. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  16.  
  17. Hi there, welcome to  Ictari  Disk   #4.   Hope   you  like  the new menu
  18. program, shame I couldn't get  Monkey's  to   work   -  as it is good ( I
  19. think ).  :-)
  20.  
  21. WELCOME TO ALL THE NEW MEMBERS OF  ICTARI  USER GROUP - MUST BE SOMETHING
  22. TO DO WITH THAT LETTER IN ST USER :-)
  23.  
  24. First things first, My exams are  over,  so  I  can  now devote all of my
  25. spare time to programming, Ictari  User  Group,  etc.  Maybe you will get
  26. quicker responses now :-). I  do  have  a  full  time  job, but no exams,
  27. assignments etc, so my spare time is  left  for programming, programming,
  28. programming, drinking, playing sensible soccer  (the  new  version),  and
  29. programming. My days will be spent earning  money to fund a  phone  line,
  30. a  modem, a hard  drive,  a  Falcon,  and  a  new  printer  -hmm loads of
  31. overtime in store I think.
  32.  
  33. A new feature to be started  next   month,  in  my attempt to make Ictari
  34. more like a magazine, is the  inclusion  of  the UNCUT chat folder, where
  35. members can talk about 'whatever'  they  like.
  36.  
  37. Talk  about whatever you like  here  - just send me what you want - ASCII 
  38. format and I'll bung it in.
  39.  
  40. I will have a separate X rated file  that will allow swearing if you want
  41. to swear or just have a blatent flame. :-)
  42.  
  43. This is just one new idea - I hoping to get more from the survey.
  44.  
  45. Moving on to my letters: (in no order)
  46.  
  47. Marcus Platt wants a 68k tutorial. Well   my   68k  is basic - but I will
  48. try and help. If any  experienced  68k'ers  see  any fault in my tutorial
  49. then please correct me :-) Hopefully,  I can  write a beginners tutorial,
  50. and maybe some cool dude who is excellent with 68k coding, etc can expand
  51. it into some serious stuff. I mean now that there's thousands of students
  52. out there on Summer Hols, well - what else have you got to do - might  as
  53. well write a nice intermediate 68k tutorial for us.
  54.  
  55. 68k beginners tutorial starts next week :-)
  56.  
  57. Marcus also adds - is  Devpac  3  much  better  than  2. The answer is of
  58. course YES. Oh,  yes  and  Ictari  Back  orders  are  available any time,
  59. through me or through any  other  source  you  can find. That reminds me,
  60. anyone seen Ictari Disks in  any  PD  Library  yet?, maybe I should start
  61. sending them, but that will cost me a load of disks.
  62.  
  63. In  reply  to   Martin    Wright,regarding    running    STOS  3D  Object
  64. Modeller,the following may be of some use :-
  65.  
  66. On a pre-formatted disk put the following folders and programs:
  67.  
  68. AUTO FOLDER (Run_OM.PRG)
  69. EXAMPLES FOLDER
  70. Object  Modeller    FOLDER(OM.FLDR)    (containing:Colours    FLDR;Obcols
  71. FLDR;etc)
  72.  
  73. UTILS FOLDER (OL.TTP;PRUNE.TTP;SID.TTP)
  74.  
  75. in the root directory : OM.PRG & SIMPATHS
  76.  
  77. Auto boot this disk    with  the   write   protect   off  !! - the Object
  78. Modeller will automatically load and run then.
  79.  
  80. Paul Winter has trouble with  MONST, he says he can't get the binary file
  81. to save properly.  The  trouble  is  that  if  you  use  MONST  to change
  82. something, you can't save it with  save  as binary!  Does  anyone know if
  83. there is a way of saving a  modified, executable program?. If  you  can't
  84. help I'll have to do something drastic like read the manual.
  85.  
  86. Arthur Wadolkowski,  has  a  couple  requests  -  which  I  will  type in
  87. directly. (there's a lesson here -  its   sooooo  much easier if you send
  88. requests in ASCII format on disks - it saves me time)
  89.  
  90. Basically he's bought Z-KEYS   from   THIRD   COAST  TECHNOLOGIES a while
  91. back, he mentions that it allows   a   PC  keyboard  to  be  connected to
  92. the ST. Anyway the PC keyboard has  no HELP, UNDO keys,  and therefore he
  93. wants to know if anyone  has  a  copy  of  a  driver released by TCT that
  94. allowed the f11 and f12 to emulate these keys. - or if anyone has written
  95. their driver - or I suppose if anyone can write a driver :-)
  96.  
  97. Arthur also asks if there is  any   PD,  shareware etc that allows custom
  98. desktop icons to be added to TOS 2.06. Well is there?
  99.  
  100. Frank Dawkins has problems with the following GFA Code:
  101.  
  102.         REPEAT
  103.             REPEAT
  104.             UNTIL MOUSEK
  105.                ALERT 1,"|  |HELLO|HELLO",1,"OK",c
  106.         UNTIL MOUSEK=2
  107.  
  108. He says he gets a continuous  beep   and  a message "NOT BYTE 0...255" is
  109. given when <RETURN> is  used  to   exit   the   ALERT   box.  I could not
  110. duplicate this error on my STe, so  maybe  its  to do  with  his TOS 1.2.
  111. Can anyone suggest a solution for him?
  112.  
  113. Has anyone got Kozmic 2 pattern Generator ?
  114.  
  115. Has anyone got the commercial game Tetris ?
  116.  
  117. Can anyone think of a way to   delete   part   of   a  file (a bit in the
  118. middle) without copying the file  to  another,  and  skipping the bit you
  119. wish to delete. I can't think  of  another  way  -  I have a mind blank -
  120. thats my exuse and I'm sticking to it :-)
  121.  
  122. To the Space Cowboy :-  I   am   at   present  trying  to obtain Atari ST
  123. Internals through various channels.   The  most  promising  of these is a
  124. book search carried out by Hatchards,  Piccadilly, London, which may take
  125. up to 3 months when  they   contact   you   to   inform  you  if it was a
  126. success or not. Unfortunately I  don't  have the exact address,but I will
  127. try and obtain a request form and forward it if you wish. <Raymond>.
  128.  
  129. Does anyone else have any problems with  the  disk  format I use, if so I
  130. <might> consider changing it.
  131.  
  132. Can anyone write me some code  to  load   and  display an ascii file - in
  133. 68K. I'm too lazy to do it myself. No need for anything neat and tidy.
  134.  
  135. STOS USERS: STOSSER  DISKZINE  is   available   from  TONY  GREENWOOD, 29
  136. Paxton Street, Accrington, Lancs,  BBS  1QQ.  Tony  was  'still   is ?' a
  137. member of IUG, he did contribute some  STOS  stuff for the first  issue -
  138. hmm, has defected to create his  own  diskzine  :-).  Best of luck TONY -
  139. maybe I'll send a disk.
  140.  
  141. The script used on my letters was a  built  in font. - I have now sold my
  142. printer, and thus hope to  get  a   Bubblejet   Printer.   I only have my
  143. Electronic Typewriter at the  moment,  hence  no  personal  replies - all
  144. merged here :-).
  145.  
  146. Does anyone have the Atari Developers info ?
  147.  
  148. Jim Taylor is new to C and  wants   to  add some C maths functions to his
  149. 68k code. Can anyone help him  -  I  don't  have  Lattice  C - YET :-(I'm
  150. sure people like 'MORF'  who has linked  code can help :-). don't deny it
  151. - the source is on  this disk :-).  Jim  need  some help in how to link C
  152. with 68k, thats all.
  153.  
  154. Ooh and I'm still after ST Internals if any one has or can get a copy?
  155.  
  156. That's it - hope I haven't forgotten anything :-)
  157.  
  158. See ya all next month
  159.  
  160. NOTE: Replies to any of  the  above  can  be  included  in the NEW Ictari
  161. Discussion box  thingy  mentioned  above  -  COMING  SOON  -  NEXT  MONTH
  162. ACTUALLY.
  163.  
  164. NOTE: Please can you write your name,  address,  etc on all disks sent to
  165. me, and also write what you want  to  receive  on  the  disk. Otherwise I
  166. lose track :-)
  167.  
  168. Ictari Disk Magazine 5 released July 12th 1993
  169.