Re: interactive dsound tests fail && winealsa problem

2003-09-23 Thread Jerry Jenkins
Sylvain Petreolle wrote: > Using latest CVS : > > Enabling dsound interactive tests with WINETEST_INTERACTIVE, > I get many errors like this one, always the same : > > dsound.c:1223: Test failed: MsgWaitForMultipleObjects failed: 0x102 > dsound.c: 42774 tests executed, 0 marked as todo, 80 failures

Re: Script to compile Wine programs on Windows

2003-09-23 Thread Dimitrie O. Paun
On September 23, 2003 11:59 pm, Pavel Roskin wrote: > For example, winefile.exe needs "-luuid" in MinGW because it provides > IID_IDataObject. In Wine, IID_IDataObject is defined in include/objidl.h > and a constant number. Wine doesn't have uuid library. We have one, and it's called wine_uuid (

Re: Script to compile Wine programs on Windows

2003-09-23 Thread Pavel Roskin
On Tue, 23 Sep 2003, Dimitrie O. Paun wrote: > On September 23, 2003 11:02 pm, Pavel Roskin wrote: > > The attached script makes it possible to compile many programs from Wine > > under Windows. The only software needed on Windows is Cygwin with MinGW > > libraries and some other utilities (flex,

Re: Script to compile Wine programs on Windows

2003-09-23 Thread Dimitrie O. Paun
On September 23, 2003 11:02 pm, Pavel Roskin wrote: > The attached script makes it possible to compile many programs from Wine > under Windows. The only software needed on Windows is Cygwin with MinGW > libraries and some other utilities (flex, bison). Simply run setup.exe > from www.cygwin.com a

Re: ntdll/kernel32: #36

2003-09-23 Thread Dmitry Timoshkov
"Eric Pouech" <[EMAIL PROTECTED]> wrote: > but couldn't this be different from the charset used for mounting the > filesystem ? AFAICS, on VFAT systems, long names are stored in Unicode. > The charset in the mount option let you specify the charset for the > Unicode -> multi-byte... > All filen

Re: huge download in cvs-regression.sgml

2003-09-23 Thread Dimitrie O. Paun
On September 23, 2003 01:18 pm, Richard Cohen wrote: > On dialup, the download will take 2 1/2 hrs - it is hard to see a > succession of little trips to cvs.winehq adding up to anything like > that. On broadband the situation is proportionally better, of course, > but is the cvs server really so o

Script to compile Wine programs on Windows

2003-09-23 Thread Pavel Roskin
Hello! The attached script makes it possible to compile many programs from Wine under Windows. The only software needed on Windows is Cygwin with MinGW libraries and some other utilities (flex, bison). Simply run setup.exe from www.cygwin.com and make sure to select MinGW development tools. Then

New winetests.exe

2003-09-23 Thread Jakob Eriksson
Ok people, new version. This time the tests (but not timetests.exe) are compiled with MSVC 7 instead of crosscompiled. (No agenda behind that decision - it's just that current CVS is broken when it comes to crosstest.) http://vmlinux.org/jakov/Wine/

Build log from tests built with MSVC 7

2003-09-23 Thread Jakob Eriksson
(Especially the link errors I have no idea how to fix.) Just in case somebody wants to know what the build log looks like: -- Build started: Project: winetest, Configuration: MSVC Headers Win32 -- winete

Re: wine-devel digest, Vol 1 #2212 - 10 msgs

2003-09-23 Thread Jerry Jenkins
> Thanks Jerry, > > your second patch solved the bug 1715 against Wine-20030911. There are still > lots of errorr messages: > err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4 Maybe there is the same problem. Could you tell me the name of the application you are trying to

Re: CreateBitmap fails

2003-09-23 Thread Jerry Jenkins
> Thanks Jerry, > > your second patch solved the bug 1715 against Wine-20030911. There are still > lots of errorr messages: > err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4 Maybe there is the same problem. Could you tell me the name of the application you are trying to

Re: console test / even the smallest patch can be wrong

2003-09-23 Thread Jakob Eriksson
Eric Pouech wrote: since 0 is a wrong console handle (in this case), we don't care about actual c value. Nevertheless, not setting c issues a compiler warning. regards, Jakob

Re: Configuration parameters

2003-09-23 Thread Eric Pouech
Dimitrie O. Paun wrote: On Tue, 23 Sep 2003, Eric Pouech wrote: What about the stuff in win.ini/[mci extensions]. Is that used? yes, in some internal mci function (but that doesn't need to be changed by end users. we just need to list the default extensions for the given mci playback. I haven't

interactive dsound tests fail && winealsa problem

2003-09-23 Thread Sylvain Petreolle
Using latest CVS : Enabling dsound interactive tests with WINETEST_INTERACTIVE, I get many errors like this one, always the same : dsound.c:1223: Test failed: MsgWaitForMultipleObjects failed: 0x102 dsound.c: 42774 tests executed, 0 marked as todo, 80 failures. Im using wineoss with OSS compatib

RE: shlwapi 405/406

2003-09-23 Thread Robert Shearman
Hi, Just a few comments on an otherwise good patch: > -static BOOL URL_JustLocation(LPCWSTR str) > +static BOOL WINAPI URL_JustLocation(LPCWSTR str) ... > -static LPCWSTR URL_ScanID(LPCWSTR start, LPDWORD size, > WINE_URL_SCAN_TYPE type) > +static LPCWSTR WINAPI URL_ScanID(LPCWSTR start, LPDWORD

Re: Configuration parameters

2003-09-23 Thread Dimitrie O. Paun
On Tue, 23 Sep 2003, Eric Pouech wrote: > > What about the stuff in win.ini/[mci extensions]. Is that used? > yes, in some internal mci function (but that doesn't need to be changed > by end users. we just need to list the default extensions for the given > mci playback. I haven't found yet an e

Re: Unitialised variable

2003-09-23 Thread Jon Griffiths
Hi, +COORD c = 0; This won't compile with msvc since COORD is a struct, not a simple type. Please use the patch from my mail "Test fixes" instead. Cheers, Jon __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software ht

Re: Wine Development Question?

2003-09-23 Thread Jakob Eriksson
Rick Langschultz wrote: Is there any movement to combine Wine and X to create a free standing operating system? That would be awesome. Maybe combining it with FreeDos to make it bootable with basic cygwin features??? Just a question. Yes, sort of, but not with X as the basis for graphics, but w

Re: Will wine get to 1.0 before the win32 APIs are obsolete?

2003-09-23 Thread Jakob Eriksson
Mike Hearn wrote: On Mon, 2003-09-22 at 20:05, Jakob Eriksson wrote: The other week I received a little program from a friend. I tried to run it in Wine. It didn't work at all. It was a dotNET - compiled EXE. What error did you get from Wine? We should patch it to inform users that th

Re: Configuration parameters

2003-09-23 Thread Eric Pouech
Mike Hearn wrote: On Mon, 2003-09-22 at 05:50, Dimitrie O. Paun wrote: On September 18, 2003 01:26 pm, Eric Pouech wrote: the point is that it's not easy to tell between : - two physical sound cards (one ALSA, one OSS) - one physical sound card but with ALSA and OSS emulation on top of ALSA more

Re: Configuration parameters

2003-09-23 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 18, 2003 01:26 pm, Eric Pouech wrote: the point is that it's not easy to tell between : - two physical sound cards (one ALSA, one OSS) - one physical sound card but with ALSA and OSS emulation on top of ALSA moreover, we'll have to store winmm card information

Re: ntdll/kernel32: #36

2003-09-23 Thread Eric Pouech
Dmitry Timoshkov wrote: "Eric Pouech" <[EMAIL PROTECTED]> wrote: Codepage: if you mount a fs with a given codepage, you need that cp information to transform properly the filenames into unicode. Ideally, we should get this information from OS We already have that information, the support for

RE: Regression - game not detecting display mode

2003-09-23 Thread hatky
BTW if it helps I switched to 640x480 full screen in windows and run a trace in wine again (same logical error) Hatky. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.comCould not stat /mnt/fd0 (No such fil

Re: Install regression

2003-09-23 Thread Mike Hearn
On Tue, 2003-09-23 at 13:26, Vincent Béron wrote: > There was a small problem in the detection of a file on the commandline > and what to do with it. Fixed by > http://www.winehq.org/hypermail/wine-patches/2003/08/0102.html. Ah genius. That'd be why "nobody had noticed" :) I saw a few people with

Re: Wine Development Question?

2003-09-23 Thread Shachar Shemesh
Rick Langschultz wrote: Is there any movement to combine Wine and X to create a free standing operating system? That would be awesome. Maybe combining it with FreeDos to make it bootable with basic cygwin features??? Just a question. Rick Langschultz You may be interested in checking out http:

Re: console test / even the smallest patch can be wrong

2003-09-23 Thread Eric Pouech
Jakob Eriksson wrote: Index: dlls/kernel/tests/console.c === RCS file: /home/wine/wine/dlls/kernel/tests/console.c,v retrieving revision 1.2 diff -u -r1.2 cons

Re: [dcom 4] More header file stuff

2003-09-23 Thread Ove Kaaven
tir, 23.09.2003 kl. 13.11 skrev Mike Hearn: > On Mon, 2003-09-22 at 19:11, Alexandre Julliard wrote: > > Mike Hearn <[EMAIL PROTECTED]> writes: > > > > > Ensure the header files work with upcoming DCOM patches > > > > We finally have correct header dependencies now, please don't start > > breakin

Wine Development Question?

2003-09-23 Thread Rick Langschultz
Is there any movement to combine Wine and X to create a free standing operating system? That would be awesome. Maybe combining it with FreeDos to make it bootable with basic cygwin features??? Just a question. Rick Langschultz

Compiling tests with MSVC headers

2003-09-23 Thread Jakob Eriksson
Compiling with MSVC 7, using MSCV headers. For the record: to compile tests/dpa.c for comctl32.dll you need the latest commctrl.h from Microsoft. The one they settled to publish: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnapiover/html/api-overview.asp Download the SDK and

console test / even the smallest patch can be wrong

2003-09-23 Thread Jakob Eriksson
Index: dlls/kernel/tests/console.c === RCS file: /home/wine/wine/dlls/kernel/tests/console.c,v retrieving revision 1.2 diff -u -r1.2 console.c --- dlls/kernel/tests/console.c 21 Jun 2003 02:07:10 - 1.2 +++ dlls/kernel/tests/c

Re: [winegcc10] Search standard libraries last

2003-09-23 Thread Dimitrie O. Paun
On Tue, 23 Sep 2003, Richard Cohen wrote: > ... isn't it clear that the comment refers to libraries that couldn't be > found (in the -L library search path). It's fine, thanks for the explanation. -- Dimi.

Re: Configuration parameters

2003-09-23 Thread Dimitrie O. Paun
On Tue, 23 Sep 2003, Francois Gouget wrote: > Do you mean to remove the option altogether and hard-code it to > 'managed'? That was the intention at the time. I've changed it since to regedit -- it's good enough for now. I am aware of the Z-order problems, hopefully we'll get most apps to work in

Re: [winegcc10] Search standard libraries last

2003-09-23 Thread Richard Cohen
Dimitrie O. Paun wrote: OK, so I'm confused: if we both agree that we should be passing .a and .so stuff to gcc, why are we ignoring these libs? (At this point, I'm not sure at all of the context of the patch, it may be that just the comment is a bit confusing). The patched code looks like ... ---

Re: Configuration parameters

2003-09-23 Thread Francois Gouget
On Wed, 17 Sep 2003, Dimitrie O. Paun wrote: [...] > -- Do everybody agree with the "Needed" column? Most importantly, > do you see items marked as "cfg" that shouldn't, or items that > are not marked as "cfg" and they should? Please take a few min > to review the list, so we can h

Re: Wine lecture slides

2003-09-23 Thread Francois Gouget
On Mon, 22 Sep 2003, Francois Gouget wrote: [...] > > The lecture was given several months ago, but I'm going to repeat it in > > about a month. If you have any comments, please send them over for > > inclusion for next time. Maybe we could also announce such presentations on WineHQ's front page,

Re: CreateBitmap fails

2003-09-23 Thread Jarkko Lavinen
Thanks Jerry, your second patch solved the bug 1715 against Wine-20030911. There are still lots of errorr messages: err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4 but these seem harmless. Jarkko Lavinen

Re: Install regression

2003-09-23 Thread Vincent Béron
Le mar 23/09/2003 à 07:09, Mike Hearn a écrit : > It's kind of sad nobody noticed this for so long, but it seems the new > visual regedit tool caused a major regression in the ./tools/wineinstall > script - of course rather than simply importing the winedefault.reg file > it now pops up the regedit

Re: [dcom 4] More header file stuff

2003-09-23 Thread Dimitrie O. Paun
On September 23, 2003 07:11 am, Mike Hearn wrote: > Hmm. How do I know what they should be? I missed the header dependencies > work, not sure what I have to do here. Don't add/remove includes to header files, unless you *know* that include is/isn't in the MS headers. It's hard to say if you do

Re: Will wine get to 1.0 before the win32 APIs are obsolete?

2003-09-23 Thread Mike Hearn
On Mon, 2003-09-22 at 20:05, Jakob Eriksson wrote: > > The other week I received a little program from a friend. I tried to > run it in Wine. > It didn't work at all. It was a dotNET - compiled EXE. > What error did you get from Wine? We should patch it to inform users that this is the case,

Re: [dcom 4] More header file stuff

2003-09-23 Thread Mike Hearn
On Mon, 2003-09-22 at 19:11, Alexandre Julliard wrote: > Mike Hearn <[EMAIL PROTECTED]> writes: > > > Ensure the header files work with upcoming DCOM patches > > We finally have correct header dependencies now, please don't start > breaking them again. Hmm. How do I know what they should be? I m

Re: font metrics rebuilding

2003-09-23 Thread Nerijus Baliunas
On Tue, 23 Sep 2003 14:08:33 +0300 (EEST) Nerijus Baliunas <[EMAIL PROTECTED]> wrote: > I ssh to remote machine, which is not running X, and run console > win32 application on it. Now 2 questions: > > It seems remote wine uses my local fonts when rebuilding, > could it be so? DISPLAY=localhost:10

Install regression

2003-09-23 Thread Mike Hearn
It's kind of sad nobody noticed this for so long, but it seems the new visual regedit tool caused a major regression in the ./tools/wineinstall script - of course rather than simply importing the winedefault.reg file it now pops up the regedit window. I'd submit a patch but I have no idea why thi

font metrics rebuilding

2003-09-23 Thread Nerijus Baliunas
Hello, I ssh to remote machine, which is not running X, and run console win32 application on it. Now 2 questions: It seems remote wine uses my local fonts when rebuilding, could it be so? DISPLAY=localhost:10.0 on remote pc. How to disable font metrics rebuilding? I don't think fonts are needed

Re: What todo with stubs in Winlib

2003-09-23 Thread Boaz Harrosh
I will share all my source & make environment, including .diff patches to ATL/WTL/MFC so any wtl mfc activex project should compile. I intend to supply example projects for MFC GUI and ODBC, WTL apps and ATL com controls all compiled with winelib on Linux. I will show how to compile the C runt