Fwd: Re: [kernel] correct OpenFile test

2005-10-17 Thread Oliver Stieber
-- Maxime Bellengé <[EMAIL PROTECTED]> wrote: > > Hello, > > You can try this application installer : > http://jatennis.free.fr/jatinst32.php > I've had a look and the installer is failing because of the result returned by : 0009:Call version.VerFindFileA(,0040b4ec "JaTennis32.exe",004

Re: [kernel] correct OpenFile test

2005-10-17 Thread Oliver Stieber
--- Maxime Bellengé <[EMAIL PROTECTED]> wrote: > For me returning HFILE_ERROR makes one of my application installer > fails. If the function returns FALSE, it behaves normaly and exactly > like on windows. The application installer works correctly. > Which version of window are you using and do

Re: [kernel] correct OpenFile test

2005-10-17 Thread Maxime Bellengé
For me returning HFILE_ERROR makes one of my application installer fails. If the function returns FALSE, it behaves normaly and exactly like on windows. The application installer works correctly. Maxime On Mon, 2005-10-17 at 15:20 +0100, Oliver Stieber wrote: > --- Dmitry Timoshkov <[EMAIL PROTE

Re: [kernel] correct OpenFile test

2005-10-17 Thread Oliver Stieber
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Oliver Stieber" <[EMAIL PROTECTED]> wrote: > > > > file.c:1413: Test failed: hFile != FALSE : -1 > > > > -1 is HFILE_ERROR and FALSE is 0 (defined in windef.h), is this running > > the old or the > patched > > one? > > It's the result of ru

Re: [kernel] correct OpenFile test

2005-10-17 Thread Dmitry Timoshkov
"Oliver Stieber" <[EMAIL PROTECTED]> wrote: > > file.c:1413: Test failed: hFile != FALSE : -1 > > -1 is HFILE_ERROR and FALSE is 0 (defined in windef.h), is this running the > old or the patched > one? It's the result of running existing tests. I just wanted to point out that the second chunk

Re: [kernel] correct OpenFile test

2005-10-17 Thread Oliver Stieber
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > > > >This patch corrects the test for OpenFile with a style of OF_EXIST. > > > The test should fail > if the > > > function returns anything other than HFILE_ERROR as a failure. This is > > >

Re: [kernel] correct OpenFile test

2005-10-17 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > >This patch corrects the test for OpenFile with a style of OF_EXIST. The > > test should fail if the > > function returns anything other than HFILE_ERROR as a failure. This is > > based on > > http://msdn.microsoft.com/library/default.asp?url=/

Re: [kernel] correct OpenFile test

2005-10-17 Thread Oliver Stieber
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "Oliver Stieber" <[EMAIL PROTECTED]> wrote: > > >This patch corrects the test for OpenFile with a style of OF_EXIST. The > > test should fail if > the > > function returns anything other than HFILE_ERROR as a failure. This is > > based on >

Re: [kernel] correct OpenFile test

2005-10-17 Thread Dmitry Timoshkov
"Oliver Stieber" <[EMAIL PROTECTED]> wrote: >This patch corrects the test for OpenFile with a style of OF_EXIST. The > test should fail if the > function returns anything other than HFILE_ERROR as a failure. This is based > on > http://msdn.microsoft.com/library/default.asp?url=/library/en-u