home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18615 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!proto!joe
  3. From: joe@proto.com (Joe Huffman)
  4. Subject: Re: 32bit Zortech Pointers
  5. Organization: FlashTek, Inc.
  6. Date: Thu, 31 Dec 1992 20:35:31 GMT
  7. Message-ID: <1992Dec31.203531.1158@proto.com>
  8. References: <C03usF.8CA@ais.org>
  9. Lines: 25
  10.  
  11. empath@ais.org (Tim Triemstra) writes:
  12.  
  13. >I've worked long and hard converting some SoundBlaster code from MicroSoft C
  14. >to Zortech C++ support (added BC++ along the way as well.)  However, the
  15. >one catch I have come accross seems to be related to the pointers.
  16.  
  17. >I already converted all the INT calls to reflect 2bytes in the 32bit mode to
  18. >ensure compatibility (I can optimize later.)  So, since it works under the
  19. >Zortech 16bit modes it SHOULD work under the 32bit model.  It does compile
  20.  
  21. >I am using Zortech C++ 3.04 with FlashTek's X32-VM (very similar to the
  22. >standard DOSX.)
  23.  
  24. A side note -- X-32VM is just a newer version of DOSX with virtual memory,
  25. TSR support, memory mapped files, and support for Watcom.  The base extender
  26. is exactly the same.
  27.  
  28. I don't understand what INT calls you converted...  One thing to be careful
  29. of is that if you are trying to pass data to a real mode TSR of some sort, 
  30. then you need to put the data in a real mode buffer... could this be part
  31. of your problem?
  32.  
  33. -- 
  34. netcom!proto!joe
  35. joe@proto.com
  36.