home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 177 / c / read.me < prev    next >
Encoding:
Text File  |  1987-09-18  |  2.5 KB  |  62 lines

  1. CHGVOLNM.DOC
  2.  
  3.     This is a thread of messages which appeared in the Atari ST Bulletin Board
  4.     which concerns how to change the Volume Label of a disk, after it's been
  5.     formatted, from within another program.  It includes a sample of suggested
  6.     code from Tim Purves.  Yes, you can change volume names.  I have been trying
  7.     to do this for months and now I am glad to finally find the trick.  Read 
  8.     this so that you can know, too.
  9.  
  10.  
  11. DIFF.C
  12. DIFF.TTP
  13.  
  14.     These files include the source and executable for a diff program which
  15.     will list the difference between two source (ascii) files.  Just like the
  16.     UNIX version, you can now compare files and see how it's done.
  17.  
  18.  
  19. JOYSTICK.C
  20. JOYSTICK.DOC
  21. JOYSTICK.PRG
  22.  
  23.     This file will show C programmers how to access the joysticks using
  24.     ONLY C, without ANY assembler.  I know it works with Lattice C and
  25.     Alcyon C; I haven't tried it with Megamax C yet.
  26.     Completely legal: should works with later TOS versions.
  27.  
  28.  
  29. MWTODRI.C
  30. MWTODRI.DOC
  31. MWTODRI.PRG
  32.  
  33.     Converts Mark Williams C executable format to DRI executable format.
  34.     Conversion mainly involves the symbol table. After conversion you can
  35.     use DIS2ND.PRG to get a symbolic disassembly. DIS2ND.prg does use
  36.     the symbols from the MWC executables. 
  37.  
  38.  
  39. PRINTC.DOC
  40.  
  41.     This is a brief thread of messages which appeared in the Atari ST Roundtable
  42.     Bulletin Board showing how to print text to a printer in the C language.
  43.     Includes code fragment illustrations.
  44.  
  45.  
  46. RESOURCE.C
  47.  
  48.     Want to include .RSC files in your C source code? No more rsrc_loads FROM 
  49.     DISK!  This is a NO-NO for accessories, yet many continue to do it.  DLM 
  50.     has created RESOURCE.C that replaces the rsrc_load in the usual system 
  51.     calls with one that incorporates the .RSH file with your code.  Simply use
  52.     the standard rsrc_load system calls until all your dialog boxes and code 
  53.     are complete. Then simply set up the propeer #include "my.rsh" in the 
  54.     resource.c file, and then compile it and LINK with the rest of your .O 
  55.     files. Simplicity itlsef!  You won't have to change a single line of code 
  56.     in any other files!  We had some problems with getting it to work with 
  57.     Megamax C.  Dan was very helpful in this area. This version is the FINAL. 
  58.     I just compiled and tested it with Megamax, no problem.  This dude is an 
  59.     ABSOLUTE MUST for any C programmer!  Mat*Rat - DLM  You asked for it and
  60.     now you have even an easier way of getting rid of that nasty .RSC file.  A
  61.     must for all C programmers.
  62.