Xref: news2.mv.net comp.os.msdos.djgpp:5583 From: c201004 AT scapa DOT cs DOT ualberta DOT ca (Spare Student Account) Newsgroups: comp.os.msdos.djgpp Subject: Re: Bad RHIDE Problem Date: 2 Jul 1996 14:08:42 GMT Organization: University of Alberta, Edmonton, Canada Lines: 29 Message-ID: <4rbaha$b6a@pulp.ucs.ualberta.ca> References: <4r1lgr$g5e AT ohnasn01 DOT sinet DOT slb DOT com> <31D7A987 DOT 394F AT Mathematik DOT tu-chemnitz DOT de> NNTP-Posting-Host: gsb008.cs.ualberta.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Robert Hoehne (Robert DOT Hoehne AT Mathematik DOT tu-chemnitz DOT de) wrote: -> Ted Howard wrote: -> > -> > I can compile things fine so my environment seems to be set up properly, -> > but when I try to run RHIDE-it freezes. -> > -> This is a known problem, but only in a DOS-box in Windows 3.1. (Under WIndows -> 95 is all OK). Because I develop RHIDE under Windows 95 I couldn't see this -> problem before I released Beta5. Because I realy don't know, where the problem -> is, I cannot help you. Try not loading the mouse driver in your autoexec.bat and see if that helps or not. You won't be able to use your mouse in your DOS box, but RHIDE shouldn't freeze after you start it. What led me to this work-around was that whenever I ran RHIDE from dosemu in a DOS box under X, the program would run, as it should since its emulating raw DOS, but I wouldn't be able to use my mouse for some reason, while I could with other DOS programs. Also, this problem of freezing up when running from a DOS box in win31 isn't specific to RHIDE. I'm learning C++ using Turbo Vision right now, and the examples and demos I've compiled using Robert's Turbo Vision library all freeze up too. I think there's a problem with the mouse routines in the TV lib. What do you think, Robert? tony