Re: SpecOpS David Exposed

2004-04-26 Thread Tim Hentenaar
On Tue, 27 Apr 2004 02:02:32 -0400 Abby Ricart <[EMAIL PROTECTED]> wrote: > I think I know what this David thing is all about! > > Please Read: > http://www.datiku.com/articles/david.php > Interesting theory. If that were true, then "David" could potentially be the most elaborate ripoff i've e

Re: MDI fix attempt

2004-04-26 Thread Dmitry Timoshkov
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote: > > Then perhaps you have a +relay trace which exposes a problem and could > > write a simple test app based on that information? > > http://foltman.com/mdi/ > > Run it on Windows (I've tested in under XP), run it under original WINE, > run it unde

SpecOpS David Exposed

2004-04-26 Thread Abby Ricart
I think I know what this David thing is all about! Please Read: http://www.datiku.com/articles/david.php

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread R.U. Deranged
On Monday 26 April 2004 11:14 pm, Shachar Shemesh wrote: > May I make a small suggestion? I think we should really reserve > judgement until we see something. While such projects are, indeed, often > smoke and broken mirrors, occasionally you get a good technical team > that is hidden behind a clue

Re: Alignment testing

2004-04-26 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: > [Use a fixed width font to view this message] > > MSVC MinGW GCC > > Alignment of __int64: 8 8 8 > Size of __int64: 8 8 8 > > Alignment of large_int: 8 8 4 > Size of large_int

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread Shachar Shemesh
Hi everyone, May I make a small suggestion? I think we should really reserve judgement until we see something. While such projects are, indeed, often smoke and broken mirrors, occasionally you get a good technical team that is hidden behind a clueless PR front. Let's wait and see - so long as

Re: Make dlls-kernel-tests-file.c work on Windows 95 and XP.

2004-04-26 Thread Alexandre Julliard
Jakob Eriksson <[EMAIL PROTECTED]> writes: > I just thought hard about winetest.exe... how about this approach: > > if (running_under_wine || !win9x_based) > { >/* Do stuff that would crash Windows 9x. */ > >/* Could also be stuff that Wine has not yet implemented */ >todo_wine { stuff

Re: GetDriveTypeW crash

2004-04-26 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > I'm having problems with several programs crashing in GetDriveTypeW. > I recently did > a fresh install from source with tools/wineinstall so it may be a > config problem. Any > ideas where to start? That was an oversight on my part, it should be fixed n

GetDriveTypeW crash

2004-04-26 Thread Robert Reif
I'm having problems with several programs crashing in GetDriveTypeW. I recently did a fresh install from source with tools/wineinstall so it may be a config problem. Any ideas where to start? Unhandled exception: page fault on read access to 0x in 32-bit code (0x404944b0). In 32-bit m

Re: RFH: winetest testing

2004-04-26 Thread Ferenc Wagner
Eric Pouech <[EMAIL PROTECTED]> writes: > Ferenc Wagner a écrit : > >> Eric Pouech <[EMAIL PROTECTED]> writes: >> The second part, yes. But winetest must have been made into a console app, so it pops up a console when it starts. >>> >>> why do you need a console? >> >> Er, I don't

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread Tim Hentenaar
On Mon, 26 Apr 2004 15:24:07 -0500 "R.U. Deranged" <[EMAIL PROTECTED]> wrote: > There's a story today on the results of the "unveiling" last week: > > http://www.inq7.net/inf/2004/apr/26/inf_4-1.htm > Interesting... A few things in that article don't seem right.. If the dude said that "David"

Re: Hmm.. something strange in winetest reporting

2004-04-26 Thread Ferenc Wagner
Jakob Eriksson <[EMAIL PROTECTED]> writes: > Check out http://test.winehq.org/data/20040425-1000/ OSR2 shell32:string. > > It says "0", but if you click, there seems to be some kind > of error. Is it the test output somehow erratic, or is > the log parser doing something bad? dlls/shell32/test

Re: Alignment testing

2004-04-26 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Clearly GCC is the odd one out. When a double is embedded in > a structure GCC does not adjust the alignment of the structure > to the size of a double. > > So, should we add -malign-double to the compiler flags? No, that would break Unix compatibility

Re: msvcrt: compatibility fixes

2004-04-26 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Hmmm, thinking about it, even more so, shouldn't we also be > compatible with that? I mean, if it was defined by them, we > shouldn't define it again, no? It shouldn't hurt to redefine it, unless the definitions are not compatible, in which case we

Re: MDI fix attempt

2004-04-26 Thread Krzysztof Foltman
Dmitry Timoshkov wrote: Then perhaps you have a +relay trace which exposes a problem and could write a simple test app based on that information? http://foltman.com/mdi/ Run it on Windows (I've tested in under XP), run it under original WINE, run it under WINE+my patch. Compare the Window menus

Re: String constification

2004-04-26 Thread Francois Gouget
On Mon, 26 Apr 2004, Alexandre Julliard wrote: [...] > The first case is not a const pointer, it's a pointer to a const > string, and it requires the compiler to allocate separate (writable) > storage for the pointer, so you are wasting 4 bytes per string. You > could use 'const char * const' to at

Re: msvcrt: compatibility fixes

2004-04-26 Thread Dimitrie O. Paun
On Mon, 26 Apr 2004, Alexandre Julliard wrote: > Unfortunately _WCHAR_T_DEFINED is also used by gcc in stddef.h. Hmmm, thinking about it, even more so, shouldn't we also be compatible with that? I mean, if it was defined by them, we shouldn't define it again, no? Currently we have this: #ifndef

Call for console and process tests help (Was: Re: Make dlls-kernel-tests-file.c work on Windows 95 and XP.)

2004-04-26 Thread Jakob Eriksson
Alexandre Julliard wrote: Jakob Eriksson <[EMAIL PROTECTED]> writes: +static int test_win9x_based() +{ +OSVERSIONINFOEX ver; + +ver.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); +ok( GetVersionEx ((OSVERSIONINFO *) &ver), " --- Can't get OS version.\n" ); +if ((4 == ver.dwMajorV

Hmm.. something strange in winetest reporting

2004-04-26 Thread Jakob Eriksson
Check out http://test.winehq.org/data/20040425-1000/ OSR2 shell32:string. It says "0", but if you click, there seems to be some kind of error. Is it the test output somehow erratic, or is the log parser doing something bad? regards, Jakob

Re: msvcrt: compatibility fixes

2004-04-26 Thread Dimitrie O. Paun
On Mon, 26 Apr 2004, Alexandre Julliard wrote: > "Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > > > ChangeLog > > Fix the _WCHAR_T_DEFINED/_WCHAR_T_DEFINED sentries for > > compatibility with the MSVCRT ones. > > Unfortunately _WCHAR_T_DEFINED is also used by gcc in stddef.h. It's OK,

Re: RPCRT4: make the on-wire protocol Windows compatible

2004-04-26 Thread Steven Edwards
Hiya Filip, You should leave this part out. I dont think Alexandre will remove it for you. +#ifndef __REACTOS__ __TRY { -if (func) func(&msg); +if (func) func(msg); } __EXCEPT(rpc_filter) { /* failure packet was created in rpc_filter */ } __ENDTRY +#el

Re: msvcrt: compatibility fixes

2004-04-26 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > ChangeLog > Fix the _WCHAR_T_DEFINED/_WCHAR_T_DEFINED sentries for > compatibility with the MSVCRT ones. Unfortunately _WCHAR_T_DEFINED is also used by gcc in stddef.h. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread R.U. Deranged
There's a story today on the results of the "unveiling" last week: http://www.inq7.net/inf/2004/apr/26/inf_4-1.htm

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread Marcus Meissner
On Mon, Apr 26, 2004 at 01:58:56PM -0400, Tim Hentenaar wrote: > > I sent an inquiry and got the exact same response (twice), i believe it's a scripted > response system. (In my case, it was "Good Evening, Mr. Hentenaar"). > > The claims they make about wine are just hillarious. :P I don't thin

Re: Alignment testing

2004-04-26 Thread Hans Leidekker
Hi, [Use a fixed width font to view this message] MSVC MinGW GCC Alignment of __int64: 8 8 8 Size of __int64: 8 8 8 Alignment of large_int: 8 8 4 Size of large_int:8 8 8 Alignment of container1: 8

Re: Make dlls-kernel-tests-file.c work on Windows 95 and XP.

2004-04-26 Thread Alexandre Julliard
Jakob Eriksson <[EMAIL PROTECTED]> writes: > +static int test_win9x_based() > +{ > +OSVERSIONINFOEX ver; > + > +ver.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); > +ok( GetVersionEx ((OSVERSIONINFO *) &ver), " --- Can't get OS version.\n" ); > +if ((4 == ver.dwMajorVersion && 0 == v

Re: String constification

2004-04-26 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > On Sat, 24 Apr 2004, Dmitry Timoshkov wrote: > >> "Francois Gouget" <[EMAIL PROTECTED]> wrote: >> >> > We find the same issues with an added twist: now that we can use >> > literals we can write things like: >> > >> >const char* str = "String liter

Re: RFH: winetest testing

2004-04-26 Thread Eric Pouech
Ferenc Wagner a écrit : Eric Pouech <[EMAIL PROTECTED]> writes: The second part, yes. But winetest must have been made into a console app, so it pops up a console when it starts. why do you need a console? Er, I don't know. Winetest itself doesn't really need it, but WinRash (the service) cou

Re: Remove debugmsg from guides

2004-04-26 Thread Ivan Leo Murray-Smith
> Please don't do that, we've been over this a thousand times, > let's not rehash it. Do either or, otherwise you end up > confusing Alexandre's script, etc. Inlining is prefered > for a lot of reasons, so if you're using a decent mail client > (and you seem to be), just inline it and don't look ba

Re: Remove debugmsg from guides

2004-04-26 Thread Dimitrie O. Paun
On Mon, 26 Apr 2004, Ivan Leo Murray-Smith wrote: > attaching as text/plain can't be done for various reasons, so I'll both attach > and inline. Please don't do that, we've been over this a thousand times, let's not rehash it. Do either or, otherwise you end up confusing Alexandre's script, etc.

Re: Fwd: Re:SpecOpS Labs

2004-04-26 Thread Tim Hentenaar
I sent an inquiry and got the exact same response (twice), i believe it's a scripted response system. (In my case, it was "Good Evening, Mr. Hentenaar"). The claims they make about wine are just hillarious. :P I don't think they've ever even looked at the wine code, or else they'd know that th

Re: RFH: RPC patch

2004-04-26 Thread Ivan Leo Murray-Smith
Running server and client with wine CVS current returns Hello Implicit RPC World! but I can't test with your patch because it doesn't cleanly apply against the current CVS code. Ivan.

Fwd: Re:SpecOpS Labs

2004-04-26 Thread Ivan Leo Murray-Smith
I asked project davied if they know what use of LGPL code involves, and if the're using wine code, I got the following answer. The impression I have is that they are using major parts of wine. They claim they will fully comply with the LGPL. Here is the full email they sent me. > Good Evening Mr.

service.cgi: script generation

2004-04-26 Thread Dimitrie O. Paun
Currenly we send a script to run and execute all published versions that we have. This is currently problematic, because an error in one causes the abort the entire script. Moreover, releases may no arrive at the server at the same time, and if we're going to receive the poll event in between them

Re: Alignment testing

2004-04-26 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: > kernel/tests/generated.c currently shows one failure > when the executable is compiled with MinGW. Investigation > shows that MinGW and GCC differ when it comes to alignment > of doubles (i.e. a 64 bit wide type). > > I have constructed the test below

Re: Ukrainian translation

2004-04-26 Thread Dmitry Timoshkov
"Ylia K" <[EMAIL PROTECTED]> wrote: > * dlls/kernel/nls/ukr.nls, dlls/comctl32/rsrc.rc, dlls/commdlg/rsrc.rc, > dlls/user/resources/user32.rc, dlls/shell32/shres.rc, >dlls/comctl32/comctl_Uk.rc, dlls/commdlg/cdlg_Uk.rc, dlls/shell32/shell32_Uk.rc, > dlls/user/resources/user32_Uk.rc : > >

Alignment testing

2004-04-26 Thread Hans Leidekker
Hi, kernel/tests/generated.c currently shows one failure when the executable is compiled with MinGW. Investigation shows that MinGW and GCC differ when it comes to alignment of doubles (i.e. a 64 bit wide type). I have constructed the test below that shows the difference between MinGW and GCC. M

Re: Add stub function HWND GetConsoleWindow()

2004-04-26 Thread Dmitry Timoshkov
"Ylia K" <[EMAIL PROTECTED]> wrote: > * dlls/kernel/kernel32.spec, dlls/kernel/console.c, include/wincon.h > Ilya Korniyko <[EMAIL PROTECTED]> > Add stub function HWND GetConsoleWindow() > > It is for excelent file manager FAR Manager (www.rarlab.com). > FAR Manager doesn't run without this

Re: Font selection - please review

2004-04-26 Thread Shachar Shemesh
Hi Dirk, First of all, thank you for the reference. Regarding the missing flag to TranslateCharsetInfo - My VisualStudio 6 MSDN DVD (Latest that came up for that version - dated October 2001) does not have this flag mentioned. This means either that the flag was not present at that time, or th

Re: winmm wave test

2004-04-26 Thread Robert Reif
Francois Gouget wrote: On Sun, 25 Apr 2004, Robert Reif wrote: [...] How about something like this: Adds test for illegal bits per sample. Fixes format printing. Looks ok though if we keep the 2MHz etst then we should investigate what's goign on on Windows in more details. Since we are

Re: winmm wave test

2004-04-26 Thread Francois Gouget
On Sun, 25 Apr 2004, Robert Reif wrote: [...] > How about something like this: > > Adds test for illegal bits per sample. > Fixes format printing. Looks ok though if we keep the 2MHz etst then we should investigate what's goign on on Windows in more details. > Since we are opening the device in

email add

2004-04-26 Thread kosta

Re: MDI fix attempt

2004-04-26 Thread Dmitry Timoshkov
"Krzysztof Foltman" <[EMAIL PROTECTED]> wrote: > > When I last time worked with MDI code including Window menu handling > > I did a lot of tests under Windows. Did you? > > I did some (especially under Windows, where it's easier to find an MDI > application that works). However, I wouldn't call

Re: MDI fix attempt

2004-04-26 Thread Krzysztof Foltman
Dmitry Timoshkov wrote: Is there a real bug you are trying to fix? Yes. Some accounting app that works perfectly under Windows, has its menu cut off at the last separator. Because the part which is cut off contains some essential functions (like creating a new database), I'd classify as a bug.