Re: Wine 0.9.25 full of regressions!

2006-11-14 Thread Jonathan Ernst
Le mardi 14 novembre 2006 à 16:07 +0100, Mirek a écrit : > :) No, in current git or cvs it is still not fixed, i tried it again > before 10 minutes. > > Mirek > > Dmitry Timoshkov napsal(a): > > "Mirek" <[EMAIL PROTECTED]> wrote: > > > >> Ok, i found patch which caused regression in 3DMark 2003

Debugging solidworks 2006

2006-11-14 Thread Kartik Thakore
I am currently trying Solid Works 2006 to work with wine-0.9.25. It installed with some error, but it finished. The trouble is when it is run. What is my next step? As this is the first time I am doing debugging in wine and I have little experience with windows programming. I am doing this so I can

Re: localspl: Implement ConfigurePortW

2006-11-14 Thread Juan Lang
Hi Detlef, +IDS_NOTHINGTOCONFIG "This Port has no Options to configure" This should be "This port has no options to configure." In English, nouns are generally not capitalized - only proper nouns. Google will give many pages helping with that if you like. Thanks, --Juan ___

Over 500 maintainers in the applcation database

2006-11-14 Thread Tony Lambregts
_I_ think this is news worthy. We now have over 500 individuals who have signed up to be maintainer of an applications. these maintainers are spread out over 794 entries in the AppDB. Since there are some applications with multiple maintainers and some maintainers maintain multiple apps and the

re: OLE Automatization Linux's OpenOffice from wine app

2006-11-14 Thread Dan Kegel
Kochmin wrote: I have windows application wich use OLE Automatization to fill-in OpenOffice document It's create OleObject like OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); .. How can I rewrite it, or use any tools, to work when OpenOffice is installed on Linux, and my applicatio

OLE Automatization Linux's OpenOffice from wine app

2006-11-14 Thread Alexandr Kochmin
I have windows application wich use OLE Automatization to fill-in OpenOffice document It's create OleObject like OpenOffice := CreateOleObject('com.sun.star.ServiceManager'); And then use it. Everything is OK when I run it on windows. How can I rewrite it, or use any tools, to work when OpenOffic

Re: Wine 0.9.25 full of regressions!

2006-11-14 Thread Mirek
:) No, in current git or cvs it is still not fixed, i tried it again before 10 minutes. Mirek Dmitry Timoshkov napsal(a): "Mirek" <[EMAIL PROTECTED]> wrote: Ok, i found patch which caused regression in 3DMark 2003, Flatout and some other games and apps, it is this patch: kernel32: Better wor

Re: Wine 0.9.25 full of regressions!

2006-11-14 Thread Kovács András
Hi, My regression test shows same as you. Dreamfall is broken because of this patch. 2006. november 14. 16.07 dátummal Mirek ezt írta: > :) No, in current git or cvs it is still not fixed, i tried it again > > before 10 minutes. > > Mirek > > Dmitry Timoshkov napsal(a): > > "Mirek" <[EMAIL PROTE

Re: Wine 0.9.25 full of regressions!

2006-11-14 Thread Dmitry Timoshkov
"Mirek" <[EMAIL PROTECTED]> wrote: Ok, i found patch which caused regression in 3DMark 2003, Flatout and some other games and apps, it is this patch: kernel32: Better workaround for the lack of locale environment variables on MacOS from Alexandre Julliard It's already fixed in the current git

Re: Wine 0.9.25 full of regressions!

2006-11-14 Thread Mirek
Ok, i found patch which caused regression in 3DMark 2003, Flatout and some other games and apps, it is this patch: kernel32: Better workaround for the lack of locale environment variables on MacOS from Alexandre Julliard Mirek Jesse Allen napsal(a): On 11/13/06, Mirek <[EMAIL PROTECTED]> wrot

Re: RFC: d3d8 refcount implementation

2006-11-14 Thread Markus Amsler
H. Verbeet wrote: On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: The implicit surfaces now gets released if the refcount is -1. Somehow we have to force releasing d3d8 sufaces from wined3d. No idea how. You could probably either force the refcount to 0 (ie, something like "while(IWineD3D

Re: RFC: d3d8 refcount implementation

2006-11-14 Thread H. Verbeet
On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: H. Verbeet wrote: > On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: >> The implicit surfaces now gets released if the refcount is -1. Somehow >> we have to force releasing d3d8 sufaces from wined3d. No idea how. > You could probably eith

Re: d3d8 2: Test refcount forwarding.

2006-11-14 Thread H. Verbeet
On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: so i thought it's fine. Should we remove them? Possibly.

Re: RFC: d3d8 refcount implementation

2006-11-14 Thread H. Verbeet
On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: After spamming wine-patches with d3d tests, I tried to implement the probed behaviour. Attached are two patches, which makes all d3d8 refcount test pass. They are small and ugly. The problems are: The implicit surfaces now gets released if th

Re: winex11.drv keyboard driver rewrite

2006-11-14 Thread L. Rahyen
Here is full patch applied against current Wine' git-snapshot. I sending it because patch from Oleh original message isn't working out-of-the-box. winex11.drv-keyboard-rewrite.diff.bz2 Description: BZip2 compressed data

Re: d3d8 2: Test refcount forwarding.

2006-11-14 Thread Markus Amsler
H. Verbeet wrote: On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: +extern int get_refcount(IUnknown *object); --- -static int get_refcount(IUnknown *object) +int get_refcount(IUnknown *object) We don't really want to do that. The idea is that a test should depend only on the .c file it

Re: d3d8 2: Test refcount forwarding.

2006-11-14 Thread H. Verbeet
On 14/11/06, Markus Amsler <[EMAIL PROTECTED]> wrote: +extern int get_refcount(IUnknown *object); --- -static int get_refcount(IUnknown *object) +int get_refcount(IUnknown *object) We don't really want to do that. The idea is that a test should depend only on the .c file it's defined in. That

Re: winex11.drv keyboard driver rewrite

2006-11-14 Thread L. Rahyen
>I have a snapshot (although don't attach it here because of its large size) >that shows a text typed in Word (MS Office 2000) sequentially in German, >French, Polish, Belarusian, Ukrainian and Russian (locale is KOI8-U and >supports only English, Russian and Ukrainian letters). I can say