As of two month ago I had a problem with asynch reading from serial port.
Synchronous reading worked.
Don't know if it indeed fixed or not (don't have access to the hardware
and software anymore).
Vitaliy
Tuesday, May 24, 2005, 11:40:29 PM, you wrote:
> Hey guys, this one was (obviously) reporte
Hey guys, this one was (obviously) reported a while back, and the
offending patch was found a while back as well, but it appears that mike
(at codeweavers dot com) never was able to get around to it..
Basically it is an issue that a solar panel reading application cant
retrieve information via
Hey guys, this bug was reported, but recently (without updating wine
from what I can tell), the reporter updated the kernel with yum.. After
doing so, the game launches perfectly (except for the copy protection
getting in the way).. Any comments on why this might happen? The
reporter should b
On Wed, 2005-05-25 at 02:15 +0200, Francois Gouget wrote:
> So there's really no point to focus on Locale::gettext.pm.
You are right, all these dependencies are crazy.
First, perl modules are evil. They are outside the packaging
system, and I had only pain and suffering from them.
Second, if the
On Wed, 2005-05-25 at 00:43 +0100, Mike Hearn wrote:
> Thoughts?
Go for it! We can see how well it works over the next couple of month.
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Detlef Riekenberg wrote:
Am Montag, den 23.05.2005, 13:18 +0200 schrieb Francois Gouget:
Can we easily patch it to get rid of it? We don't need localized
messages, maybe we can provide a dummy gettext.pm?
For the winetools shell-script, i use this function, ...
po4a is all perl so this doe
Hi guys,
Raphael pointed out on IRC that the great OpenGL work that went into the
last release wasn't mentioned in the "What's new" list that goes out with
each snapshot.
As it's unreasonable to expect Alexandre to remember or mention every
large piece of work that goes into any given release, ho
On Tuesday 24 May 2005 12:15, Alexandre Julliard wrote:
> Raphael <[EMAIL PROTECTED]> writes:
> > Hi,
> >
> > This times symt model construction seems good :)
> >
> > But for debug lines, i don't really understand the sm/regs concept :(
> >
> > Changelog:
> > - implement dwarf2_find_symt_by_ref an
--- Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Checking against This->pidlRoot makes writing work.
> Is the attached patch correct?
That appears as if it would work. Although I must say my curiosity isn't
quite satisfied. There's the comment in shlfldr_fs.c about dwAttributes,
saying it shoul
Chuck Hall wrote:
Guess that means I need to learn autoconf and related stuff.
I just want to make sure you understood that when Eric Frias wrote:
... Winelib only, of course, none of the emulation stuff is going to
work on Sparc.
What that means is that you won't be able to run Windows p
On Tue, 24 May 2005 [EMAIL PROTECTED] wrote:
> Hello,
>
> Im trying to compile with winelib the notepad following the steps in the
> user guide.
> When I run the make command, the compiler gives me errors with the .rc
> files.
> Then I try to compile without these files and the compiler gives me
On Mon, 23 May 2005, Eric Frias wrote:
> Chuck Hall wrote:
> > I should have mentioned what tools I'm using and the why I sent the patch.
> > I am using the native Sun assembler and linker. The Sun assembler does
> > not understand the .previous so that is the reason for the patch.
>
> Makes
On Tue, 2005-05-24 at 12:37 -0500, Dustin Navea wrote:
> Alexandre, Jeremy, is there any chance that a link to the bugzilla wiki
> could be put into the sidebars for the winehq main page and the bugzilla
> main page? That way people can read that, as it has some preferred
> guidelines on postin
On Tuesday 24 May 2005 22:45, Stefan Dösinger wrote:
> Is the attached patch correct? I am not sure because I don't know much
> about these things, so I am not submitting it to wine-patches yet.
> Any suggestions?
Just realized that there's still a problem with your patch. At the moment, you
are
On Tuesday 24 May 2005 22:45, Stefan Dösinger wrote:
> On an write-protected
> folder, this check still succeeds(the read-only flag is removed).
This is from ntdll/directory, line 792:
if (!(st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)))
info->FileAttributes |= FILE_ATTRIBUTE_READONLY;
So the
Am Dienstag, 24. Mai 2005 16:57 schrieb Afkhampour, Cyrus:
> Hi I am trying to learn how to use winelib/wine as I am trying to port a
> piece of code from windows to Linux and was told that wine might be the
> tool to use. I have downloaded wine and begna the winelib tutorial but
> now I can not fi
Am Dienstag, 24. Mai 2005 17:10 schrieb Juan Lang:
> Hi Stefan,
>
> --- Stefan Dösiner <[EMAIL PROTECTED]> wrote:
> > How do I handle apidl == NULL? As far as I understand, apidl specifies a
> > list
> > of folders/files to be checked, right? If apidl == 0, what folder should
> > I
> > check. Is th
Title: Help with winelib and development
Hi I am trying to learn how to use winelib/wine as I am trying to port a piece of code from windows to Linux and was told that wine might be the tool to use. I have downloaded wine and begna the winelib tutorial but now I can not find the winemaker fil
Dimi Paun wrote:
From: "Chris Watmore" <[EMAIL PROTECTED]>
This patch adds tests for the itss dll.
Please no Perl or Shell scripts -- they will not
run on Windows, where we ship tests via winetest.
Just code them in C, it shouldn't be too hard.
The scripts Chris submitted are use
From: "Chris Watmore" <[EMAIL PROTECTED]>
> This patch adds tests for the itss dll.
Please no Perl or Shell scripts -- they will not
run on Windows, where we ship tests via winetest.
Just code them in C, it shouldn't be too hard.
--
Dimi Paun <[EMAIL PROTECTED]>
Lattica, Inc.
Hey everyone, I've just finished the bugzilla wiki.. If anyone has any
comments or changes, go ahead and post them.
Alexandre, Jeremy, is there any chance that a link to the bugzilla wiki
could be put into the sidebars for the winehq main page and the bugzilla
main page? That way people can r
Hi Stefan,
--- Stefan Dösiner <[EMAIL PROTECTED]> wrote:
> How do I handle apidl == NULL? As far as I understand, apidl specifies a
> list
> of folders/files to be checked, right? If apidl == 0, what folder should
> I
> check. Is there some 'current folder' in the IShellFolder class? I
> didn't
On Tue, May 24, 2005 at 05:24:11PM +0200, Alexandre Julliard wrote:
> You should be able to build by simply copying over wine/test.h, it's
> supposed to compile with MSVC too. If it doesn't this should be
> fixed. There's no reason to add special magic in every test file for
> that.
Okay, cool. T
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes:
> What about instead of the send_ncpaind/send_erase when child==prev (assuming
> this to be the more 'unusual' case and not the norm) I build a list of the
> hwnds and validate their update region. When the loop completes, for each
> hwnd left i
Kees Cook <[EMAIL PROTECTED]> writes:
> Hi! My crypt32 protectdata tests were just added to CVS (thanks!) but
> they were added without the #ifndef STANDALONE stuff that exists in the
> recommended example from the lzexpand test code. The steps here:
> http://www.winehq.com/site/docs/wine-deve
From: "Kees Cook" <[EMAIL PROTECTED]>
> Is there some new way to build standalone tests, or should I send a
> patch for re-including the #ifndef STANDALONE stuff for the tests?
Please don't add the ugly #idfes back.
What you need is an out-of-source (dummy)
implementation of the Wine test framew
Hi! My crypt32 protectdata tests were just added to CVS (thanks!) but
they were added without the #ifndef STANDALONE stuff that exists in the
recommended example from the lzexpand test code. The steps here:
http://www.winehq.com/site/docs/wine-devel/testing-windows
don't have a method for doing
I installed PowerPaint (free on thw Net, somewhere) OK, but when I try
to run it I get a message box telling me the installation is corrupt,
and the following output from Wine.
[EMAIL PROTECTED]:~/.wine/drive_c/Program Files/FLISoft/PowerPaint> wine
PowerPaint.exe
fixme:shell:SHGetFileInfoW s
>the resulting patch that was attached to the bug do fix the problem. I'm
>not sure if the patch has been committed to CVS, but if it hasn't it
>probably should before the next wine release...
No it hasn't. The problem is that the fix does indeed solve the problem, but
also makes the behaviou
Hello,
Im trying to compile with winelib the notepad following the steps in the
user guide.
When I run the make command, the compiler gives me errors with the .rc
files.
Then I try to compile without these files and the compiler gives me the
next error:
bash-2.03$ make
gcc -c -I. -I/usr/local/i
Yes this seems to relate to the issue I was having with one of my Delphi
apps under wine.
I had some fancy degraded frames I had added to Tpanel and this sent
recent wine into a infinite redraw situation.
I just modded the source for now and am running it under wine-20041019-r3
I _think_ t
2005-05-24 Kouji Sasaki <[EMAIL PROTECTED]>
(B
(B> > Hence, the modification was made so that the text selection by mouse
(B> movement will only occur when edit control itself sets the capture.
(B>
(B> OK, I'm sold, but can you please resubmit the patch with
(B> an appropriate comment expl
Eric Pouch wrote:
I've been on vacation for a few days but want to comment on this.
> > for it, as rolf kalbermatter pointed out in
> > http://www.winehq.com/?issue=274#Video%20Capture%20in%20Windows
>
> as already stated, drivers should be written as follows:
> 1/ since it's wine specific, its
> > > > Changelog:> > - implement dwarf2_find_symt_by_ref and dwarf2_add_symt_ref using hashtables> > - some debug lines defines> > - handle forwards references (ie dwarf2_find_symt_by_ref returns NULL) using > > ref hashtable> > - better traces > > It doesn't compile, you probably forgot part of
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes:
Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes:
>> @@ -448,7 +448,9 @@ const char *fullname = name; int ret = -1;
>>
>> - FIXME(":not translating name %s to locate program\n",fullname); +
>> /* Is this reall
Uwe Bonnes <[EMAIL PROTECTED]> writes:
> @@ -448,7 +448,9 @@
>const char *fullname = name;
>int ret = -1;
>
> - FIXME(":not translating name %s to locate program\n",fullname);
> + /* Is this really a WARN? Native msvcrt doesn't seem to translate the
> argumentsd neither
> + [EMAIL
Raphael <[EMAIL PROTECTED]> writes:
> Hi,
>
> This times symt model construction seems good :)
>
> But for debug lines, i don't really understand the sm/regs concept :(
>
> Changelog:
> - implement dwarf2_find_symt_by_ref and dwarf2_add_symt_ref using hashtables
> - some debug lines defines
>
> > > Print file offset instead of obscure 'prefix' while dumping data.> > prefix is used to properly indent the output of the dump, so you do want to keep > > the prefix (this doesn't prevent you from adding the offsets for dumps)> > The offset is going to replace the prefix, not to coexist with
Richard Cohen <[EMAIL PROTECTED]> writes:
> Rediffed against HEAD
>
> Richard Cohen wrote:
> > ... and almost certainly Win9x, 2k, XP
> > Changelog:
> > + IEnum::Clone shouldn't do a Reset.
> > + Don't assume the ROT is already empty when testing
The tests fail here:
../../../tools/runtest
(Sent from old email account this time, since I haven't registered the new
one yet!)
>the resulting patch that was attached to the bug do fix the problem.
>I'm
>not sure if the patch has been committed to CVS, but if it hasn't it
>probably should before the next wine release...
No it hasn't.
Michael Jung wrote:
Hi Alexandre,
could you please give a short comment on this one:
http://www.winehq.org/hypermail/wine-patches/2005/05/0533.html
My guess is switching on the windows version should be avoided. If
that's not possible we should try not to use functions that return
diffe
Mike Hearn wrote:
>On Mon, 23 May 2005 21:31:26 +0200, Jacek Caban wrote:
>
>
>>3. Window is displayed and Wine communicates with X11 window
>>using XEmbed protocol
>>
>>
>
>How does this work if the app wants to embed an X window as a child win32
>window? We no longer map child win32 wi
Hi Alexandre,
could you please give a short comment on this one:
http://www.winehq.org/hypermail/wine-patches/2005/05/0533.html
Thanks,
--
Michael Jung
[EMAIL PROTECTED]
43 matches
Mail list logo