Re: USER32: Error checking for sysparams tests

2005-03-05 Thread Paul Vriens
On Sat, 2005-03-05 at 06:42, [EMAIL PROTECTED] wrote: As discussed on wine-devel there are a handful of calls in the SystemParametersInfo tests that don't check for returned errors and continue on with testing a given parameter. This patch ensures that all initial calls to

Re: [user/tests/sysparams.c] More correct *MOUSEHOVER* tests (Don't apply)

2005-03-05 Thread Paul Vriens
On Fri, 2005-03-04 at 21:39, Paul Vriens wrote: Hi, current checks for only GetLastError()==ERROR_INVALID_SPI_VALUE) are bogus, at least on Win98 as the LastError is not set. Changelog LastError is not set on failure for *MOUSEHOVER* on Win98 Cheers, Paul. Hi, no need to apply

Re: Dragon Naturally Speaking - working.

2005-03-05 Thread wino
progress here. I now have NS7 prefered installed. Steps needed : wine-cvs (20050305 9am CET) on top of wine20050211 WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine setup.exe Setup complete without errors. Dragon NS required riched20.dll , that copy from win98SE CD was deemed too old , prog closed

Re: installshield and Wine

2005-03-05 Thread peter
Hi Mike , any progress here? I have just updated to wine-cvs (2005 03 05 9am CET) and I see no change in this blockage. Installshield runs upto the point where I have selected the install options then locks up when I click next. The only respone I can get is that any mouse click or key press

Re: installshield and Wine

2005-03-05 Thread peter
Update: I found the following tip on frankscorner.org: WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine setup.exe this enabled me to successfully run the installation for NS 7 prefered. This did not work on wine-20050211 Thanks for your help. On Thu, 03 Mar 2005 14:01:13 +, Mike Hearn [EMAIL

Re: building programs

2005-03-05 Thread Ivan Leo Puoti
Vincent Béron wrote: I don't think spec files for .exe are supported right now (sorry Ivan). That must be fixed, in windows .exe files can export functions. Ivan.

Re: installshield and Wine

2005-03-05 Thread Andreas Mohr
Hi, On Sat, Mar 05, 2005 at 09:34:42AM +0100, [EMAIL PROTECTED] wrote: Update: I found the following tip on frankscorner.org: WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine setup.exe this enabled me to successfully run the installation for NS 7 prefered. Good! Try finding a MessageBeep()

Re: Better test for visible desktop, should be working on all platforms.

2005-03-05 Thread Dmitry Timoshkov
Jakob Eriksson [EMAIL PROTECTED] wrote: I took this test from the gdi32 conformance tests, since it fails reliably when run under a non visible desktop, regardless of platform. It's not pretty, but I don't have an NT4 to test with, so I didn't want to change anything. Later I can

Re: installshield and Wine

2005-03-05 Thread Mike Hearn
On Sat, 2005-03-05 at 09:14 +0100, [EMAIL PROTECTED] wrote: Hi Mike , any progress here? I have just updated to wine-cvs (2005 03 05 9am CET) and I see no change in this blockage. Installshield runs upto the point where I have selected the install options then locks up when I

Re: Discussion on Bug tracking database

2005-03-05 Thread Mike Hearn
On Fri, 04 Mar 2005 07:57:15 -0700, Tony Lambregts wrote: Is the current component structure inadequate? I think it's OK, but this is just a side effect of not having any formal module owners, but rather only informal ones.

Re: Any resources about threading problems?

2005-03-05 Thread Mike Hearn
On Fri, 04 Mar 2005 08:52:44 -0800, Bill Medland wrote: OK. So I've spent over a week mulling over all this and I think I am beginning to see the light, but I find our description confusing, primarily due to confusion over terminology. I'd like to tighten it up and so I would appreciate

Re: Better test for visible desktop, should be working on all platforms.

2005-03-05 Thread Dmitry Timoshkov
Dmitry Timoshkov [EMAIL PROTECTED] wrote: It's not pretty, but I don't have an NT4 to test with, so I didn't want to change anything. Later I can refactor it into exactly the failing part. Did you consider implementing the approach Robert Shearman has pointed out? Here is another way

Re: USER32: Error checking for sysparams tests

2005-03-05 Thread Paul Vriens
On Sat, 2005-03-05 at 06:42, [EMAIL PROTECTED] wrote: As discussed on wine-devel there are a handful of calls in the SystemParametersInfo tests that don't check for returned errors and continue on with testing a given parameter. This patch ensures that all initial calls to

Re: building programs

2005-03-05 Thread Vincent Béron
Le sam 05/03/2005 à 04:46, Ivan Leo Puoti a écrit : Vincent Béron wrote: I don't think spec files for .exe are supported right now (sorry Ivan). That must be fixed, in windows .exe files can export functions. In Windows, .exe and .dll are basically the same thing (same file format, very

Running ZooTycoon 2 Demo

2005-03-05 Thread Paul Vriens
Hi, I'm running current CVS with a fresh tools/wineinstall. Only changes to the config-file: Drivers = winealsa.drv HardwareAcceleration = Emulation ; Zoo Tycoon 2 Demo install [AppDefaults\\Zoo2Trial.exe\\Version] Windows = winxp ; Zoo Tycoon 2 Demo run [AppDefaults\\zt2demoretail.exe\\x11drv]

Re: USER32: Error checking for sysparams tests

2005-03-05 Thread jchevrier
On Saturday 05 March 2005 08:58, Paul Vriens wrote: On Sat, 2005-03-05 at 06:42, [EMAIL PROTECTED] wrote: As discussed on wine-devel there are a handful of calls in the SystemParametersInfo tests that don't check for returned errors and continue on with testing a given parameter. This patch

Re: Better test for visible desktop, should be working on all platforms.

2005-03-05 Thread Jakob Eriksson
Dmitry Timoshkov wrote: Dmitry Timoshkov [EMAIL PROTECTED] wrote: It's not pretty, but I don't have an NT4 to test with, so I didn't want to change anything. Later I can refactor it into exactly the failing part. Did you consider implementing the approach Robert Shearman has pointed

Re: building programs

2005-03-05 Thread peter
On 05 Mar 2005 10:07:39 -0500, Vincent Béron [EMAIL PROTECTED] wrote: Le sam 05/03/2005 à 04:46, Ivan Leo Puoti a écrit : Vincent Béron wrote: I don't think spec files for .exe are supported right now (sorry Ivan). That must be fixed, in windows .exe files can export functions. In Windows,

Re: building programs

2005-03-05 Thread Ivan Leo Puoti
Vincent Béron wrote: I don't know if building ntoskrnl.exe as a Wine dll would enable you to do what you want it to do (export functions). Yes, but I need it to have it's own address space, it's got to be an independent process. Basically we've got to fix winegcc. Ivan.

FlashFXP v 3.01 and wine + Odin

2005-03-05 Thread Dietrich Teickner
Currently I have tested FlashFXP v3.01 (ftp-client with ssl) with wine, after I found it chrashs in Odin with stack-overflow. And I found FlashFXP stops after the same actiom in wine. I think that is the same message-loop, that I found in odin. with SysListView 6834 LVM_SETITEMSTATE in

Re: Running ZooTycoon 2 Demo

2005-03-05 Thread Paul Vriens
On Sat, 2005-03-05 at 17:19, Paul Vriens wrote: Hi, I'm running current CVS with a fresh tools/wineinstall. Only changes to the config-file: Drivers = winealsa.drv HardwareAcceleration = Emulation ; Zoo Tycoon 2 Demo install [AppDefaults\\Zoo2Trial.exe\\Version] Windows = winxp ;

Re: building programs

2005-03-05 Thread Rob D
I have attached 2 Makefiles that give me the unresolved main error on Solaris10. AEP Makefile is supposed to make an executable from a few files and some libraries. Netclient is supposed to make a static lib, and it works good, but it complains about missing main also. Im not sure why I am

Re: MultiByteToWideCharacter problem with CP 950 (Traditional Chinese)

2005-03-05 Thread Andreas Mohr
Hi, On Sun, Mar 06, 2005 at 04:49:13AM +0900, Mike McCormack wrote: 1st problem: (pre-existing) No comments. 2nd problem: (regression) There's another serious problem, which is a regression. Starting Office 2000 (any language)with the Big5 code page as below, causes serious trouble

Voodoo3, Banshee and D3D

2005-03-05 Thread Troy Rollo
---CONTEXT--- http://dri.sourceforge.net/doc/dri_driver_features.phtml The Voodoo3/Banshee driver reverts to software rendering under the following conditions: - Setting GL_LIGHT_MODEL_COLOR_CONTROL to GL_SEPARATE_SPECULAR_COLOR. - Enabling line stippling or polygon stippling. - Enabling

Re: More destinations for wineoss's mixer

2005-03-05 Thread wino
On 05 Mar 2005 12:34:26 -0500, Vincent Béron [EMAIL PROTECTED] wrote: According to MSDN, DST_HEADPHONES can be the same as DST_SPEAKERS, DST_LINE and DST_VOICEIN as DST_WAVEIN. Peter, does this one helps Dragon NS 7? Changelog: Make wineoss's mixer know about DST_HEADPHONES, DST_LINE and

Re: IP Address control broken

2005-03-05 Thread Rob Shearman
Robert Reif wrote: I am unable to edit the text in an IP Address control. I can select it and delete it with the mouse but typing into it causes the test to go to the window it was started in. Hmmm. Strange. The IP address control just uses Edit windows to handle this behaviour. It looks like

winecfg

2005-03-05 Thread Chris Morgan
I noticed that winecfg is still reporting that it does not modify your configuration, and in winecfg.h WINE_KEY_ROOT isn't set to the configuration key. Is there some reason why we haven't enabled writing to the actual configuration yet? Are there some bugs or lack of features that need to be

Re: Running ZooTycoon 2 Demo

2005-03-05 Thread Henning Gerhardt
Hello Paul, you wrote: installation of the app is fine (set version to winxp). When trying to run the demo it immediately fails: fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x77e38ea8) call to IWineD3DDevice_CreateRenderTarget failed First chance exception: page fault on read access to