home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7356 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.0 KB  |  32 lines

  1. Newsgroups: comp.windows.ms.programmer
  2. Path: sparky!uunet!psinntp!isc-newsserver!ritvax.isc.rit.edu!SXL2259
  3. From: sxl2259@ritvax.isc.rit.edu
  4. Subject: MetaWare 32-bit Windows Application
  5. Message-ID: <1992Jul24.212525.26422@ultb.isc.rit.edu>
  6. Sender: news@ultb.isc.rit.edu (USENET News System)
  7. Nntp-Posting-Host: vaxb.isc.rit.edu
  8. Reply-To: sxl2259@ritvax.isc.rit.edu
  9. Organization: Rochester Institute of Technology
  10. Date: Fri, 24 Jul 1992 21:25:25 GMT
  11. Lines: 19
  12.  
  13.  
  14. Does anyone know about how to port the Windows programs to MetaWare compiler
  15. for 32-bit environment (of course, still running under Windows 16-bit
  16. environemnt). I have trouble to use the GlobalAlloc & GlobalLock. Because
  17. the MetaWare include a NEW windows.h that declare FAR as "". (nothing)
  18.  
  19. How to change my program without pain? By the way, no matter what the Local
  20. or Globle memory API used, I always got a compiler waring like that:
  21.  
  22. "far pointer address truncated to near pointer"
  23.  
  24. Why? especially in GlobalLock and LocalLock!?
  25.  
  26.  
  27. Any suggestion will be very appreciated, 
  28.  
  29.  
  30. SHen-wei
  31.  
  32.