Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [2/2]

2008-02-28 Thread Erich Hoover
On Thu, Feb 28, 2008 at 11:44 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > > On Fri, Feb 29, 2008 at 12:29 AM, Erich Hoover <[EMAIL PROTECTED]> wrote: > > Patch Originally From: > >Louis Lenders > > Description: > >This patch adds conformance tests for WritePrivateProfileString sharin

Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [2/2]

2008-02-28 Thread James Hawkins
On Fri, Feb 29, 2008 at 12:29 AM, Erich Hoover <[EMAIL PROTECTED]> wrote: > Patch Originally From: >Louis Lenders > Description: >This patch adds conformance tests for WritePrivateProfileString sharing > problems. The patch was created by Louis Lenders and extensively tested, > but never s

Re: New winetricks 20080226: adds dotnet11 verb

2008-02-28 Thread James Hawkins
On Thu, Feb 28, 2008 at 10:07 PM, bill lam <[EMAIL PROTECTED]> wrote: > I patched platimg to work with negative stride and now it works with wine > built-in gdiplus. > > FYI, native gdiplus gives a top-down bitmap but wine's gdiplus gives a > bottom-up. It is not a bug in wine's but might causes

Re: New winetricks 20080226: adds dotnet11 verb

2008-02-28 Thread bill lam
I patched platimg to work with negative stride and now it works with wine built-in gdiplus. FYI, native gdiplus gives a top-down bitmap but wine's gdiplus gives a bottom-up. It is not a bug in wine's but might causes compatibility problem.

Re: GSoC project ideas

2008-02-28 Thread Steven Edwards
On Thu, Feb 28, 2008 at 7:29 PM, Jacek Caban <[EMAIL PROTECTED]> wrote: > That would be a great SoC project IMO. I'd be even more interested in > correct architecture than in implementing whole GUI. By architecture I > mean mainly plug-in API (project like "Get Google toolbar working with > Win

Re: GSoC project ideas

2008-02-28 Thread Steven Edwards
On Thu, Feb 28, 2008 at 7:28 PM, Jacek Caban <[EMAIL PROTECTED]> wrote: > AFAICT Mozilla support for mingw32 is not really good (I've tried it and > decided to go back to MSVC) and it's even worse if you try to compile it > from Linux. I would very appreciate if someone would fix that. Even > b

Re: GSoC project ideas

2008-02-28 Thread Jacek Caban
Kai Blin wrote: > On Monday 25 February 2008 09:24:10 Kai Blin wrote: > > >> Feel free to add your own project ideas, maybe elaborate a bit on the >> deliverables of the idea. >> > > How about a project to implement a real interface for Wine's built-in > iexplore.exe? Ideally, this would n

Re: GSoC project ideas

2008-02-28 Thread Jacek Caban
Kai Blin wrote: > On Monday 25 February 2008 09:24:10 Kai Blin wrote: > >> * Improving our HTML/Win32 Help viewers. >> > > What needs to be done here? Did last year's CHM compiler project produce any > results? Jacek, you mentored this, comments? > What I've mentored was something else

Re: GSoC project ideas

2008-02-28 Thread Kai Blin
On Monday 25 February 2008 09:24:10 Kai Blin wrote: > Feel free to add your own project ideas, maybe elaborate a bit on the > deliverables of the idea. How about a project to implement a real interface for Wine's built-in iexplore.exe? Ideally, this would not only give a menu and toolbar but als

Re: Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-28 Thread Marcus Meissner
On Thu, Feb 28, 2008 at 01:25:24PM -0500, Jared Lapsley wrote: > Is it worth while implementing this function using libaio? or is > there already a method for asynchronous i/o in wine? You can already do Asynch I/O I think (overlapped IO). Not sure how to implement above though. Ciao, Marcus

Re: Spelling fixes (replace iff with if)

2008-02-28 Thread Stefan Dösinger
Am Donnerstag, 28. Februar 2008 18:19:28 schrieb Vitaly Lipatov: > Changelog: > - replace 'iff' with 'if' (just a spelling fixes) The usual meaning of iff is "if and only if", so its not necessarily a typo signature.asc Description: This is a digitally signed message part.

Re: [2/10] WineD3D: Subclass queries

2008-02-28 Thread Stefan Dösinger
> So what is vtable set to in the other cases? Ooops :-) With my two patches the vtable is set for all supported queries, and the unsupported ones return an error, so things work, but it is still a broken thing and I'll send an updated patch

Re: [4/10] D3D9: Don't use C casts to get the d3d9impl from IDirect3D9

2008-02-28 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > This patch adds an inline conversion function similar to the ones used > in dinput. This is needed to implement IDirect3D9Ex, which uses a 2nd > vtable on the same object IDirect3D9Ex inherits from IDirect3D9, so you shouldn't need a 2nd vtable. --

Re: [2/10] WineD3D: Subclass queries

2008-02-28 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c > index d1ab9a3..9dff960 100644 > --- a/dlls/wined3d/device.c > +++ b/dlls/wined3d/device.c > @@ -1143,6 +1143,7 @@ static HRESULT WINAPI > IWineD3DDeviceImpl_CreateQuery(IWineD3DDevice *iface

Re: Spelling fixes (replace iff with if)

2008-02-28 Thread TheBlunderbuss
Dan Kegel wrote: lav at etersoft.ru wrote: - replace 'iff' with 'if' (just a spelling fixes) 'iff' is shorthand for 'if and only if'. http://en.wikipedia.org/wiki/If_and_only_if So many of those 'typos' might actually be correct. Careful! - Dan I noticed this change too, and I agree w

Re: Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-28 Thread Jared Lapsley
Is it worth while implementing this function using libaio? or is there already a method for asynchronous i/o in wine? Jared On Mon, Feb 25, 2008 at 2:26 PM, Michel Jacques <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm looking for an implementation of WriteFileGather in Kernel32.dll. > > Anybod

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread David Gerard
On 28/02/2008, Dan Kegel <[EMAIL PROTECTED]> wrote: > We would, I think, like to move wineserver into the kernel > sometime. It's been discussed before. Linus is not > opposed to having native support for win32 system calls. > A fellow at Redhat wrote a kernel module for wine a number > of

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread DARKGuy .
However, it's a great, great project IMO. It was about time something like that should've been made. Redirecting calls is simply acting as a proxy, instead of emulating. However, it makes it only to be usable in Linux... but hey, this is genius. On Thu, Feb 28, 2008 at 12:07 PM, Dan Kegel <[EMAIL

re: Spelling fixes (replace iff with if)

2008-02-28 Thread Dan Kegel
lav at etersoft.ru wrote: > - replace 'iff' with 'if' (just a spelling fixes) 'iff' is shorthand for 'if and only if'. http://en.wikipedia.org/wiki/If_and_only_if So many of those 'typos' might actually be correct. Careful! - Dan

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread Dan Kegel
On Thu, Feb 28, 2008 at 9:22 AM, David Gerard <[EMAIL PROTECTED]> wrote: > If Wine works, what would you gain by moving it out of userspace? Performance, mostly. Maybe also more of a notion of a whole system (right now, wine is kind of per-user). It's pretty low priority.

Re: Heap corruption in crypt32?

2008-02-28 Thread Juan Lang
> Worse, when the app starts up, you get a heap error: > > err:heap:HEAP_ValidateInUseArena Heap 0x7f00: in-use arena > 0x7f02e2e0 next block has PREV_FREE flag > err:heap:HEAP_ValidateInUseArena Heap 0x7f00: bad back ptr > 0x1c9ba51e for arena 0x7f02e798 > quite early in the run (wel

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread Dan Kegel
On Thu, Feb 28, 2008 at 8:47 AM, DARKGuy . <[EMAIL PROTECTED]> wrote: > However, it's a great, great project IMO. It was about time something like > that should've been made. Redirecting calls is simply acting as a proxy, > instead of emulating. Wine is not an emulator. No emulation is going on a

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread Steven Edwards
On Thu, Feb 28, 2008 at 11:37 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > It's not a wine replacement; it uses wine. > Better description at > http://www.reactos.org/forum/viewtopic.php?t=5240 > > It looks like they added hooks to the linux kernel > to accept windows nt syscalls. Maybe they ev

Re: [Wine] How about this replacement of WINE.

2008-02-28 Thread Dan Kegel
On Thu, Feb 28, 2008 at 8:26 AM, bussuser <[EMAIL PROTECTED]> wrote: > http://www.reactos.org/forum/viewtopic.php?t=5240 > > It is based on WINE and ReactOS . It's not a wine replacement; it uses wine. Better description at http://www.reactos.org/forum/viewtopic.php?t=5240 It looks like they add

Heap corruption in crypt32?

2008-02-28 Thread Dan Kegel
I strolled down memory lane a bit, and revisited the Sandra benchmark today, see http://www.winehq.org/pipermail/wine-devel/2006-December/052821.html Now the win2k version gets a lot farther. To install, first do sh winetricks vcrun2005sp1 gdiplus (Without native gdiplus, the installer complains

Re: winejoystick.drv: Add axis remapping support

2008-02-28 Thread Vitaliy Margolen
Adolfo R. Brandes wrote: > Hi there, > > On Wed, Feb 27, 2008 at 3:44 PM, Vitaliy Margolen > <[EMAIL PROTECTED]> wrote: >> Don't do that. Keep it uniform. As-is it's a pain to configure. You want to >> introduce even more? > > Actually, this was my shot at improving that particular aspect of >

Re: Valgrind can't *quite* handle Adobe InDesign yet

2008-02-28 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > On Thu, Feb 28, 2008 at 6:46 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> For debugging you can disable use of fxrstor > > Thanks. What's the downside? I imagine apps that use floating > point inside exception handlers will break? Floating poi

Re: Valgrind can't *quite* handle Adobe InDesign yet

2008-02-28 Thread Dan Kegel
On Thu, Feb 28, 2008 at 6:46 AM, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > For debugging you can disable use of fxrstor Thanks. What's the downside? I imagine apps that use floating point inside exception handlers will break? - Dan

Re: Valgrind can't *quite* handle Adobe InDesign yet

2008-02-28 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > http://bugs.kde.org/show_bug.cgi?id=126389 > means that valgrind can't yet handle apps that > throw exceptions during regular operation. > Like, say, Adobe InDesign's installer. > I would like to valgrind that to track down > http://bugs.winehq.org/show_bu

Valgrind can't *quite* handle Adobe InDesign yet

2008-02-28 Thread Dan Kegel
http://bugs.kde.org/show_bug.cgi?id=126389 means that valgrind can't yet handle apps that throw exceptions during regular operation. Like, say, Adobe InDesign's installer. I would like to valgrind that to track down http://bugs.winehq.org/show_bug.cgi?id=11757 but I can't because valgrind doesn't h

schroedinger 1.0 (fast implementation of Dirac video codec) released

2008-02-28 Thread Dan Kegel
http://lwn.net/Articles/271058/ "Decodes HD720/25p in real-time on a Core Duo laptop" Yum. I'd like to see free codecs like this bundled with wine sometime.

Re: Alistair Leslie-Hughes : msvcrt: Implement wcscpy_s.

2008-02-28 Thread James McKenzie
Alexandre Julliard wrote: > "James Hawkins" <[EMAIL PROTECTED]> writes: > > >> If you'll read the tests, you'll see that the first test is correct >> (although it should really be >= and he should add a test for this). >> > > No, it shouldn't be >=, there's no reason to fail if the buffer i

Re: Alistair Leslie-Hughes : msvcrt: Implement wcscpy_s.

2008-02-28 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > If you'll read the tests, you'll see that the first test is correct > (although it should really be >= and he should add a test for this). No, it shouldn't be >=, there's no reason to fail if the buffer is the same size as the data. -- Alexandre Jul