Re: request to change appdb message

2007-07-03 Thread Louis Lenders
I think the main problem is that there is a lack of maintainers and the ones that exist seem to be mainly inactive. Yeah, and it's quite a tedious task to submit test-results, new versions and new apps into appdb. Maybe we need a few more active ones. If they were active then there

Re: Parallels Wine dlls rebuilt with mingw for your testing

2007-07-03 Thread Vijay Kiran Kamuju
Hi, I have went through the code changes of d3d8 in parallels. And done a diff with 0.9.36 code, there are almost no changes. There are some changes for checking certain functions while loading the dll. They have put code in the getting of registry keys in the DllMain. These are changes noticed

Parallels Wine DLLs

2007-07-03 Thread Stefan Dösinger
Hi All! I need your help with testing here: You may have noticed the buzz about Wine DLLs in Parallels Desktop for Mac last weekend. Yesterday Parallels has sent me their modified Wine source, or at least what they claim to be. (http://84.112.174.163/~stefan/WineD3D-0.9.36-Parallels.zip). Can

Re: Parallels Wine DLLs

2007-07-03 Thread Stefan Dösinger
I just saw (with my expired demo) that there was an update to Parallels recently. It might be interesting to see if that update changed anything regarding the d3d libs.

Re: Parallels Wine dlls rebuilt with mingw for your testing

2007-07-03 Thread Stefan Dösinger
Am Dienstag, 3. Juli 2007 10:57 schrieb Vijay Kiran Kamuju: Hi, I have went through the code changes of d3d8 in parallels. And done a diff with 0.9.36 code, there are almost no changes. There are some changes for checking certain functions while loading the dll. They have put code in the

Re: illegal characters in file names

2007-07-03 Thread Chris Howe
True. A friend of mine accidentally created a file called * in his home directory on the first day of university and was afraid to delete it for 3 years. On 7/1/07, David Laight [EMAIL PROTECTED] wrote: On Sun, Jul 01, 2007 at 02:57:58AM +0200, J?r?me Gardou wrote: All I know is that wine

Re: [advapi32] Create a standard Wine list for the service handles

2007-07-03 Thread Robert Shearman
Paul Vriens wrote: Hi, I've attached a possible solution for checking the validity of the service handle before using it. Can somebody please comment on this? Do I need to protect the list with a CriticalSection? Yes. Is this overkill? Yes. This should eventually be done via RPC,

Re: [advapi32] Create a standard Wine list for the service handles

2007-07-03 Thread Paul Vriens
Robert Shearman wrote: Paul Vriens wrote: Hi, I've attached a possible solution for checking the validity of the service handle before using it. Can somebody please comment on this? Do I need to protect the list with a CriticalSection? Yes. Is this overkill? Yes. This should

(no subject)

2007-07-03 Thread Andrew Talbot
Rob Shearman wrote: -static OLEFontImpl* OLEFontImpl_Construct(LPFONTDESC fontDesc); +static OLEFontImpl* OLEFontImpl_Construct(const FONTDESC *fontDesc); static void OLEFontImpl_Destroy(OLEFontImpl* fontDesc); static ULONGWINAPI OLEFontImpl_AddRef(IFont* iface); Even if

oleaut32: Constify some variables

2007-07-03 Thread Andrew Talbot
Rob Shearman wrote: -static OLEFontImpl* OLEFontImpl_Construct(LPFONTDESC fontDesc); +static OLEFontImpl* OLEFontImpl_Construct(const FONTDESC *fontDesc); static void OLEFontImpl_Destroy(OLEFontImpl* fontDesc); static ULONG WINAPI OLEFontImpl_AddRef(IFont* iface); Even if the compiler allows

[Resubmit]: Added wrapper dll for ct-api(CardTerminal API)

2007-07-03 Thread Christian Eggers
Hello, possibly my previous patch got lost :-) If anything is wrong with the patch, please let me know. regards Christian --- Weitergeleitete Nachricht / Forwarded message --- Hello, I've made the suggested changes and prepared a new patch (sorry for the long time of waiting). In

Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Dan Kegel
Check this out. Hanusz Leszek just posted a patch implementing part of https://wiki.ubuntu.com/autorun It's at http://launchpadlibrarian.net/8292130/gnome-volume-manager-autorun-inf-02.patch Are we ready for prime time, kids? :-)

Re: Wine and C99 inline incompatibility

2007-07-03 Thread Alexandre Julliard
Vitaliy Margolen [EMAIL PROTECTED] writes: As I recall the problem was with the way InterlockedExchangePointer() and InterlockedCompareExchangePointer() are defined. I'm guessing compiler/linker can't optimize this away, if they are not used. And lots of programs in tools/ do include the

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Kai Blin
On Tuesday 03 July 2007 17:47:18 Dan Kegel wrote: Check this out. Hanusz Leszek just posted a patch implementing part of https://wiki.ubuntu.com/autorun It's at http://launchpadlibrarian.net/8292130/gnome-volume-manager-autorun-inf-02.p atch Are we ready for prime time, kids? :-) I'm not

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Stefan Dösinger
I'm not entirely sure if that's a good thing. However, given that e.g. Sony rootkits probably won't work in Wine, I think this is a step towards lowering the access barrier to wine. Well, I managed to get infacted by W32.Parite some time ago, remember? :-)

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Stefan Dösinger
Am Dienstag, 3. Juli 2007 17:47 schrieb Dan Kegel: Check this out. Hanusz Leszek just posted a patch implementing part of https://wiki.ubuntu.com/autorun It's at http://launchpadlibrarian.net/8292130/gnome-volume-manager-autorun-inf-02.p atch Are we ready for prime time, kids? :-) On a

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Vijay Kiran Kamuju
Hi, I agree with stefan's views. We should not hard code the wine path, but should search for it. If it fails only then only we should resort to it. The searching should be done first using the package managers like rpm,deb. Inorder to search for wine path by searching for standard app

Re: Parallels Wine DLLs

2007-07-03 Thread Stefan Dösinger
Am Dienstag, 3. Juli 2007 11:25 schrieb Stefan Dösinger: I just saw (with my expired demo) that there was an update to Parallels recently. It might be interesting to see if that update changed anything regarding the d3d libs. Nick Dobrovolskiy confirmed that the version he sent me is their

Re: Parallels Wine DLLs

2007-07-03 Thread Steven Edwards
On 7/3/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Nick Dobrovolskiy confirmed that the version he sent me is their current development version rather than the version they used to ship Parallels 3.0. I think thats ok for us. Any objections? I think we should make it clear to them that while

Re: winealsa.drv: Tell the user how big his period size is.

2007-07-03 Thread Maarten Lankhorst
I would rather have that it's only reported in case of period size = 1024 (default dmix) and as a WARN that says 'use 512' instead, since dmix apparantly doesn't always work well with 256 after all on my other pc. Maarten

Re: [PATCH] WINSPOOL.DRV: Choose first printer found as the default

2007-07-03 Thread Detlef Riekenberg
On Di, 2007-07-03 at 14:06 -0300, Pedro Araujo Chaves Jr. wrote: # [PATCH] WINSPOOL.DRV: Choose first printer found as the default Why do you think, that you need this? Different default Printers (CUPS and Wine) confuse most Users. -- By by ... Detlef

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread leszek
Hi, Thanks for your constructives criticisms. I was thinking more about putting the wine path in a gconf key so that you can specify it directly. Trying to search the path using the methods you described can be used then as a fallback when the key is not present or invalid. I would say that

Re: Parallels Wine DLLs

2007-07-03 Thread Jesse Allen
On 7/3/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Dienstag, 3. Juli 2007 11:25 schrieb Stefan Dösinger: I just saw (with my expired demo) that there was an update to Parallels recently. It might be interesting to see if that update changed anything regarding the d3d libs. Nick

Re: illegal characters in file names

2007-07-03 Thread David Laight
On Tue, Jul 03, 2007 at 11:04:10AM +0100, Chris Howe wrote: True. A friend of mine accidentally created a file called * in his home directory on the first day of university and was afraid to delete it for 3 years. Actually, much more fun was the filename that contained the escape sequence that

Re: Parallels Wine DLLs

2007-07-03 Thread Stefan Dösinger
Am Mittwoch, 4. Juli 2007 00:06 schrieb Jesse Allen: On 7/3/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Dienstag, 3. Juli 2007 11:25 schrieb Stefan Dösinger: I just saw (with my expired demo) that there was an update to Parallels recently. It might be interesting to see if that update

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Stefan Dösinger
What is wine module code ? I tried grepping the wine source code for cedega and cxoffice but found nothing. Please point me in the good direction. I think whats meant here is one of the 3 wine flavors installed in the package manager. You don't find any trace of cedega or crossover in wine

Re: dsound: Disable property sets if hardware doesn't support it

2007-07-03 Thread Robert Reif
This patch: http://www.winehq.org/pipermail/wine-patches/2007-June/039942.html causes RightMark3DSound.exe (http://audio.rightmark.org/products/rm3ds.shtml) to crash. It appears that the code always expects a property set interface to succeed and crashes on a NULL pointer when it doesn't.

Re: How to make your machine crash when running Wine

2007-07-03 Thread Scott Ritchie
It would be good if we had this as an FAQ entry somewhere. Thanks, Scott Ritchie On Thu, 2007-06-21 at 21:41 -0400, gslink wrote: If you are using the Nvidia drivers posted on the Nvidia web site then you MUST reinstall these drivers whenever you update ANY of the X-server software. If you

Re: [PATCH] WINSPOOL.DRV: Choose first printer found as the default

2007-07-03 Thread Pedro Araujo Chaves Jr.
Detlef Riekenberg wrote: On Di, 2007-07-03 at 14:06 -0300, Pedro Araujo Chaves Jr. wrote: # [PATCH] WINSPOOL.DRV: Choose first printer found as the default Why do you think, that you need this? Different default Printers (CUPS and Wine) confuse most Users. Unless I'm mistaken: 1. The patch

Re: Ubuntu starting to support windows autorun.inf on cd-rom insertion!

2007-07-03 Thread Vijay Kiran Kamuju
Hi, Thanks for your constructives criticisms. I was thinking more about putting the wine path in a gconf key so that you can specify it directly. Trying to search the path using the methods you described can be used then as a fallback when the key is not present or invalid. I would say that