Whats done? not?

2002-10-25 Thread Christensen Tom
Obviously wine is still being actively developed, and I know its not close to done however, I want to get involved, I know C/C++ and have a pretty good grasp of windows apis, I'm just wondering is there a place (kinda like in the Mono project they have a tree laid out with all of the

Re: Known listview bugs (take 2)

2002-10-25 Thread Greg Turner
So, I know this has been discussed before... but I can't recall: is native (W98) regedit expected to work right now? For me, it doesn't. It's better with the latest CVS than yesterday (died on an assertion), but now it's back to blank. The listview shows correct headers, but no actual

Re: avoid XF86DGANoDirectVideoMode while detecting no dga

2002-10-25 Thread Lionel Ulmer
On Thu, Oct 24, 2002 at 04:21:22PM -0500, Greg Turner wrote: I did not investigate root causes, so someone may know a better fix. LICENSE: X11 CHANGELOG: * dlls/x11drv/dga2.c: Greg Turner [EMAIL PROTECTED] - avoid X11 error during DGA detection. Grmbl, I must have missed that case when I

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Uwe Bonnes
Alberto == Alberto Massari [EMAIL PROTECTED] writes: Alberto Hi everybody, I am working on making our software (Stylus Alberto Studio, http://www.stylusstudio.com) run under WINE, if this is Alberto feasible. To achieve this, I have already implemented a bunch Alberto of APIs

Re: Services

2002-10-25 Thread Martin Wilck
Am Don, 2002-10-24 um 19.30 schrieb Alexandre Julliard: I think that if an application really requires extensive compatibility with the Windows security mechanism, then it may not be a good idea to run it under Unix at all, since it probably won't do what you want anyway. So what are the real

Re: Whats done? not?

2002-10-25 Thread Michael Stefaniuc
Hi! On Fri, Oct 25, 2002 at 06:20:56AM +, Christensen Tom wrote: Obviously wine is still being actively developed, and I know its not close to done however, I want to get involved, I know C/C++ and have a pretty good grasp of windows apis, I'm just wondering is there a place (kinda like

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Alberto Massari
Hi Andreas, At 03.12 25/10/2002 -0500, you wrote: Message: 13 Date: Fri, 25 Oct 2002 10:10:32 +0200 From: Andreas Mohr [EMAIL PROTECTED] To: Alberto Massari [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: How can an app detect it's running under WINE? Reply-To: [EMAIL PROTECTED] On Fri,

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Andreas Mohr
On Fri, Oct 25, 2002 at 09:25:23AM +0200, Alberto Massari wrote: Hi everybody, I am working on making our software (Stylus Studio, http://www.stylusstudio.com) run under WINE, if this is feasible. To achieve this, I have already implemented a bunch of APIs (the application is built against

Re: avoid XF86DGANoDirectVideoMode while detecting no dga

2002-10-25 Thread Greg Turner
On Friday 25 October 2002 02:38 am, Lionel Ulmer wrote: Grmbl, I must have missed that case when I submitted my fix last time (I only did it in the actual DGA2 usage, not in the 'probing' code). No need to Grmbl! it was no sweat to fix and disabling dga in the config is a usable workaround

hack to make GrandPrixLegens and N2002 work

2002-10-25 Thread Christoph Frick
Hi! This is an more or less a straight forward hack to make the game grand prix legends work. It will also effect other games from Papyrus. The game has two problems: 1) It binds more than one time to the same port without doing an SO_REUSEADDR. Acording to UNP it is no big deal to do so -

Re: Whats done? not?

2002-10-25 Thread Andreas Mohr
On Fri, Oct 25, 2002 at 06:20:56AM +, Christensen Tom wrote: Obviously wine is still being actively developed, and I know its not close to done however, I want to get involved, I know C/C++ and have a pretty good grasp of windows apis, I'm just wondering is there a place (kinda like

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Greg Turner
On Friday 25 October 2002 03:55 am, Uwe Bonnes wrote: Greg == Greg Turner [EMAIL PROTECTED] writes: Greg I don't like this solution. Those entries are likely to be Greg present in certain shared wine / native windows configurations. The Software\\Wine\\Wine\\Config tree is read from

How is Win/Dos syscalls implemented in Wine?

2002-10-25 Thread Peter Andersson
Hello! Perhaps someone can give me a good answer to this question. Please give me a direct answer, I have allready been trouh the wine FAQ:s , docs, code, etc. I know DOS syscalls is made using interupts (int instruction) but, is Windows/NT syscalls made the same way. How does wine stop these

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Andreas Mohr
On Fri, Oct 25, 2002 at 10:30:15AM +0200, Alberto Massari wrote: Hi Andreas, At 03.12 25/10/2002 -0500, you wrote: Message: 13 Date: Fri, 25 Oct 2002 10:10:32 +0200 From: Andreas Mohr [EMAIL PROTECTED] To: Alberto Massari [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: How can an

Re: interrupts in when in NT version

2002-10-25 Thread Joerg Mayer
On Thu, Oct 24, 2002 at 12:26:15PM +0200, Zsolt Rizsanyi wrote: But the recent interrupt changes tend to cause cvs conflicts and to break it. This patch is supposed to work only if winver is nt40 so very probably this applies only to NT. ... I would like if this could be fixed properly and

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Alberto Massari
At 13.22 25/10/2002 +0200, Andreas Mohr wrote: On Fri, Oct 25, 2002 at 10:30:15AM +0200, Alberto Massari wrote: [...] Like someone else said (IIRC), you could check for the existence of the Wine configuration registry key branch. That'd be a 150% reliable method of detecting Wine presence. But

RE: How can an app detect it's running under WINE?

2002-10-25 Thread Patrik Stridvall
At 13.22 25/10/2002 +0200, Andreas Mohr wrote: On Fri, Oct 25, 2002 at 10:30:15AM +0200, Alberto Massari wrote: [...] Like someone else said (IIRC), you could check for the existence of the Wine configuration registry key branch. That'd be a 150% reliable method of detecting Wine

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 07:38 am, David D. Hagood wrote: For those of us who are a little behind on the patches, would it be possible to get a roll-up patch of all diffs from the CVS MAIN branch? Also, what is the status of CVS vs. the patches - what patches have been applied? The algorithm has

Re: Known listview bugs (take 2)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 02:36 am, Greg Turner wrote: So, I know this has been discussed before... but I can't recall: is native (W98) regedit expected to work right now? For me, it doesn't. It's better with the latest CVS than yesterday (died on an assertion), but now it's back to blank. The

Re: How can an app detect it's running under WINE?, bad!

2002-10-25 Thread P. Christeas
Hi everybody, I am working on making our software (Stylus Studio, http://www.stylusstudio.com) run under WINE, if this is feasible. To achieve this, I have already implemented a bunch of APIs (the application is built against the UNICODE version of the Win32 APIs) and fixed some

Re: How can an app detect it's running under WINE?

2002-10-25 Thread Paul Rupe
On 25 Oct 2002, [EMAIL PROTECTED] wrote: However, I would feel better if I could detect I am running under WINE and gracefully disable some functionalities that are not yet fully supported; is there any way to achieve this? I look at this the same way I do those browser-sniffing scripts many

Re: Known listview bugs (take 2)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 11:34 am, Rein Klazes wrote: It is a bit too much. The flashing is gone, great. But when the message listview is filled and the display updates, of the perhaps 10 new items that are added to the bottom only the last 2 or 3 are displayed. That leaves white gaps in the

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Thu, 24 Oct 2002 19:20:44 -0400, you wrote: On October 24, 2002 07:34 am, Rein Klazes wrote: - Updating/refreshing the messages listview (when downloading headers) is far less efficient then with native comctl32. The whole listview gets refreshed instad of just the visible update. This

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Fri, 25 Oct 2002 11:38:23 -0400, you wrote: On October 25, 2002 11:34 am, Rein Klazes wrote: It is a bit too much. The flashing is gone, great. But when the message listview is filled and the display updates, of the perhaps 10 new items that are added to the bottom only the last 2 or 3

Re: How is Win/Dos syscalls implemented in Wine?

2002-10-25 Thread Peter Andersson
Hi, Ok, I think I get it (never been much into Windoze codeing)... Windows syscalls is also actually done by requesting a dll mapping and calling the system_function inside processed mapped memory. Am I right so far? Is the dll mapping event, itself raised by some kind of SIGSEGV signal? About

Re: interrupts in when in NT version

2002-10-25 Thread Alexandre Julliard
Joerg Mayer [EMAIL PROTECTED] writes: and on 28 May 2002 18:58:51 -0700, Alexandre wrote: The main problem is that it isn't generic enough, it only applies to the create process request but other requests have the same problem and should be fixed too. I'll work on a more general solution.

Re: Resubmitted - Prefereable GetDateFormatW fix

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 12:39 pm, Medland, Bill wrote: (Sorry Dimi; it has to be an attachment to stop the mailer wrapping it) No, it doesn't, as long as you set up your mail to not wrap. Or, alternatively, just add it as text/plain, so it is displayed inline. But actually inlining it is better,

Re: Known listview bugs (take 2)

2002-10-25 Thread Jeff Smith
Just a couple of days ago, the problem with native (W95-OSR2.1) regedit was that changing keys in the tree kept piling up new items in the listview. It was quite interesting seeing multiple (Default) values for a key :-). Now (12 hours ago anyways) it is always blank. When I click on where the

Re: interrupts in when in NT version

2002-10-25 Thread Rizsanyi Zsolt
On Friday 25 October 2002 13:46, Joerg Mayer wrote: On Thu, Oct 24, 2002 at 12:26:15PM +0200, Zsolt Rizsanyi wrote: But the recent interrupt changes tend to cause cvs conflicts and to break it. This patch is supposed to work only if winver is nt40 so very probably this applies only to NT.

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 02:55 pm, Francois Gouget wrote: Hmmm, what happened to the Y series? Doh! Now the cat is out of the bag: I don't know my alphabet!!! Oh, man... Y: Y use Y? -- Dimi.

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread Francois Gouget
On Fri, 25 Oct 2002, Dimitrie O. Paun wrote: [...] The algorithm has been: start a new series when Alexandre has committed the previous one. So, for example, because I've started the Z-series last night, that means that Alexandre already committed the X-series. Hmmm, what happened to the Y

Re: interrupts in when in NT version

2002-10-25 Thread Eric Pouech
Rizsanyi Zsolt a écrit : Could somebody answer/test if calling interrupt int 0x01 is allowed from a win32 program in WinNT environment? I would pretty like to know that! I don't think it is it was allowed on Win9x, and is used in this context IIRC as a ring 3 to ring 0 transition code (how to

Re: Known listview bugs (take 2)

2002-10-25 Thread Rein Klazes
On Fri, 25 Oct 2002 14:47:14 -0400, you wrote: On October 25, 2002 12:16 pm, Rein Klazes wrote: www.xs4all.nl/~rklazes/temp/nb2.png shows the problem quit well, only two items are displayed where there should have been much more; www.xs4all.nl/~rklazes/temp/nb3.png same window after it was

Re: Known listview bugs (take 2)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 03:24 pm, Rein Klazes wrote: Now it is visually back to the situation before X12, lots of flickering. I beg to differ. I've tried it, and it *sometimes* flickers *once* (that is, at the end of the download, it refreshes again, even if it shouldn't). Problem is, that the

Re: Known listview bugs (take 2)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 02:33 pm, Jeff Smith wrote: Now (12 hours ago anyways) it is always blank. When I click on where the values should be (highlight them), sometimes they will show up then. It seems something is not being refreshed that should be. Try Z5 -- hopefully it should fix it. --

Re: DSTRICT: LZexpand

2002-10-25 Thread Michael Stefaniuc
It seems to look good and i'm very happy about it: i almost can't see that stuff anymore. bye michael On Sat, Oct 26, 2002 at 12:05:16AM +0100, Matthew Davison wrote: This is my first patch to wine so if it is wrong please dont chew me up anyway, here goes. ChangeLog:

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 04:31 pm, Michael Stefaniuc wrote: Well a Y is pretty much not used in the romanian language :) Thank you Michael, this is it ;) Come to think of it, it's not used at all... Honestly, I also hated that I to learn the alphabet, and the multiplication table! :))) -- Dimi.

Re: Known listview bugs (take 2)

2002-10-25 Thread Dimitrie O. Paun
On October 25, 2002 04:18 pm, Rein Klazes wrote: What I see different from native comcontrol is that 1- during a refresh everything is redrawn, including the header control; This is fixable, and it will get fixed soon. 2- the refreshing continues about once every second until the download

Status Report: -DSTRICT

2002-10-25 Thread Michael Stefaniuc
Hello, status reports seems to be pretty popular this day so here is mine regarding compiling wine with -DSTRICT. Below is the amount of warnings we get when removing -DWINE_NO_STRICT: dll realtotal -- commdlg 21 63 gdi 128

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread David D. Hagood
Dimitrie O. Paun wrote: The algorithm has been: start a new series when Alexandre has committed the previous one. So, for example, because I've started the Z-series last night, that means that Alexandre already committed the X-series. So the only outstanding patch not committed to CVS is Z0. I

Re: Listview Z0 (roll-up patch)

2002-10-25 Thread David D. Hagood
Well, a cvs up -C and rebuild, and things are find here at home. I'll have to see what is up with my machine at work Monday...

Loading program icon

2002-10-25 Thread Peter Andersson
Hi, How do you read the icon of a windows application? Please tell me how to do it inside wine/windows-environment, and possibly independent of wine/win (the raw way). Can someone give me a hint? //Peter

Re: How is Win/Dos syscalls implemented in Wine?

2002-10-25 Thread Peter Andersson
Thanks for putting my thinking on the right track again... Conclusion: The ntdll is for wine apps what libc is for Linux/Unix. Syscalls is made from ntdll and the native version is never run. You are right about the syscalls in Linux, too bad theres no protection for it though. It should be,

Re: How is Win/Dos syscalls implemented in Wine?

2002-10-25 Thread Sylvain Petreolle
Why couldnt we implement a int 0x80 that would do nothing/call SIGSEGV handler ? We did it for all other ints we have implemented. If, let's say, a windoze app really used int 0x80 to intentially obliterate the user's system? Well, Wine wouldn't stop it. I know wine uses the ptrace syscall,

Re: [linux-audio-dev] Fwd: Opinions on running VST or DirectX pluginson Linux in real time

2002-10-25 Thread Eric Pouech
Just to jump on this one point :-)... How does Windows handle hot plugging of multiple USB audio/midi devices? Could not creation/deletion of jack ports do something similar (even if that meant, unplug old jack device with n ports, replug new jack device with n+/-m ports... that's nasty...)