From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Trying to hide cursor on a DOS box on WinNT Date: Fri, 08 Nov 2002 21:01:44 +1100 Organization: ECLiPSE Lines: 24 Message-ID: References: <3DCB85E4 DOT A96AA73B AT lml DOT ls DOT fi DOT upm DOT es> NNTP-Posting-Host: p213-tnt4.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1036749709 20356 203.173.134.213 (8 Nov 2002 10:01:49 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Fri, 8 Nov 2002 10:01:49 +0000 (UTC) X-Newsreader: Forte Agent 1.92/32.572 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I'm trying to do that with conio funtions, but fail. I've searched the >FAQ with no luck. I'm using > > _setcursortype (_NOCURSOR); > >But it only works in fullscreen mode, not inside a DOS window. In that >case >the behaviour is somehow erratic, and usually the cursor shows up all >the time. I have used this for a long long time and it has worked for me on everything from DOS, WIn 9x, NT 4.0 SP2 through SP6, 2K and XP. Boot up using a DOS disk and try the app. If it works then the problem is with NT otherwise it is with the video card. >Is this a known issue? Not as far as I can remember. >Is there a workaround? >I'm using gcc 3.2 on WinnT 4.0 SP3. Have you tried it on another PC running NT 4.0? A long shot could be that it is an NT video driver or vidoe bios problem. Another thing to try is SP6 or SP6A for NT 4.0 as SP3 is very old.