home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19901 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.4 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!urmel.informatik.rwth-aachen.de!tabaqui!arminl
  2. From: arminl@tabaqui.informatik.rwth-aachen.de (Armin Luetkenhaus)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: How to write a software that simulate a disk drive (volume)
  5. Date: 16 Dec 1992 13:38:38 GMT
  6. Organization: RWTH-Aachen, Deutschland
  7. Lines: 23
  8. Message-ID: <1gnbguINNmr7@urmel.informatik.rwth-aachen.de>
  9. NNTP-Posting-Host: tabaqui.informatik.rwth-aachen.de
  10. Keywords: question, disk drive, volume, big problems, wizards wanted
  11.  
  12. I'm going to write a piece of software that simulates a disk drive
  13. on the Macintosh.
  14. I want to mount a drive, i.e. make it appear on the desktop, make it
  15. accessible to all file system calls and map these calls to my own
  16. routines.
  17. Possible the user interface could be similar to Apple's "AppleShare":
  18. Another icon appears in the chooser, the user can click on this icon
  19. and a list of the available volumes the user can mount appears.
  20.  
  21. Now to my question: I did never write such machine dependent code
  22. before. Has anybody experience with such problems and/or can someone
  23. give me some hints where I can get information about
  24.     1) adding a volume to the desktop
  25.     2) write chooser extensions?
  26. Any kind of help is welcome!!!
  27.  
  28. Thanx in advance
  29. --- Armin ---
  30.  
  31. P.S.: My problem (esp. "1") seems to be very similar to what one
  32. has to solve to write a ramdisk application. Does anyone know the authors
  33. of "AppDisk" or "MountImage"? I'm sure they could help me!
  34.  
  35.