On Fri, 2005-08-05 at 14:28 +0900, Mike McCormack wrote:
> James Liggett wrote:
>
> > This patch fixes an "Invalid Argument" error in GetCommState when a
> > program tries to get information about a usbserial device. With this
> > patch, Wine provides a "fake" serial device control block to a Win
James Liggett wrote:
This patch fixes an "Invalid Argument" error in GetCommState when a
program tries to get information about a usbserial device. With this
patch, Wine provides a "fake" serial device control block to a Windows
program requesting it, such that the program believes that it's
in
Looks like someone else is having this problem. I've
tried looking at listview.c and the treeview
equivalent as well, but I can't made heads or tails of
it. I have no experience with C.
Anybody on this list make any changes to listview or
treeview in the last few months?
Hiji
> --- Additio
On Fri, 5 Aug 2005 13:22, Dmitry Timoshkov wrote:
> I very carefully have read your mail, the code, and the results you have
> got. Did you try to remove SetCPGlobal calls and see whether it actually
> changes anything?
Obviously you didn't, because if you did you'd realise that each program
per
"Troy Rollo" <[EMAIL PROTECTED]> wrote:
> > I skipped everything else since the tests apparently do not run on a proper
> > (or rather expected) locale, and the results basically show what you would
> > get on an english locale without SetCPGlobal hacks.
>
> You clearly neither read my message ve
On Fri, 5 Aug 2005 12:59, Dmitry Timoshkov wrote:
> I skipped everything else since the tests apparently do not run on a proper
> (or rather expected) locale, and the results basically show what you would
> get on an english locale without SetCPGlobal hacks.
You clearly neither read my message ver
"Troy Rollo" <[EMAIL PROTECTED]> wrote:
> I have just finished running a series of tests using the attached programs -
> msgchar, msgchar2 and msgchar3.
>
> * The short version:
>
> WM_CHAR messages are delivered "immediately" whether sent by SendMessage or
> PostMessage.
Actually not immedia
On 8/3/05, Tobias Gruetzmacher <[EMAIL PROTECTED]> wrote:
> Hi,
>
> after submitting my bugreport
> http://bugs.winehq.com/show_bug.cgi?id=3175 I curefully checked the
> transfer directions in dlls/ntdll/cdrom.c. I think, they are reversed at
> two places.
>
> The attached patch fixes my reported
From: "Christian Costa" <[EMAIL PROTECTED]>
> Well, I chose this name because the Direct Show SDK provides the
> strmbase.lib library.
> The purpose is quite the same so I kept the same name and prefixed it
> since it's wine specific.
But if that's the case, shouldn't we just name it strmbase
an
Am Donnerstag, 4. August 2005 21:02 schrieb Jacek Caban:
> Michael Jung wrote:
> >On Thursday 04 August 2005 18:35, Stefan Leichter wrote:
> >>current cvs does not compile for me. Im on SuSE 9.0
> >
> >This seems to be a missing configure check for the libxml2 development
> >headers. For a quick fi
Am Donnerstag, 4. August 2005 11:41 schrieb Kai Blin:
> * Stefan Leichter <[EMAIL PROTECTED]> [03/08/05, 19:47:08]:
> > you have to include your test into programs/winetest/Makefile.in too, to
> > get your test into the winetest.exe, which delivers the results for
> > http://test.winehq.org/data/ .
Dimi Paun wrote:
From: "Christian Costa" <[EMAIL PROTECTED]>
Add winestrmbase library and make quartz use it.
If this is wine specific, and it's supposed to be
streambase library, I think winestreambase is maybe
a clearer name, winestrmbase makes it sound like
a string processing lib.
Michael Jung wrote:
On Thursday 04 August 2005 18:35, Stefan Leichter wrote:
current cvs does not compile for me. Im on SuSE 9.0
This seems to be a missing configure check for the libxml2 development
headers. For a quick fix on Debian sarge you can install the libxml2-dev
package.
On Thursday 04 August 2005 18:35, Stefan Leichter wrote:
> current cvs does not compile for me. Im on SuSE 9.0
This seems to be a missing configure check for the libxml2 development
headers. For a quick fix on Debian sarge you can install the libxml2-dev
package.
Bye,
--
Michael Jung
[EMAIL PR
From: "Christian Costa" <[EMAIL PROTECTED]>
> Add winestrmbase library and make quartz use it.
If this is wine specific, and it's supposed to be
streambase library, I think winestreambase is maybe
a clearer name, winestrmbase makes it sound like
a string processing lib. :)
--
Dimi Paun <[EMAIL P
Stefan Leichter wrote:
> Hello,
>
> current cvs does not compile for me. Im on SuSE 9.0
Hi,
I can't acknowledge that for the sources I pulled at 19:00 CET from the
EU cvs on Debian 3.1.
Christian
Hello,
current cvs does not compile for me. Im on SuSE 9.0
Bye Stefan
make[2]: Entering directory `/usr/src/wine/wine-build/dlls/msxml3'
gcc -c -I../../../wine/dlls/msxml3 -I. -I../../../wine/include -I../../include
-D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-
"Steven Edwards" <[EMAIL PROTECTED]> wrote:
> Well, it's older than the version of libxml2 I'm using here, which is
> libxml2-2.6.19-i686-1dl for slackware. If you don't use xmlReadIO, then
> you could use xmlReadMemory I guess. The whole file would need to be
> read into memory first.
Or
Hi Rob (and Lionel),
While debugging a game where there is the same problem, I did exactly
the same fix.
However, although this works, it is horribly slow. Do you have the same
issue?
Maybe this is the reason this was commented out.
I wonder if SYNC_UPDATE and OWN_WINDOW stuff has been written
Hi,
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> > Well, it's older than the version of libxml2 I'm using here, which is
> > libxml2-2.6.19-i686-1dl for slackware. If you don't use xmlReadIO, then
> > you could use xmlReadMemory I guess. The whole file would need to be
> > read into memo
* Stefan Leichter <[EMAIL PROTECTED]> [03/08/05, 19:47:08]:
> you have to include your test into programs/winetest/Makefile.in too, to get
> your test into the winetest.exe, which delivers the results for
> http://test.winehq.org/data/ .
Whoops. Ok, sure. I'll fix that when I've fixed the patc
johan kdks wrote:
My friend has a Linux PC and when he inserts a CD or DVD, it popups up the
cover art automatically and displays all sorts of extended data, like the
actors in the film, the studio that released the cd, etc. And we tried 100 or
so discs and it recognized every one perfectly,
"Mike McCormack" <[EMAIL PROTECTED]> wrote:
> > | /usr/src/wine-cvs/wine/conftest.c:130: undefined reference to `xmlReadIO'
>
> > $ rpm -qf $(locate libxml/parser.h)
> > libxml2-devel-2.5.11-0.fdr.1.rh80
> >
> > Is it too old?
>
> Well, it's older than the version of libxml2 I'm using here, whi
Saulius Krasuckas wrote:
| /usr/src/wine-cvs/wine/conftest.c:130: undefined reference to `xmlReadIO'
$ rpm -qf $(locate libxml/parser.h)
libxml2-devel-2.5.11-0.fdr.1.rh80
Is it too old?
Well, it's older than the version of libxml2 I'm using here, which is
libxml2-2.6.19-i686-1dl for slac
* On Thu, 4 Aug 2005, Mike McCormack wrote:
>
> I think that the problem is your libxml2 library is not being detected
> properly. You might check that in the config.log.
Oh yes, one test fails here:
| configure:8883: checking for xmlReadIO in -lxml2
| configure:8913: gcc -o conftest -g -O2 -
Saulius Krasuckas wrote:
bash-3.00$ grep XML2INCL config.status config.log dlls/msxml3/Makefile.in
config.status:s,@XML2INCL@,-I/usr/include/libxml2,;t t
config.status:s,@XML2INCL@,,;t t
I think that the problem is your libxml2 library is not being detected
properly. You might check tha
* On Thu, 4 Aug 2005, Mike McCormack wrote:
>
> Could you try running ./configure again
I did it several times already.
> and checking for XML2INCL in config.status and config.log? This is the
> output on my machine:
Pasted inline:
> bash-3.00$ grep XML2INCL config.status config.log dlls/ms
27 matches
Mail list logo