home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / programm / 6217 < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!spool.mu.edu!think.com!ames!haven.umd.edu!darwin.sura.net!news.duc.auburn.edu!ducvax.auburn.edu!hank
  3. From: hank@ducvax.auburn.edu
  4. Subject: Re: GpiDrawBits
  5. Message-ID: <1992Nov4.101849.1@ducvax.auburn.edu>
  6. Lines: 26
  7. Sender: usenet@news.duc.auburn.edu (News Account)
  8. Nntp-Posting-Host: ducvax
  9. Organization: Auburn University, AL
  10. References: <1d3sf2INNd0j@gap.caltech.edu>
  11. Date: Wed, 4 Nov 1992 15:18:49 GMT
  12. Lines: 26
  13.  
  14. In article <1d3sf2INNd0j@gap.caltech.edu>, jyang@cco.caltech.edu (Chih Meng Yang) writes:
  15. > Does any know if the function GpiDrawBits is part of OS/2 1.2?  I want to
  16. > use this function in my program but am concerned that people with display
  17. > drivers for OS/2 1.2 will not be able to use the program.
  18. > PS:  The program is gsos2pm10, GhostScript for OS/2.
  19.  
  20. I know nothing about this kind of programming, but I really like your gs port.
  21. Thanks!  Readers should note that there have been some possibly misleading
  22. posts concerning this gs. If you are following this thread on comp.os.os2.*,
  23. be sure to read Rommel's post(s). I use this gs without problems on my VGA,
  24. but my tests have been somewhat limited. For those with swapfile problems, 
  25. did  you use the supplied DLL?
  26.  
  27. In partial answer to the original question, Microsoft C does not list 
  28. GpiDrawBits:
  29. [c:\tmp]grep GpiDra \msc\include\*                                              
  30. \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawChain(HPS hps);                       
  31. \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawFrom(HPS hps, LONG lFirstSegment,
  32. LONG
  33.  lLastSegment);                                                                 
  34. \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawSegment(HPS hps, LONG lSegment);      
  35. \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawDynamics(HPS hps);                    
  36.  
  37. -- 
  38. --Darrel Hankerson hank@ducvax.auburn.edu
  39.