Re: docs: wine-devel [11/16]

2003-09-22 Thread Francois Gouget
On Mon, 22 Sep 2003, Marcelo Duarte wrote: [...] In this list, some times I see acronyms that I do not understand, some I try to imagine. For the majority of the people who had not been born speaking English this also must be complicated. Don't worry. Most off-line english-speaking people have

Re: ntdll/kernel32: #36

2003-09-22 Thread Dmitry Timoshkov
Eric Pouech [EMAIL PROTECTED] wrote: Codepage: if you mount a fs with a given codepage, you need that cp information to transform properly the filenames into unicode. Ideally, we should get this information from OS We already have that information, the support for OS locale is implemented

WineHQ: still TODO (take 2)

2003-09-22 Thread Dimitrie O. Paun
Hi folks, Half a year ago I've sent this email about the state of WineHQ: http://www.winehq.org/hypermail/wine-devel/2003/03/0804.html This is a follow up to see what was done, what's left to do, etc. NOTE: numbering follows original email. First, let's see what got DONE, and who did it:

Re: Unknown directory 15 ignored

2003-09-22 Thread Oleg Prokhorov
Hello Andrew, Monday, September 22, 2003, 8:34:12 AM, you wrote: AP I'm trying to run a specific program (Winny2), and it doesn't work AP anymore... here is the output: AP fixme:win32:PE_CreateModule Unknown directory 15 ignored This is not related to your problem. It happens when your program

Re: What todo with stubs in Winlib

2003-09-22 Thread Dimitrie O. Paun
On Mon, 22 Sep 2003, Boaz Harrosh wrote: Winebuild would not recognize stubs for linking. So an app that runs under wine will not compile under winelib. ( stubbed functions are linked to but are not actually used). You'd have to provide manually written stubs. What functions are you

Re: [ANN] Conformance testing campaign

2003-09-22 Thread Ferenc Wagner
Dimitrie O. Paun [EMAIL PROTECTED] writes: -- for the ME case, how can we have have some results (up to kernel32.dll:codepage) and then have no results? Doesn't that mean that they failed? No, this means that when the console test hung the tester killed the DOS box and thus did

Re: WineHQ: still TODO (take 2)

2003-09-22 Thread Tom
Dimitrie O Paun wrote: 13. Get rid of the Miscellaneous section from Status/Core Status. I will send the patch tommorow :) Tom

Re: wine/dlls/comctl32 comctl32undoc.c comctl32.sp ...

2003-09-22 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: What about a search replace? I know, it's a big change, but this COMCTL32_ prefix is kinda uglifying. They also perpetuate themselves in the code, as they provide bad example. If you want, I can do patches for each of the controls. At the very

Re: [ANN] Conformance testing campaign

2003-09-22 Thread Dimitrie O. Paun
On Mon, 22 Sep 2003, Ferenc Wagner wrote: Dimitrie O. Paun [EMAIL PROTECTED] writes: -- for the ME case, how can we have have some results (up to kernel32.dll:codepage) and then have no results? Doesn't that mean that they failed? No, this means that when the console test

Re: tools/translations_status

2003-09-22 Thread Dimitrie O. Paun
On Mon, 22 Sep 2003, Ivan Leo Murray-Smith wrote: The translation.sh that Dimi sent is much better (For now), for a start it works, but it is so slow, something faster (Maybe something that can be compiled?) would be very nice. It is slow because it works with CVS to figure things out. If you

Re: [dcom 4] More header file stuff

2003-09-22 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: Ensure the header files work with upcoming DCOM patches We finally have correct header dependencies now, please don't start breaking them again. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Will wine get to 1.0 before the win32 APIs are obsolete?

2003-09-22 Thread Jakob Eriksson
Ivan Leo Murray-Smith wrote: Some interesting stuff about the longhorn APIs, will the wine GDI be complete they are also obsolete? little tale The other week I received a little program from a friend. I tried to run it in Wine. It didn't work at all. It was a dotNET - compiled EXE. /little

Re: DMUSIC: version and headers update

2003-09-22 Thread Alexandre Julliard
Rok Mandeljc [EMAIL PROTECTED] writes: Nothing revolutionary, it just updates versions of dm*.dll files. MS also added some fields to some structures in headers, but otherwise there aren't any big changes; sorry for the size of file, but I've been applying lots of cosmetic fixes to headers...

Re: shell32: export some already implemented functions

2003-09-22 Thread Alexandre Julliard
Rolf Kalbermatter [EMAIL PROTECTED] writes: --- dlls/shell32/shell32.spec 21 Aug 2003 21:26:07 - 1.75 +++ dlls/shell32/shell32.spec 19 Sep 2003 10:59:21 - @@ -89,9 +89,9 @@ 95 stdcall SHLogILFromFSIL (ptr) 96 stdcall StrRetToStrN (ptr long ptr ptr) StrRetToStrNAW 97

Re: alsa/audioio driver regression patch

2003-09-22 Thread Jerry Jenkins
Volume and Pan driver requests need to return success even though they are not implemented. IMHO, reusing the code in wineoss.diff, which is one of your patchs, would be a better choice. And make it work:-).

Re: ntdll/kernel32: #36

2003-09-22 Thread Dimitrie O. Paun
On September 22, 2003 07:08 am, Dmitry Timoshkov wrote: We already have that information, the support for OS locale is implemented via a Wine extension - CP_UNIXCP. The codepage parameter should go away as soon as all locale information is moved (or duplicated) in ntdll from kernel. OK, I've