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'

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: [ANN] Conformance testing campaign

2003-09-22 Thread Jakob Eriksson
Dimitrie O. Paun wrote: No, this means that when the console test hung the tester killed the DOS box and thus did not run further tests. Jakob might implement a timeout or we could explain more. Just to let you know I'm not gone or anything: I have been moving (within Sweden) and also quit my

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 >

Re: TreeView control - set correct hwndNotify

2003-09-22 Thread Alexandre Julliard
"Igor Grahek" <[EMAIL PROTECTED]> writes: > Is there a reason why this is not accepted? > > ChangeLog: - TreeView control set Notify window correctly in case that > window style is WS_POPUP. I still don't think the IsWindow thing is correct. Have you checked what Windows does in that case? -- A

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 heade

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? 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. Jakob

Re: tools/translations_status

2003-09-22 Thread Ivan Leo Murray-Smith
> It is slow because it works with CVS to figure things out. If you have a > local copy of the cvs tree (maintained through cvsup) It's not that bad, when I aren't using my dsl line to download 2 or 3 200MB+ files at the same time.

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 ve

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: What todo with stubs in Winlib

2003-09-22 Thread Dimitrie O. Paun
On Mon, 22 Sep 2003, Boaz Harrosh wrote: > I must confess I am using a 2 month old wine but ... > > from wininet.dll: >Gopher[*] >InternetErrorDlg >InternetSetFilePointer > > from rasapi32.dll > RasSetEntryDialParamsA/W > IsAsyncMoniker > RasGetErrorStringA > RasDialA > Ras

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 y

Re: tools/translations_status

2003-09-22 Thread Vincent Béron
Le lun 22/09/2003 à 12:32, Ivan Leo Murray-Smith a écrit : > Vincent, your tool has a little problem: It isn't clear where I'm meant to run > it from. Fromt the wine source root, I get a message saying that ../../tools/wrc > doesn't exist, putting it in a directory 2 levels down (So that ../../tool

Re: Regression - game not detecting display mode

2003-09-22 Thread hatky
> I think this is the root of the problem: > > > Log: Opened viewport > > Log: Enter SetRes: 512x384 Fullscreen 1 > > Init: No acceptable display modes found (D3D_OK) > > Critical: Error setting display mode: No > acceptable display modes found (D3D_OK). Please > delete your UT2003.ini file. > >

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: [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

Fwd: Apps Database

2003-09-22 Thread Sylvain Petreolle
Andi, I think this one is for you. I sent a test mail to this mail adress today and got the same error. = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels "What if tomorrow the War could be over ?" Mor

Re: tools/translations_status

2003-09-22 Thread Ivan Leo Murray-Smith
Vincent, your tool has a little problem: It isn't clear where I'm meant to run it from. Fromt the wine source root, I get a message saying that ../../tools/wrc doesn't exist, putting it in a directory 2 levels down (So that ../../tools/wrc does exist) I get this [EMAIL PROTECTED] wrc]$ ./01-verif-

Re: What todo with stubs in Winlib

2003-09-22 Thread Mike McCormack
Hi Boaz, Some of InternetErrorDlg is implemented in the latest version of Wine. Mike Boaz Harrosh wrote: I must confess I am using a 2 month old wine but ... from wininet.dll: Gopher[*] InternetErrorDlg InternetSetFilePointer

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

2003-09-22 Thread Ivan Leo Murray-Smith
Some interesting stuff about the longhorn APIs, will the wine GDI be complete they are also obsolete? The good news is that if the windows APIs go from 76.000 to 8-10.000 then the longhorn APIs should be implemented in wine much faster. A: In the technology generations leading up to Longhorn, Mi

Re: Configuration parameters

2003-09-22 Thread Mike Hearn
On Mon, 2003-09-22 at 05:50, Dimitrie O. Paun wrote: > On September 18, 2003 01:26 pm, Eric Pouech wrote: > > > the point is that it's not easy to tell between : > > - two physical sound cards (one ALSA, one OSS) > > - one physical sound card but with ALSA and OSS emulation on top of ALSA > > more

Re: CreateBitmap fails

2003-09-22 Thread jerry jenkins
Patch for loading bitmaps. ChangeLog: * dlls/comctl32/toolar.c - Create a compatible bitmap of the display, which can be selected into a device context. * windows/cursoricon.c - Loading bitmaps with specified size works now. Index: dlls/comctl32/toolbar.c ==

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

Re: What todo with stubs in Winlib

2003-09-22 Thread Boaz Harrosh
I must confess I am using a 2 month old wine but ... from wininet.dll: Gopher[*] InternetErrorDlg InternetSetFilePointer from rasapi32.dll RasSetEntryDialParamsA/W IsAsyncMoniker RasGetErrorStringA RasDialA RasGetConnectStatusA CreateAsyncBindCtx - this one is actually there only it is

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 missi

Re: What todo with stubs in Winlib

2003-09-22 Thread Vincent Béron
Le lun 22/09/2003 à 10:30, Boaz Harrosh a écrit : > 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). If it's a "real" stub (ie, one in the spec file), then the app won

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 progra

What todo with stubs in Winlib

2003-09-22 Thread Boaz Harrosh
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). [Q] What should one do with all these stub functions? redefine them in a separate file? would it make any logic to tell w

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: 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 impleme

Re: Wine lecture slides

2003-09-22 Thread Francois Gouget
On Sat, 20 Sep 2003, Shachar Shemesh wrote: > Hi all, > > I have placed on my site the slides for a presentation I gave at a local > LUG about Wine. The slides are in English, in PDF format. You can get > them at http://shemesh.biz/lectures.html > > The lecture was given several months ago, but I'

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 ha