home *** CD-ROM | disk | FTP | other *** search
- CHGVOLNM.DOC
-
- This is a thread of messages which appeared in the Atari ST Bulletin Board
- which concerns how to change the Volume Label of a disk, after it's been
- formatted, from within another program. It includes a sample of suggested
- code from Tim Purves. Yes, you can change volume names. I have been trying
- to do this for months and now I am glad to finally find the trick. Read
- this so that you can know, too.
-
-
- DIFF.C
- DIFF.TTP
-
- These files include the source and executable for a diff program which
- will list the difference between two source (ascii) files. Just like the
- UNIX version, you can now compare files and see how it's done.
-
-
- JOYSTICK.C
- JOYSTICK.DOC
- JOYSTICK.PRG
-
- This file will show C programmers how to access the joysticks using
- ONLY C, without ANY assembler. I know it works with Lattice C and
- Alcyon C; I haven't tried it with Megamax C yet.
- Completely legal: should works with later TOS versions.
-
-
- MWTODRI.C
- MWTODRI.DOC
- MWTODRI.PRG
-
- Converts Mark Williams C executable format to DRI executable format.
- Conversion mainly involves the symbol table. After conversion you can
- use DIS2ND.PRG to get a symbolic disassembly. DIS2ND.prg does use
- the symbols from the MWC executables.
-
-
- PRINTC.DOC
-
- This is a brief thread of messages which appeared in the Atari ST Roundtable
- Bulletin Board showing how to print text to a printer in the C language.
- Includes code fragment illustrations.
-
-
- RESOURCE.C
-
- Want to include .RSC files in your C source code? No more rsrc_loads FROM
- DISK! This is a NO-NO for accessories, yet many continue to do it. DLM
- has created RESOURCE.C that replaces the rsrc_load in the usual system
- calls with one that incorporates the .RSH file with your code. Simply use
- the standard rsrc_load system calls until all your dialog boxes and code
- are complete. Then simply set up the propeer #include "my.rsh" in the
- resource.c file, and then compile it and LINK with the rest of your .O
- files. Simplicity itlsef! You won't have to change a single line of code
- in any other files! We had some problems with getting it to work with
- Megamax C. Dan was very helpful in this area. This version is the FINAL.
- I just compiled and tested it with Megamax, no problem. This dude is an
- ABSOLUTE MUST for any C programmer! Mat*Rat - DLM You asked for it and
- now you have even an easier way of getting rid of that nasty .RSC file. A
- must for all C programmers.
-