Re: display modes

2003-09-29 Thread Lionel Ulmer
On Sun, Sep 28, 2003 at 06:51:24PM -0500, Alex Pasadyn wrote: The 24-bit X server depth corresponds to the 32-bit Windows depth. I never fully understood that. That's not entirely true... There is not really the notion of 'bits per pixel' in X. You only have depth (being the number of

Re: winebuild Winelib

2003-09-29 Thread Fabian Cenedese
I'm afraid libMyStuff.def is a bit too Unix-like, I *think* it's a lot more common in the Windows universe to have it called MyStuff.def. But I don't know exactly if people even know what a .def file is these days :), and I have little knowledge how folks are naming their .def files, so ...

Re: Get calling stack after application crash

2003-09-29 Thread Fabian Cenedese
How can i get the calling stack of program after its crash ? After it has crashed and you're in winedbg you can try bt (as in backtrace) if I got you right. bye Fabi

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Shachar Shemesh
Stefan Leichter wrote: Ok, i will have a look if can organize this. What about a location in or close to Munich / Germany. MUC is one of the biggest two airports in Germany. Here are some questions i like to get clarified before i start: * What are you willing to pay for the meeting space ? *

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Tom
Jeremy White wrote: We've had a private offer to help subsidize travel, If the Conf is held in Minneapolis/St. Paul, I will offer to rent a minivan for the event. So some ground transportation I can cover, do pick up's at airport, return trip's to the airport.. Taxi to the clubs at night as

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Lionel Ulmer
We are making plans to host Wineconf 2004, in St. Paul, MN, during January 2004. For me, I do not care that much Except that, like last year, it's falling during my first week of snowboarding :-) (yeah, damn French people and their whatmany weeks of vacation per year :-) ).

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Boaz Harrosh
Just a crazy taught: What about a twin Wineconf, one in north-America one in Europe taking place at the same time with live tele-conference. (Europe cameras on me) I am sure it will be good for publicity, Journalists like that stuff. But seriously how many are European (proximity) and how many

Re: ddraw.txt and gui

2003-09-29 Thread Dmitry Timoshkov
Dimitrie O. Paun [EMAIL PROTECTED] wrote: Well, I did a _bit_ of the test, and things are not looking good. I just did the {Create,Show,Destroy}Window tests for overlapped and child windows, and I get quite a bit of failures. Before we go around wine tweaking things to match the tests, I'd

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Jeremy White
Boaz Harrosh wrote: Just a crazy taught: What about a twin Wineconf, one in north-America one in Europe taking place at the same time with live tele-conference. (Europe cameras on me) I am sure it will be good for publicity, Journalists like that stuff. But seriously how many are European

Re: ddraw.txt and gui

2003-09-29 Thread Dimitrie O. Paun
On September 29, 2003 04:57 am, Dmitry Timoshkov wrote: I'm attaching a diff between your output and an output of the test run under win2k (line numbers were stripped before the diff). Thanks, but there is still something fishy with the test. I've changed the InSendMessage() test to something

Re: ddraw.txt and gui

2003-09-29 Thread Ove Kaaven
man, 29.09.2003 kl. 16.33 skrev Dimitrie O. Paun: On September 29, 2003 04:57 am, Dmitry Timoshkov wrote: I'm attaching a diff between your output and an output of the test run under win2k (line numbers were stripped before the diff). So it seems that InSendMessage() always returns

Re: Script to compile Wine programs on Windows

2003-09-29 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: The only complication here is the .extract file which allows us to split the dependencies from the rules. The complicated stuff are the dependencies, but you need those anyway. A simple marker file is a small price to pay for the convenience... If

Viruses sent from forged mail adresses ?

2003-09-29 Thread Sylvain Petreolle
Hi, I received today a mail from office-support-mailman _at_ wine.codeweavers.com, with 125k in size. Since it doesnt have an attachment, it looks strange. Did someone got the same ? = Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software

Re: Script to compile Wine programs on Windows

2003-09-29 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: All that to avoid a dummy file?!? But anyway, you did not answer my question :) Can you describe what you have in mind, like giving an example of how you want to handle it, so I can better understand where you're comming from? To take comctl32 as an

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Sylvain Petreolle
Hi Jerry, With your patch applied, I get a write access to a NULL pointer when trying to get sound with dsound (winmm tests are running ok.) Since I was using precompiled RPMs from freshrpms.net when doing the first try, I switched to 0.9.7 sources. Same result. I attached a trace from a run of

Re: Script to compile Wine programs on Windows

2003-09-29 Thread Dimitrie O. Paun
On Mon, 29 Sep 2003, Alexandre Julliard wrote: We need a way for bin2res to extract a single file for this to work right. And yes, it only works if all the binaries are in a single rc file which happens to be the main rc file, otherwise you need to write multiple rules manually. Right, this

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Sylvain Petreolle
With the trace its better ;) I attached a trace from a run of wine dsound_test.exe.so dsound --debugmsg +wave,+dsound,+dsound3d = 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

Re: Script to compile Wine programs on Windows

2003-09-29 Thread Steven Edwards
I am still lacking the need to have this script. If someone really wants to build parts of WINE on Windows we should really only support MSYS+Mingw or MS_VC. I dont think there are that many people that want to build WINE programs that need extra help. I can try to write better documentation for

RE: Wineconf 2004, otherwise known as...

2003-09-29 Thread Steven Edwards
Hey Jer, I will try to be there. I can't speak for the rest of the ReactOS developers but I think we may have one or two that would like to come. I have always wanted to see the Russian Winter so I guess St. Paul in January is good practice. Thanks Steven -Original Message- From:

Re: PATCH: stop crashes in desktop mode

2003-09-29 Thread Alexandre Julliard
Alex Pasadyn [EMAIL PROTECTED] writes: This patch just puts in a simple check that traps this condition so Wine doesn't crash. I don't know enough about what that code is supposed to be doing to fix it properly. (This is certainly better enough on my system though as it longer crashes!) If

Re: [ros-general] RE: Wineconf 2004, otherwise known as...

2003-09-29 Thread Steven Edwards
Hello Aleksey Ge and I discussed trying to attend LinuxTax in Germany. The only problem with this is that I think my wife may be due at the same time as LinuxTag!!! I would still like for us to try and do a conf in Germany though. Vizzini suggested alternating ReactOS confs in the US and EU every

Re: Viruses sent from forged mail adresses ?

2003-09-29 Thread Ivan Leo Murray-Smith
Yes, loads.

Re: PATCH: stop crashes in desktop mode

2003-09-29 Thread Alexandre Julliard
Eric Pouech [EMAIL PROTECTED] writes: wouldn't something like Xnest help here ? Yes, it would be one way to implement it (and arguably it's the right way in an X environment, there's no reason for Wine to duplicate that functionality). I'm not sure how well Xnest supports X extensions and

EU patent news

2003-09-29 Thread Ivan Leo Murray-Smith
The anti patent petition was a success, the EU law approved on the 24th has been changed so much sine the original version that software freedom is preserved, so decss will stay legal in europe, thanks to all that signed the petition. The complete approved text can be found here

Start menu (especially for Alexandre Julliard)

2003-09-29 Thread Robert van Herk
OK people, As I understand (from the explanation by Russell Howe (thanx:-))), there is a script called wineshelllink that is supposed to install the created start menu items in your KDE menu. First of all: this script does not seem to do anything on my installation (Slackware 9). Are there

wine ccache

2003-09-29 Thread Dimitrie O. Paun
Hi folks, Just wanted to let people know that ccache works rather well with wine. On my lowly 600MHz Pentium box, it takes about 1h to compile, after a make clean. Second time through it takes about 1/4h to do the same thing, 75% faster! (As an added bonus, CPU utilization dropped from 86% to

Re: wine ccache

2003-09-29 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: A nice thing would be to also be able to generate a top Makefile that knows all about the project, and we no longer do the recursive descent. It takes my box almost 20 seconds to do a 'make -s' after a full build. Not sure how doable this is, but

Re: wine ccache

2003-09-29 Thread Vincent Béron
Le lun 29/09/2003 17:35, Dimitrie O. Paun a crit : Hi folks, Just wanted to let people know that ccache works rather well with wine. On my lowly 600MHz Pentium box, it takes about 1h to compile, after a make clean. Second time through it takes about 1/4h to do the same thing, 75% faster!

Re: wine ccache

2003-09-29 Thread Dimitrie O. Paun
On Mon, 29 Sep 2003, Alexandre Julliard wrote: Some time ago I looked into hacking make_dlls to do this, but there were too many special cases to make it worthwhile. Too bad, we have a fairly regular structure in dlls/ do you remember what the problems were? And on my new box the recursion

Re: wine ccache

2003-09-29 Thread Dimitrie O. Paun
On 29 Sep 2003, Vincent Béron wrote: A bit OT: when configure/configure.ac is patched, I assume the next make will require a ./configure before (and hence a full make)? yes, it will require a configure, but chances are that it will invaldate very little in the cache, so you still get the speed

uxtheme.dll

2003-09-29 Thread Kevin
I started work porting a windows app using winelib, and hit an issue relating to the fact that there is currently no implementation of uxtheme.dll (and more importantly, no headers, of which would be enough to compile the app as it dynamically loads all the uxtheme dlls as needed, and falls

Question about WineX licences

2003-09-29 Thread Jonathan Wilson
From what I understand, if you download the WineX source tree, you get code under LGPL, code under X11 and code under APL (which is basicly a licence chosen to make sure that others cant just grab those bits and use them) Does anyone know which bits are under APL? I know the directx bits are

Re: wine ccache

2003-09-29 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Some time ago I looked into hacking make_dlls to do this, but there were too many special cases to make it worthwhile. Too bad, we have a fairly regular structure in dlls/ do you remember what the problems were? One problem is that most makefiles

Re: Question about WineX licences

2003-09-29 Thread Ove Kaaven
tir, 30.09.2003 kl. 02.24 skrev Jonathan Wilson: From what I understand, if you download the WineX source tree, you get code under LGPL, code under X11 and code under APL (which is basicly a licence chosen to make sure that others cant just grab those bits and use them) Does anyone know

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-29 Thread Pavel Roskin
On Sun, 28 Sep 2003, Alexandre Julliard wrote: Pavel Roskin [EMAIL PROTECTED] writes: Patch for cmdlgtst.c to produce those pictures is attached. before.png was taken with current Wine. after.png is with the fix that removes the special procession of R2_XORPEN. I would not say that

decompiling

2003-09-29 Thread Ivan Leo Murray-Smith
Hi list, to translate the wine dlls to italian, my idea was to just get the strings from a disassembled m$ dll. Also, the text strings in wine dlls are a little different here and there respect to windows, and I was thinking that it would be a good idea to uniform them, can I do this or would it

Re: decompiling

2003-09-29 Thread Dimitrie O. Paun
On Tue, 30 Sep 2003, Ivan Leo Murray-Smith wrote: to translate the wine dlls to italian, my idea was to just get the strings from a disassembled m$ dll. Also, the text strings in wine dlls are a little different here and there respect to windows, and I was thinking that it would be a good

Re: Fix for bug 640 - moving thin frames leaves mess

2003-09-29 Thread Sylvain Petreolle
What Paintbrush are you using ? Im using winme's and got no such problem when saving images (no natives are used except mfc42and mfc42loc) But I have another big problem : if anything is modified, the whole image becomes a black square when saved. Paintbrush won't exit without saving.

Re: uxtheme.dll

2003-09-29 Thread Sylvain Petreolle
This isnt a windows system dll. Isnt that another attempt like cards.dll ? --- Dimitrie O. Paun [EMAIL PROTECTED] a écrit : On Mon, 29 Sep 2003, Kevin wrote: Because of this, I've been thinking about beginning an implementation of uxtheme.dll. I am curious if someone has already taken

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Jerry Jenkins
Hi Jerry, With your patch applied, I get a write access to a NULL pointer when trying to get sound with dsound (winmm tests are running ok.) Since I was using precompiled RPMs from freshrpms.net when doing the first try, I switched to 0.9.7 sources. Same result. I attached a trace from

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Jerry Jenkins
If the behavior is subject to change, there is no way you can test that at configure time. This needs to be a run time check. You're right. So I put some code in configure.ac, try to compile run it when configure is executed. If everything is OK, a macro will be defined in config.h.

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Dimitrie O. Paun
On Tue, 30 Sep 2003, Jerry Jenkins wrote: You're right. So I put some code in configure.ac, try to compile run it when configure is executed. If everything is OK, a macro will be defined in config.h. That's still a compile-time check. A runtime check runs when wine runs... -- Dimi.

Re: winealsa: improve sound quality for IDsDriverImpl

2003-09-29 Thread Alexandre Julliard
Jerry Jenkins [EMAIL PROTECTED] writes: Based on this thought, I need a function to retrieve the buffer. Then I found that snd_pcm_mmap_begin is the right one. But no documents said that it is responsible for return the driver's buffer. Well, I can verify that, and the result is really

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Dmitry Timoshkov
Steven Edwards [EMAIL PROTECTED] wrote: I have always wanted to see the Russian Winter so I guess St. Paul in January is good practice. Well, the Russian Winter is a common exaggeration, like a stray bear in every russian town, a hidden communist in each russian, and many others :-) --

Re: Wineconf 2004, otherwise known as...

2003-09-29 Thread Dimitrie O. Paun
On Tue, 30 Sep 2003, Dmitry Timoshkov wrote: Well, the Russian Winter is a common exaggeration, like a stray bear in every russian town, a hidden communist in each russian, and many others :-) Never been to Russia, but I guess it depends where you live -- Russia is a very big place... I've