home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / fortran / 4869 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.2 KB

  1. Path: sparky!uunet!newsflash.concordia.ca!mizar.cc.umanitoba.ca!access.usask.ca!edison.usask.ca!f54oguocha
  2. From: f54oguocha@edison.usask.ca
  3. Newsgroups: comp.lang.fortran
  4. Subject: RE: Common block problem with MS-FORTRAN
  5. Date: 30 DEC 92 22:45:21 GMT
  6. Organization: University of Saskatchewan
  7. Lines: 18
  8. Message-ID: <30DEC92.22452124@edison.usask.ca>
  9. References: <29DEC199220562573@osprey.telcom.arizona.edu>
  10. NNTP-Posting-Host: edison.usask.ca
  11.  
  12.  
  13. >DOS box using Microsoft FORTRAN 4.01 or 5.0.  I get the same message
  14. >with either one:
  15. >actrep.for(21) : error F2379: DESCRI : item in common block crosses segment
  16. >actrep.for(333) : error F2379: DESCRI : item in common block crosses segment
  17. >...  What am I overlooking?
  18. >Thanks for any help.
  19. >-Doug
  20. one possible source of this type of error is the length of the continuation
  21. line you inherited from your former program. so, check the length of your
  22. continuation line and ensure it is not more than 15(to be safe). if you have
  23. not used more than 15 continuation lines, then check the number of characters
  24. you have used per line in the common block.make sure you've not got a "comma"
  25. extending beyond the limit. if after all these the error continues croping up,
  26. let us know.
  27. oguocha
  28.