home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / fractals / 134 < prev    next >
Encoding:
Text File  |  1992-10-13  |  1.2 KB  |  28 lines

  1. Newsgroups: sci.fractals
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!nuscc!ntuix!ntuvax.ntu.ac.sg!ej6836994
  3. From: ej6836994@ntuvax.ntu.ac.sg
  4. Subject: Cannot compile Fractint V17.2
  5. Message-ID: <1992Oct13.204815.1@ntuvax.ntu.ac.sg>
  6. Lines: 16
  7. Sender: news@ntuix.ntu.ac.sg (USENET News System)
  8. Nntp-Posting-Host: v9000.ntu.ac.sg
  9. Organization: Nanyang Technological University - Singapore
  10. Date: Tue, 13 Oct 1992 12:48:15 GMT
  11.  
  12. I have used Fractint V17.2 with great interest.  I would like to contribute,
  13. perhaps by adding another modules eg. animation for IFS. But I am facing the
  14. problem of compling the source listings now:
  15.  
  16. with reference to Fractsrc.doc, it is required that those who doesn't have
  17. Microsoft 6.00A should compile the parser.c, loadfile.c, calcfrac.c with no
  18. optimation and use the /qc option. Therefore I tried to edit makefrac.bat and
  19. Fractint.mak, including the following commands for the three specific files:
  20.     cl /AM /W1 /FPi /c /DC6 /Gs /qc
  21.  
  22. After the compilation, Fractint.exe was created. But everything seems OK except
  23. for the fractal type L system, which displayed nothing whenever I selected any
  24. .l files. 
  25.  
  26. I wonder what is going wrong. I would appreciate if anyone could help.
  27.  
  28.