home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3129 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: informatik.tu-muenchen.de!ganterth
  2. From: ganterth@mathematik.tu-muenchen.de (Thomas Ganter)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: DICE help
  5. Date: 09 Feb 1996 10:55:30 GMT
  6. Organization: Math. Institut der TU Muenchen
  7. Distribution: world
  8. Message-ID: <1996Feb9.115530@mathematik.tu-muenchen.de>
  9. References: <311AC15C.7895@popd.ix.netcom.com>
  10. NNTP-Posting-Host: sunbulirsch5.mathematik.tu-muenchen.de
  11. X-newsreader: xrn 7.00
  12.  
  13. In article <311AC15C.7895@popd.ix.netcom.com>, ChrisC <jamesch@popd.ix.netcom.com> writes:
  14. |> I just recieved an Amiga 500.  It has 1 meg ram and 2 floppy drives.  I 
  15. |> would like to start programming it in C.  I downloaded DICE but I don't 
  16. |> yet have a hard drive and it will not fit on a floppy.  Is there any way 
  17. |> I can split the file to work on 2 floppies? Or is there a good compiler 
  18. |> that I can download that will work with floppies only?
  19.  
  20. Hm, it is quite some while back that i used the shareware version of DICE on
  21. my old A500. However, yes DICE works from floppy only. I can remember that
  22. there was some .README about this, but from what i recall, put the binaries
  23. and the includes onto one disk, make the according assigns (dcc: -> disk1:,
  24. dinclude: -> disk1:include, ...), put the glue code (directory dlib) onto
  25. the second disk, make the according assigns (dlib -> disk2:dlib) and that should
  26. be it. the rest (example code, autodocs, manuals) are not needed for operation.
  27.  
  28. But perhaps it was put the binaries on one and the includes and the libs onto
  29. the other disk... ?
  30.  
  31. Anyhow, if the assigns are set right, DICE request the disk it needs during compilation.
  32. If you do have two floppies, that should be no problem, otherwise, try putting
  33. the files in the way indicated first to reduce disk changes (the glue code is only
  34. accessed during linking).
  35.  
  36. If I still do have the .readme, i will mail it to you on monday (my Amiga is
  37. at home :( ).
  38.  
  39.                         - Thomas
  40.  
  41. ------------------------------------------------------------------------------
  42.   Thomas Ganter            Student der Mathematik
  43.   Postweg 3            email: ganterth@mathematik.tu-muenchen.de
  44.   83209 Prien am Chiemsee    FAX  : (0) 8051 - 63179
  45.   Bavaria, Germany        Phone: (0) 8051 - 61895 & 62054
  46. ------------------------------------------------------------------------------
  47.   Amiga Developer (ETG 249)  -  A3000/14Megs/550MB HD/PicassoII
  48. ------------------------------------------------------------------------------
  49.  
  50.   Mathematicians are like Frenchmen: whenever you say something to them,
  51.   they translate it into their own language, and at once it is something
  52.   entirely different.                     J. W. v. Goethe
  53.  
  54.