Wine Status Page Update #2

2003-06-09 Thread Tom Wickline
Hello, My first post can be found here : http://www.winehq.org/hypermail/wine-devel/2003/06/0229.html And here is some changes that I have to diff to it. Any comments on these changes ? Tom - Kernel32.dll : Contains Windows API Functions used by all Windows Applications Status :

win.ini[2].diff

2003-06-09 Thread Sylvain Petreolle
Tom, Not all these parts are usefull in win.ini since some will never be parsed by Wine. The only use is for apps that parse it. For example : [intl] is app-dependant, since you can use LANG, LOCALE nad others. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ

win.ini[2].diff

2003-06-09 Thread Sylvain Petreolle
Tom, Not all these parts are usefull in win.ini since some will never be parsed by Wine. The only use is for apps that parse it. For example : [intl] is app-dependant, since you can use LANG, LOCALE nad others. = Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ

Re: loading and running windows dlls in a linux program

2003-06-09 Thread Mike Hearn
I cannot figure out yet to what extend my program will have to be dipped into the winelib. Mmmh... Looking at it now it might even be easier to just write the whole thing as if it was to run under windows and compile it against the winelib. But I'd actually rather not get my hands too dirty

Re: Add Euro and antiquote to the french keyboard layout

2003-06-09 Thread Dmitry Timoshkov
Sylvain Petreolle [EMAIL PROTECTED] wrote: @@ -1013,7 +1013,8 @@ predefined group index and find it dynamically Ref: X Keyboard Extension: Library specification (section 14.1.1 and 17.1.1) */ - AltGrMask = event-state 0x6000; + /* Save also all possible modifier states. */ + AltGrMask =

Re: Add Euro and antiquote to the french keyboard layout

2003-06-09 Thread Sylvain Petreolle
'OOPS' :/ Silly me, I forgot that I applied some patches somewhere else :). Of course, this second hunk has nothing to do there. --- Dmitry Timoshkov [EMAIL PROTECTED] a écrit : Sylvain Petreolle [EMAIL PROTECTED] wrote: @@ -1013,7 +1013,8 @@ predefined group index and find it

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Sylvain Petreolle
Hi Martin and Dimitrie, Im wanting to add French support to winefile and perhaps implement some NYI. - Martin, do you have work in progress / not submitted patches ? - Dimitrie, could you add an item to the list since some users are asking for an explorer.exe replacement ? --- Dimitrie O. Paun

Re: Add Euro and antiquote to the french keyboard layout

2003-06-09 Thread Jeremy White
Just to clarify; Alexandre generally prefers to do the merges in one chunk, it makes it a lot easier, and it is the only way our guys get any credit for the work they do. The cxoffice Wine code is up there, and is LGPL, and folks are more then welcome to look at it/use it/submit patches with it.

Re: Wineconf??

2003-06-09 Thread Marco Pietrobono
Il ven, 2003-06-06 alle 15:19, Jeremy White ha scritto: [snip] You've hit the nub of it. Someone needs to step up and organize it; I think that person then gets a big chunk of the vote on exactly where it is. (Of course, holding it in, say, Liberia, would likely reduce attendance a bit...)

Debug Help - Lotus Notes 6

2003-06-09 Thread Moreno
Hi, i try to find the error of Lotus Notes 6. I redirect the output of a console to a file but full is 1,2 GB in my HD maybe stop because my file system is finish. How can i find where is the error? Error: - fixme:commctrl:InitializeFlatSB stub fixme:hook:NotifyWinEvent

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Martin Fuchs
Hi Sylvain, Im wanting to add French support to winefile and perhaps implement some NYI. - Martin, do you have work in progress / not submitted patches ? - Dimitrie, could you add an item to the list since some users are asking for an explorer.exe replacement ? No, I don't have pending

Re: [RFC] Wine 0.9 TODO v0.9

2003-06-09 Thread Sylvain Petreolle
--- Martin Fuchs [EMAIL PROTECTED] a écrit : Hi Sylvain, Im wanting to add French support to winefile and perhaps implement some NYI. - Martin, do you have work in progress / not submitted patches ? - Dimitrie, could you add an item to the list since some users are asking for an

Re: Wine Status-DLLs Page Update

2003-06-09 Thread Brian Vincent
I'm really not sure what to do about the Documentation status as it has been brought up here before that MSDN has alot of Doc's in place. I could change all the (Nonexistent) entries to Poor ?? Or if you know the Doc status just let me know and it will be changed :) Any Ideas about this ??

Re: Debug Help - Lotus Notes 6

2003-06-09 Thread Sylvain Petreolle
You must use a native netapi32.dll, wine ln.exe --dll netapi32=n. or update Wine. --- Moreno [EMAIL PROTECTED] a écrit : Hi, i try to find the error of Lotus Notes 6. I redirect the output of a console to a file but full is 1,2 GB in my HD maybe stop because my file system is finish.

Re: Debug Help - Lotus Notes 6

2003-06-09 Thread Moreno
Hi, i just implemented the NetUserEnum but for notes6 that is a warning not the error. I don't use now only for that. i have the code of the NetUserEnum but i don't know if is good or not. u can check it? Who can check my code my code? In any case my problem continuous to be. bye Moreno Il

Re: Warcraft 3 Issues (RedHat 9)

2003-06-09 Thread Alex Pasadyn
Ann and Jason Edmeades wrote: Hiya, Firstly I can only talk about wine, not winex as I really dont have a clue about that. fixme:file:SetFileAttributesW (LC:\\WINDOWS\\SYSTEM\\SIntf16.dll):100 attribute(s) not implemented. fixme:file:SetFileAttributesW (LC:\\WINDOWS\\SYSTEM\\SIntf32.dll):100

Re: How to use CVS Wine?

2003-06-09 Thread Z_God
Op maandag 9 juni 2003 00:15, schreef Marcus Meissner: Just download the SuSE 8.2 RPMs from SourceForge? Yeah, I'm using those for the regular releases. I wanted to install both CVS Wine and a release, but that doesn't seem to be easy. I thought it would be as easy as with WineX. I have even

Re: Half Life problems

2003-06-09 Thread Alex Pasadyn
Mathew McBride wrote: fixme:system:ChangeDisplaySettingsA ((nil),0x), stub flags= fixme:system:ChangeDisplaySettingsAdevmode=NULL (return to default mode) You are showing ChangeDisplaySettings as a stub, but a while ago I submitted a patch implementing ChangeDisplaySettings

Re: [DShow] A bunch of stubs...

2003-06-09 Thread Mike Hearn
PS: before anyone sends me mails, we know that WineX's QUARTZ DLL is LGPL'ed I've been thinking (waits for the applause to die down). DirectShow is similar in style and architecture to GStreamer right? They both use graphs of connected elements. Would it be possible to use GStreamer to implement

Re: loading and running windows dlls in a linux program

2003-06-09 Thread Bill Medland
On June 6, 2003 05:36 pm, Gregory M. Turner wrote: On Friday 06 June 2003 05:58 pm, Bill Medland wrote: I wish it were possible. However from what I remember from previous discussions, wine has to be the main ELF executable. That's why I need a client-server setup to allow PHP under

Re: loading and running windows dlls in a linux program

2003-06-09 Thread Gregory M. Turner
On Monday 09 June 2003 04:04 pm, Bill Medland wrote: I think there were some experimental/kludgy patches for this originating from the .NET-for-UNIX project (for the life of me I cannot think of their name, and it's impossible to search for .net). You mean Mono? Of course. I suddenly

Re: [DShow] A bunch of stubs...

2003-06-09 Thread Raphal Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've been thinking (waits for the applause to die down). DirectShow is similar in style and architecture to GStreamer right? They both use graphs of connected elements. Would it be possible to use GStreamer to implement Quartz? i had the

Re: Typo fixes

2003-06-09 Thread Duane Clark
Francois Gouget wrote: -As to the implict existance question: I'm not sure. +As to the implict existence question: I'm not sure. +As to the implicit existence question: I'm not sure. ^

Re: DEVENUM.DLL Implementation

2003-06-09 Thread Lionel Ulmer
This should be an almost complete implementation of DEVENUM.DLL What is not complete yet, is one function that uses IFilterMapper2 (not implemented yet in quartz.dll) to generate some dynamic information about the waveIn, waveOut and midi devices available. Also, it seems to fail when using

Testing a mouse problem in Theme Hospital

2003-06-09 Thread Carlos Lozano
Hello, I am tracing a mouse problem in the game Theme Hospital. It is a old game, so it is not using dinput. The game works correct until that you arrive to the first screen what you must move the mouse. The X cursor is visible in pos 0,0, and the game cursor in middle of the screen. If you

Re: Typo fixes

2003-06-09 Thread Francois Gouget
On Mon, 9 Jun 2003, Duane Clark wrote: Francois Gouget wrote: -As to the implict existance question: I'm not sure. +As to the implict existence question: I'm not sure. +As to the implicit existence question: I'm not sure. Ah, I wasn't looking for that one. I'll send a patch to fix it with

Re: [DINPUT] Some more dinput stuff

2003-06-09 Thread Lionel Ulmer
As your patch is a little malformed and conflicts with mine (a big one) i send my patch merged with yours, can you look if all is correct. Why did you not send a patch against a tree patched with Christian's ? And moreover, it seems you have another patch lying around (the one adding the

SMP Problems?

2003-06-09 Thread OverrideX
Hi guys, I've been playing System Shock 2 in wine for the past couple of weeks, ever since Lionel Ulmer's surface locking patch that got it working - the other day I installed a second cpu in this box, and wine is freezing up playing ss2, if I disable SMP in the kernel, all is fine - it's not a

Re: [DShow] A bunch of stubs...

2003-06-09 Thread Lionel Ulmer
I've been thinking (waits for the applause to die down). DirectShow is similar in style and architecture to GStreamer right? They both use graphs of connected elements. Would it be possible to use GStreamer to implement Quartz? /me applauds.. Tom, add Mike as the new Quartz maintainer :-)

Re: [DINPUT] Some more dinput stuff

2003-06-09 Thread Raphaël Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Lundi 09 Juin 2003 19:37, Raphaël Junqueira a écrit : Le Lundi 09 Juin 2003 15:38, Christian Costa a écrit : Hi, This patch makes dinput8 behaviour more correct for mouse and keyboard. Now, controls work in the Incoming Forces demo. I

Re: [DShow] A bunch of stubs...

2003-06-09 Thread Tom
Lionel Ulmer wrote: /me applauds.. Tom, add Mike as the new Quartz maintainer :-) Done ;) let the patches commence :)) Tom