Date: Thu, 28 Jan 1999 09:34:14 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: leva AT hotmail DOT com cc: djgpp AT delorie DOT com Subject: Re: interprocess synchronization and "Sharing violation" In-Reply-To: <78nhri$90u$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 27 Jan 1999 leva AT hotmail DOT com wrote: > BTW, it seems (what I found while reading library > sources) that there's no need in direct int21 calls - one can specify share > flags in the static variable (something like __SHARE... - I don't remember > exactly). That's true, for DJGPP v2.02. But I think calling function 6Ch is better, since it supports a few additional optional flags (the library doesn't use 6Ch, so it doesn't support those flags). Btw, I hope you don't actually call Int 21h directly, but via __dpmi_int, because that's the best way of doing that.