Re: Fix comctl32 tests

2003-09-02 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: ChangeLog DPA_Create is exported by ordinal only, do not import it by name. That shouldn't be necessary, it's automatically handled when resolving the import. That's probably a bug in the mingw import library. -- Alexandre Julliard [EMAIL

Re: faq merge #2 -- Alexandre please look over the first patch :)

2003-09-02 Thread Alexandre Julliard
Tom [EMAIL PROTECTED] writes: changelog merge from lostwages faq It doesn't build here, that's because of the '' in the rpmseek.com URL, I'm not sure what's the correct way to escape that: documentation/faq.sgml:1386:93:E: general entity cx not defined and no default entity

Re: Building winetests as a winelib app (Was: Re: Source release and download directory)

2003-09-02 Thread Dimitrie O. Paun
On September 1, 2003 02:29 pm, Jakob Eriksson wrote: Sure. A reason as good as any. I assume you mean as a Winelib app? Maybe someone can show me later how that is done. Yes, I mean a Winelib app. We can worry about this later, but for now, please keep it in mind. -- Dimi.

Re: Janitorial: Include statements should use instead of

2003-09-02 Thread Alexandre Julliard
Andrey Warkentin [EMAIL PROTECTED] writes: Currently done: wine/controls/* and wine/dlls/gdi/* (with the exception of wine/dlls/gdi/tests/generated.c) ChangeLog Include statements use instead of in files in wine/controls and wine/dlls/gdi This was discussed already, there's no

Re: listview expert required (again)

2003-09-02 Thread Dimitrie O. Paun
On September 1, 2003 03:46 pm, Eric Pouech wrote: configuration : - a listview in autoarrange mode - adding item one after the other - say the first item is created with the selection (LVIS_SELECTED) - some more items are inserted without the selection - in some cases, the selection will

Re: faq merge #2 -- Alexandre please look over the first patch :)

2003-09-02 Thread Marcus Meissner
On Mon, Sep 01, 2003 at 06:19:17PM -0700, Alexandre Julliard wrote: Tom [EMAIL PROTECTED] writes: changelog merge from lostwages faq It doesn't build here, that's because of the '' in the rpmseek.com URL, I'm not sure what's the correct way to escape that: amp; should be the escape

Re: AW: Windows Video Drivers on Linux

2003-09-02 Thread Ove Kaaven
man, 01.09.2003 kl. 16.28 skrev Klaus Gerlicher: What it does is to emulate win32k.sys and videoprt.sys functionality and hook the X server up to use any available driver for Win2K/XP. The display driver in windows is a two component model, one DLL and one SYS. The DLL (display driver)

Fwd: wine without w*nd*ws

2003-09-02 Thread Sylvain Petreolle
It seems winecheck needs a fix here, right ? Checking drive Z settings: 022. Checking Path option... SUSPICIOUS (/ is not writable for you). regedit should return a success message, shouldn't it ? /usr/local/wine/programs/regedit$ regedit ../../winedefault.reg

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: Changelog: Move the Wine internal headers to includedir/wine/wine rather than includedir/wine. Why do you want to do that? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Move Wine internal headers

2003-09-02 Thread Vincent Béron
Le lun 01/09/2003 à 20:13, Alexandre Julliard a écrit : Vincent Béron [EMAIL PROTECTED] writes: Changelog: Move the Wine internal headers to includedir/wine/wine rather than includedir/wine. Why do you want to do that? winegcc doesn't include eg /usr/include, so the headers

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: winegcc doesn't include eg /usr/include, so the headers referencing internal ones (mostly OLE related) fail. I thought it was cleaner to move wine internal stuff than to break down the includedir variable in Makefile to get to the parent of

Re: Move Wine internal headers

2003-09-02 Thread Steven Edwards
--- Alexandre Julliard [EMAIL PROTECTED] wrote: OK, I see. I think the idea with winegcc at this point is that if you install Wine in a non-standard directory, you have to specify the include path yourself, just like you need to ensure the Wine tools are in your PATH. Besides, this shouldn't

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: I was also thinking about submitting a patch to move any of the *16 headers and internal headers that dont exist in the PSDK to include/wine. Is this ok? The 16-bit headers should already be in include/wine; if we have missed some then sure it's ok to

config error

2003-09-02 Thread Moreno
Hi, When i try to use the variable ${HOME} in the wine config file don't work. some one can tell me if there is a reson or is a bug? bye -- Moreno [EMAIL PROTECTED]

Re: config error

2003-09-02 Thread Michael Stefaniuc
On Tue, Sep 02, 2003 at 10:49:45AM +0200, Moreno wrote: Hi, When i try to use the variable ${HOME} in the wine config file don't work. some one can tell me if there is a reson or is a bug? Support for the use of enviroment variables in the config file was removed not too long ago. You need

Re: config error

2003-09-02 Thread Vincent Béron
Le mar 02/09/2003 à 05:20, Michael Stefaniuc a écrit : On Tue, Sep 02, 2003 at 10:49:45AM +0200, Moreno wrote: Hi, When i try to use the variable ${HOME} in the wine config file don't work. some one can tell me if there is a reson or is a bug? Support for the use of enviroment

Re[2]: config error

2003-09-02 Thread Phil Krylov
Hello Michael, Tuesday, September 2, 2003, 1:20:49 PM, you wrote: MS On Tue, Sep 02, 2003 at 10:49:45AM +0200, Moreno wrote: Hi, When i try to use the variable ${HOME} in the wine config file don't work. some one can tell me if there is a reson or is a bug? MS Support for the use of

Resource .ani support

2003-09-02 Thread flyker
resource.rc : ... /* for Modern Wait Cursor support */ IDC_CLOCK1CURSOR waitphar.ani ... wrc error: Oops, segment violation When WineLib will support this ?

x11drv/INS versions in sample config

2003-09-02 Thread Tom
Hello, would adding _ins0166._mp, _ins0366._mp, _ins0433._mp, _ins5501._mp, _ins5567._mp, _ins5577._mp to /documentation/samples/config be productive? Marcus can you share your thoughts on this? Tom

Re: Wine 0.9 progress

2003-09-02 Thread Jeremy Newman
On Sat, 2003-08-30 at 09:27, Dimitrie O. Paun wrote: On August 30, 2003 05:59 am, Jakob Eriksson wrote: I change my mind. I want a new mailing list! :-) What is the name of it? Cool :-) It's [EMAIL PROTECTED] Jer, can you set it up please when you get a chance?

Mailing list for tests

2003-09-02 Thread Jakob Eriksson
So, is there a mailing list I can direct the test results to? Somebody was going to create it... regards, Jakob

Re: [ANN] Conformance testing campaign

2003-09-02 Thread Ferenc Wagner
Greetings again! Thank you very much for answering my call. The 9 reports for 5 different Windows versions gave some insight into the situation. So now I head to the following: 1. Native build tests. As a first step, I provide a collection of source/project/desktop files which I think

Re: Mailing list for tests

2003-09-02 Thread Jeremy Newman
On Tue, 2003-09-02 at 08:05, Jakob Eriksson wrote: So, is there a mailing list I can direct the test results to? Somebody was going to create it... http://www.winehq.org/mailman/listinfo/wine-tests-results [EMAIL PROTECTED] I'll update the Forums page on the site about this in a little bit. I