home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-17 | 955 b | 29 lines | [TEXT/CWIE] |
- CustomPutFile Demo
-
-
- This demo is just a C version of the GetVolume Pascal code found in Inside Macintosh: Files
- pp 3-38 to 3-40 including the dialog hooks and filters. The main difference to what is in
- IM and what I have here is 1) It's in C, & 2) I've taken into account Universal Procedure
- Pointers for Naitive and non-Naitive code.
-
-
- All this code does is allow you to select a volume. You won't be able to select anything else
- because of the file filter. Once you select the volume you can then select things like the
- About and Quit.
-
-
- I would eventually like to do each sample file found in the New Inside Macintosh series into C.
-
-
- It's not necessarily the "best" Pacal to C translation, but it is nice and clear. If anyone
- can improve upon it, please do so and send me a copy of your improvements.
-
-
- I hope you find this code usefull.
-
-
-
- Carl B. Constantine
- Christian Computer Services
- CCONSTAN@pinc.com
- http://vvv.com/home/cconstan