home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10397 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  776 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!stanford.edu!rutgers!ub!dsinc!pitt.edu!yding
  2. From: yding+@pitt.edu (Yijun Ding)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Can't see mouse cursor on Hercules graphic mode
  5. Message-ID: <9271@blue.cis.pitt.edu.UUCP>
  6. Date: 7 Nov 92 05:11:58 GMT
  7. Sender: news+@pitt.edu
  8. Organization: University of Pittsburgh
  9. Lines: 15
  10.  
  11. I have a graphic program works fine on CGA/VGA.  It seems to work with 
  12. Hercules card except that you can't see the mouse arrow in graphic
  13. mode.  
  14.  
  15. I am using TC2.0, something like:
  16.  
  17.   initgraph(...);
  18.   ...
  19.   __int__(0x33);    /* normal mouse call */
  20.  
  21. This is for IBM running MSDOS.  Any ideas?
  22.  
  23. Thanks in advance.
  24. -- 
  25. //Yijun Ding, Pittsburgh //Go your way, be happy.
  26.