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

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: 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.0 on

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 missed

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

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: 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: 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, in

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: 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 OS

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

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

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

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

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

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

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 +++

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

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

Re: Install regression

2003-09-23 Thread Mike Hearn
On Tue, 2003-09-23 at 13:26, Vincent Bron 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 this

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: 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 run?

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

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/

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 and

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: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