home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9337 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.9 KB  |  53 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!darwin.sura.net!jvnc.net!nuscc!iti.gov.sg!news
  3. From: kaykit@iti.gov.sg (Chan Kay Kit)
  4. Subject: Help needed on extended memory management
  5. Message-ID: <1992Sep14.032729.2239@iti.gov.sg>
  6. Sender: news@iti.gov.sg (News Admin)
  7. Reply-To: kaykit@iti.gov.sg
  8. Organization: Information Technology Institute, National Computer Board, S'pore
  9. Date: Mon, 14 Sep 1992 03:27:29 GMT
  10. Lines: 41
  11.  
  12. Hello everyone!
  13.  
  14.     I have programmed for DOS for a fairly long time but recently I ran 
  15. into memory management difficulties. 
  16.  
  17.     My program requires a lot of memory for dynamic data (eg. a 1.2 MB 
  18. contiguous block) and thus needs to access extended memory. However, since I 
  19. am only producing a prototype to show concepts, I do not wish to get entangled
  20. in Windows programming. In other words, it would be best if I could just program 
  21. as per normal as possible, with much of the work of managing the extended memory 
  22. done by the compiler or some DOS extender. I am running DOS 3.3.
  23.  
  24.     I would appreciate it very much if anyone can supply helpful tips to
  25. satisfying the above requirements, and/or answers to the questions below:
  26.  
  27.  
  28. (i) Does anyone know if Borland C++ or Zortech C++ allows one to write
  29. and compile DOS programs that automatically use extended memory if 
  30. necessary? What work must be done by the programmer, if any, to manage the 
  31. extended memory? Is the extra work required so much that a switch to the
  32. Windows environment would be more productive instead?
  33.  
  34. (ii) Any other C language products that come with extended memory management
  35. facilities? 
  36.  
  37.  
  38.     Please email replies to kaykit@iti.gov.sg. Thanks in advance!
  39.  
  40.  
  41.  
  42. Kay Kit
  43.  
  44.  
  45.  
  46.  
  47. ---
  48. Kay-Kit CHAN                | Internet: kaykit@iti.gov.sg
  49. Knowledge Systems Lab            | Bitnet:   kaykit@itivax
  50. Information Technology Institute    | Tel:      (65) 772-0920
  51. National Computer Board of Singapore    | Fax:      (65) 770-3043
  52.  
  53.