home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- 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
- From: hank@ducvax.auburn.edu
- Subject: Re: GpiDrawBits
- Message-ID: <1992Nov4.101849.1@ducvax.auburn.edu>
- Lines: 26
- Sender: usenet@news.duc.auburn.edu (News Account)
- Nntp-Posting-Host: ducvax
- Organization: Auburn University, AL
- References: <1d3sf2INNd0j@gap.caltech.edu>
- Date: Wed, 4 Nov 1992 15:18:49 GMT
- Lines: 26
-
- In article <1d3sf2INNd0j@gap.caltech.edu>, jyang@cco.caltech.edu (Chih Meng Yang) writes:
- > Does any know if the function GpiDrawBits is part of OS/2 1.2? I want to
- > use this function in my program but am concerned that people with display
- > drivers for OS/2 1.2 will not be able to use the program.
- >
- > PS: The program is gsos2pm10, GhostScript for OS/2.
-
- I know nothing about this kind of programming, but I really like your gs port.
- Thanks! Readers should note that there have been some possibly misleading
- posts concerning this gs. If you are following this thread on comp.os.os2.*,
- be sure to read Rommel's post(s). I use this gs without problems on my VGA,
- but my tests have been somewhat limited. For those with swapfile problems,
- did you use the supplied DLL?
-
- In partial answer to the original question, Microsoft C does not list
- GpiDrawBits:
- [c:\tmp]grep GpiDra \msc\include\*
- \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawChain(HPS hps);
- \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawFrom(HPS hps, LONG lFirstSegment,
- LONG
- lLastSegment);
- \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawSegment(HPS hps, LONG lSegment);
- \msc\include\PMGPI.H:BOOL APIENTRY GpiDrawDynamics(HPS hps);
-
- --
- --Darrel Hankerson hank@ducvax.auburn.edu
-