home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16158 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  2.4 KB

  1. Xref: sparky comp.lang.c:16158 comp.lang.fortran:4237 comp.unix.programmer:5208 comp.os.msdos.programmer:10408 comp.sys.ibm.pc.misc:14475
  2. Newsgroups: comp.lang.c,comp.lang.fortran,comp.unix.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.misc
  3. Path: sparky!uunet!mcsun!sun4nl!utrcu1!emmerik
  4. From: emmerik@utrcu1.civ.utwente.nl (Emmerik P.J.L. van)
  5. Subject: Anyone with experience porting from UNIX/X11 to MSDOS??
  6. Message-ID: <1992Nov7.211019.6859@utwente.nl>
  7. Followup-To: comp.os.msdos.programmer
  8. Keywords: porting, unix, X11, msdos
  9. Sender: emmerik@utwente.nl (Emmerik P.J.L. van)
  10. Organization: University of Twente
  11. Date: Sat, 7 Nov 1992 21:10:19 GMT
  12. Lines: 40
  13.  
  14. Anyone out there with experience in porting UNIX/X11 applications to
  15. MSDOS?
  16.  
  17. We are investigating the possibility of porting a rather big UNIX/X11
  18. application (about 25 Mb source) written in FORTRAN and C to MSDOS.
  19. The reason we want to port to MSDOS is that a lot of people have a PC
  20. that is adequate for our application, but the do not want to leave
  21. MSDOS becouse of existing applications, or they do not want to learn
  22. a new OS like for example UNIX.
  23.  
  24. What dit you do about the following problems:
  25. - Limited file name lengths
  26.   The development will continue on UNIX, so for sources i would not mind
  27.   to convert file names automatically.
  28. - Memory - UNIX has an "unlimited" virtual memory space for every proces
  29.   Are there compilers or other methods to have an "unlimited" address
  30.   space under MSDOS (or maybe Windows NT) ?
  31. - Can linkers under MSDOS handle long routine names
  32.   Our routines are unique within 9 characters.
  33. - Can you combine C and FORTRAN code the same way you do under UNIX
  34.   i.e. trailing underscore and extra parameters for stringlenths for
  35.   FORTRAN routines
  36.   Note: we could prevent the problem of combinig C and FORTRAN by converting
  37.   our FORTRAN code to C using F2C.
  38. - What dit you do about graphics, we currently use X11
  39.  
  40. Other things I would like to know are:
  41. - What compilers and utilities dit you use
  42. - Where can they be obtained (reps in The Netherlands or elsewhere in Europe)
  43. _ What was the approximate cost
  44.  
  45. Are there any problems i dit not mention that i should think of?
  46.  
  47. Please E-mail to emmerik@utwente.nl
  48.  
  49. -- 
  50. Pieter van Emmerik                    | Phone:  +31-74-464231
  51. HDS info management                   | FAX:    +31-74-464110
  52. P.O.box 23                            | E-mail: emmerik@utwente.nl
  53. 7550 AA  Hengelo, The Netherlands     |         hp4nl!utrcu1!emmerik
  54.