From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: About Rhide... Date: Mon, 13 Sep 1999 13:09:37 +0200 Organization: NetVision Israel Lines: 13 Message-ID: References: <199909110842 DOT LAA23987 AT ankara DOT Foo DOT COM> <7ren72$7qa$1 AT solomon DOT cs DOT rose-hulman DOT edu> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 937220905 2746 199.203.121.2 (13 Sep 1999 11:08:25 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 13 Sep 1999 11:08:25 GMT X-Sender: eliz AT is In-Reply-To: <7ren72$7qa$1@solomon.cs.rose-hulman.edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 11 Sep 1999, Damian Yerrick wrote: > > excepting ones held by file locks for other active sessions > > of Rhide, assuming more than one session is started. > > File locks? Does DOS have file locks? Vanilla DOS doesn't, but if you install SHARE.EXE, you can have them. Windows 3.X installs SHARE, and Windows 9X has VSHARE built-in. See library functions `lock' and `_dos_lock' for an interface from C. I don't have any idea whether RHIDE uses these functions.