Message-ID: <35A93079.C30A2DC2@go.ro> Date: Mon, 13 Jul 1998 00:54:01 +0300 From: Radu Georgescu aka skoola X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: dpmi lock Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com shouldn't _go32_dpmi_lock_data(...) lock the data so no other function may modify it until it is unlocked (and generate some protection fault error)? i tried to use this in order to find the function that overwrites some data and this didn't work. any other ideas (except for parsing the whole code because it is too big and the error appairs only sometimes). thanks!!