home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1839 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.6 KB  |  44 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!nevada.edu!tamsun.tamu.edu!tpradeep
  3. From: tpradeep@cs.tamu.edu (Pradeep K Tapadiya)
  4. Subject: Converting MSC 7.0 code to MSC 8.0 - Help
  5. Message-ID: <1992Nov6.170046.3826@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Computer Science Department, Texas A&M University
  8. Distribution: usa
  9. Date: Fri, 6 Nov 1992 17:00:46 GMT
  10. Lines: 32
  11.  
  12. Howdy netters,
  13.  
  14. Finally managed to install NT and the new `C' compiler on my machine.
  15.  
  16. After playing around with one of the examples, sample.c, I realize
  17. that a program compiled with the new version is not limited to 640K
  18. under the new dos-box. Now I wish to recompile our existing "dos-based"
  19. `C' code for the new environment so that I can happily do some
  20. more mallocs without worrying about any limitations. 
  21.  
  22. Chapter 1 in PROGTECH notes interchangeably talks about 16 bit and
  23. 32 bit compilation, which is kind of confusing. Can someone please
  24. enlighten me on the following questions?
  25.  
  26. 1.I don't see any support for the old graphics functions (graphics.lib).
  27.   Are there any equivalent functions for them? The on-line help still
  28.   provides help on these functions (drawing lines and rectangles, etc).
  29.  
  30. 2. Can I produce 16 bit code with the new version and use the old
  31.   graphics.lib? This way I can get some more memory for my application. 
  32.  
  33. 3. Or can I use the old 16 bit compiler and linker and do "something"
  34.   so that the application doesn't choke on 640K limit and still everything
  35.   else remains the same?
  36.  
  37. 4. Any other suggestions?
  38.  
  39. Thank you for your help. If need be, I'll summarize the responses on
  40. the net.
  41.  
  42. Pradeep
  43. tpradeep@cs.tamu.edu
  44.