gdiplus progress and pptview

2007-07-24 Thread Evan Stade
Hi, As an update for those who don't use pptview daily (as I do), built-in gdiplus is able to render most presentations that native can render. (By native I mean native gdiplus in wine, not pptview.exe in windows.) In fact, I cannot at the moment find a presentation that native can render but bui

RE: cmd:batch: Check for a context is added

2007-07-24 Thread Ann & Jason Edmeades
>I did a simple test here and it works, although I would like to test 2 >scnarios: >a calls b which runs c >a runs b runs c I test that and found the previous email was very slightly wrong. I've coded and sent my new patch into wine-patches as it corrects an identical trap to what you were seeing

Re: Wine and virus security

2007-07-24 Thread Alexander Nicolaysen Sørnes
Onsdag 25 juli 2007 00:29, skrev Alessandro Pignotti: > Hi everyone, > I've seen recently a discussion about securing a host running wine denying > write access out of wine home using SElinux. I think that this feature > would be easily enough implemented by wine itself, maybe by letting the > user

RE: cmd:batch: Check for a context is added

2007-07-24 Thread Ann & Jason Edmeades
>I run a program which uses a *.bat files via "wine wineconsole >--backend=user start program.bat" and this program runs well but after >exit it program fails The context should be valid as it was allocated a few lines higher up. To be fair, there's no checking the LocalAlloc worked, but you wo

Wine and virus security

2007-07-24 Thread Alessandro Pignotti
Hi everyone, I've seen recently a discussion about securing a host running wine denying write access out of wine home using SElinux. I think that this feature would be easily enough implemented by wine itself, maybe by letting the user set access permission on wine drives "c: d: etc" and enforci

Re: kernel32: Additional SetThreadPriorityTest (try 6)

2007-07-24 Thread James Hawkins
On 7/24/07, Matt Jones <[EMAIL PROTECTED]> wrote: At this point in the test suite, SetThreadPriority has already been tested, so this would be duplicating the existing test. I'd be happy to add this in as well, but it seems unnecessary. Fair enough :) By the way, make sure to bottom-post on t

Re: kernel32: Additional SetThreadPriorityTest (try 6)

2007-07-24 Thread Matt Jones
At this point in the test suite, SetThreadPriority has already been tested, so this would be duplicating the existing test. I'd be happy to add this in as well, but it seems unnecessary. On 7/24/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 7/24/07, Matt Jones <[EMAIL PROTECTED]> wrote: > Refo

Re: kernel32: Additional SetThreadPriorityTest (try 6)

2007-07-24 Thread James Hawkins
On 7/24/07, Matt Jones <[EMAIL PROTECTED]> wrote: Reformatted tests to address James' email + SetThreadPriority(curthread,min_priority); + SetLastError(0xdeadbeef); + result = SetThreadPriority(curthread,min_priority-1); Is there a reason you don't check the result from the first call t

Re: [PATCH] fixed wrong allocation size

2007-07-24 Thread Marcus Meissner
On Tue, Jul 24, 2007 at 12:38:10PM -0700, Juan Lang wrote: > Whoops. Thanks Markus. Now why on earth did the tests pass without this? It overwrote unused heap memory until now I guess. Ciao, Marcus

Re: kernel32: Additional SetThreadPriorityTest (try 5)

2007-07-24 Thread James Hawkins
On 7/24/07, Matt Jones <[EMAIL PROTECTED]> wrote: On 7/24/07, Matt Jones <[EMAIL PROTECTED]> wrote: > Correctly checks return code of SetThreadPriority before checking > error (address comment by Alexandre) > + SetThreadPriority(curthread,min_priority); + result = SetThreadPriority(curthre

Re: Fwd: kernel32: Additional SetThreadPriorityTest (Try 4)

2007-07-24 Thread Alexandre Julliard
"Matt Jones" <[EMAIL PROTECTED]> writes: > Any chance anyone could look over this? You need to test the return value of the functions before you can check the last error code. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Direct3D Game test framework

2007-07-24 Thread martin pilka
Stefan Dösinger wrote: > The roadmap looks good to me. I am missing some clarification how to deal > with > different hardware configurations. This is how CxTest supports it now: * There is 1:1 association between submitter and his configuration, i.e. "Stefan - Desktop" --> "AMD 1.8 GHz 1 GB

Fwd: server: Only commit SetThreadPriority if new priority is correct (try 4)

2007-07-24 Thread Matt Jones
Any chance anyone could look over this? -- Forwarded message -- From: Matt Jones <[EMAIL PROTECTED]> Date: Jul 20, 2007 11:33 AM Subject: server: Only commit SetThreadPriority if new priority is correct (try 4) To: [EMAIL PROTECTED] Correctly set error value as per comment by Al

Fwd: kernel32: Additional SetThreadPriorityTest (Try 4)

2007-07-24 Thread Matt Jones
Any chance anyone could look over this? -- Forwarded message -- From: Matt Jones <[EMAIL PROTECTED]> Date: Jul 20, 2007 11:32 AM Subject: kernel32: Additional SetThreadPriorityTest (Try 4) To: [EMAIL PROTECTED] Add test for correct error value as per suggestion from Alexandre Fr

Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-24 Thread Michael Stefaniuc
Christian Pradelli wrote: >> Remember, Wine is still beta software. Releases are snapshots. Unless we >> have >> a declared stable release there is no point in providing unstable updates >> for >> old unstable releases. >> >> Of course anyone is free to maintain a few older wine versions, for the

Re: cmd:batch: Check for a context is added

2007-07-24 Thread Anatoly Lyutin
Ann & Jason Edmeades wrote: We need to check context before than refer to context -> skip_rest . But we have just referred to it higher up, and I didn't think it was valid to get into this routine without a context. Whats the problem you are trying to fix? I run a program which uses

Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-24 Thread Christian Pradelli
> Remember, Wine is still beta software. Releases are snapshots. Unless we > have > a declared stable release there is no point in providing unstable updates > for > old unstable releases. > > Of course anyone is free to maintain a few older wine versions, for the > reasons stating above, and he

Something wrong with my patches? [wineconsole & net utility]

2007-07-24 Thread Kirill K. Smirnov
Please, comment, is there something wrong with these two patches? Did I miss something? http://www.winehq.org/pipermail/wine-patches/2007-July/041317.html [Convert net.exe to unicode Explicitly link against msvcrt] and http://www.winehq.org/pipermail/wine-patches/2007-July/041659.html [progra

Re: Another report of infection. Time to integrate antivirus support?

2007-07-24 Thread Kai Blin
On Monday 23 July 2007 17:05:38 Marcus Meissner wrote: > On Mon, Jul 23, 2007 at 07:00:11AM -0700, Dan Kegel wrote: > > Say, whatever happened to that SoC project > > to integrate antivirus support? Looks like he made > > quite a bit of progress: > > http://www.christoph-probst.com/soc2006/wine/ >

Re: Direct3D Game test framework

2007-07-24 Thread Stefan Dösinger
Am Dienstag, 24. Juli 2007 12:41 schrieb martin pilka: > Hello Stefan, > > following is specification proposal for first few iterations. It is more > focused on functionality than technical details. Feel free to comment. The roadmap looks good to me. I am missing some clarification how to deal with

Re: Direct3D Game test framework

2007-07-24 Thread H. Verbeet
On 24/07/07, martin pilka <[EMAIL PROTECTED]> wrote: Hello Stefan, following is specification proposal for first few iterations. It is more focused on functionality than technical details. Feel free to comment. 1st iteration = * We take your 3dMark test, adjust it a bit and make i

Re: Direct3D Game test framework

2007-07-24 Thread martin pilka
Hello Stefan, following is specification proposal for first few iterations. It is more focused on functionality than technical details. Feel free to comment. 1st iteration = * We take your 3dMark test, adjust it a bit and make it run and submit results regularly on one of our testin

Re: Should Wine move to LGPL 3?

2007-07-24 Thread Scott Ritchie
On Sun, 2007-07-22 at 19:22 +0200, Damjan Novak wrote: > Hi! I just stumbled on this list and discussion, and though to just > mention a highly speculative, but potentially very rewarding advantage > of using LGPLv3 for wine. > > According to this opinion at groklaw: > http://www.groklaw.net/arti