This is more directed toward Jason, but I figure everyone should see it.
As comments 9-11 note in this bug, the notes mentioned in
http://www.winehq.org/hypermail/wine-devel/2005/05/0420.html and the
resulting patch that was attached to the bug do fix the problem. I'm
not sure if the patch ha
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 does not work.
Dimi Paun escreveu:
On Mon, 2005-05-23 at 20:39 +0100, Ann and Jason Edmeades wrote:
Hiya, Is there any way to change the email address I am registered
with for the wine mailing lists, bug tracking, Changelog etc, or is
the best way just to reregister for them all with a different id?
This patch breaks installation of Microsofts MSI 2.0, InstMsiA.exe.
During install with
WINEDLLOVERRIDES="msiexec.exe=n,b" wine InstMsiA.exe
there comes the error:
"Installer besitzt keine ausreichenden Berechtigungen, um
diese Datei zu verändern: C:\Config.Msi\658-rbf."
The file is:
[EM
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 windows to child X windows since the
WM r
On Mon, 2005-05-23 at 20:39 +0100, Ann and Jason Edmeades wrote:
> Hiya, Is there any way to change the email address I am registered
> with for the wine mailing lists, bug tracking, Changelog etc, or is
> the best way just to reregister for them all with a different id?
That's the way you do it A
Am Montag, den 23.05.2005, 15:21 +0900 schrieb Dmitry Timoshkov:
> > shell32.dll SHHelpShortcuts_RunDLL*
> > Question for 3:
> > What Parameter / Which Commands did you knew?
> > FontsFolder
> > PrintersFolder
> > AddPrinter
> > PrintTestPage
> > Connect
> > Disconnect
> I think that answers t
Stefan wrote:
> There's a check for this case:
> if (cidl && !apidl)
> return E_INVALIDARG;
>
> MSDN doesn't give me a hint what to do if cidl is set to 0. If I
> change the if line to "if (!cidl && !apidl)" (so E_INVALIDARG is
> returned to office), saving the file works. Should this
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 sense. If you get the Sun assembler to work, we should
Am Montag, den 23.05.2005, 13:22 +0200 schrieb Francois Gouget:
> I'm setting aside the French locale issue which confirms what Dimi is
> seeing because there's another error which is pretty strange there.
>
> > make[1]: Verlasse Verzeichnis »/home/detlef/wine.cvs/bin/en«
> > make[1]: Gehe in Ve
Hiya, Is there any way to change the email address I am registered with for
the wine mailing lists, bug tracking, Changelog etc, or is the best way just
to reregister for them all with a different id?
Jason
>> if ((hrgn = send_ncpaint( child, NULL, &erase_flags )))
>> send_erase( child, erase_flags, hrgn, NULL, NULL );
>>
>> -prev = 0;
>> +break;
>The problem is that this will cause children to be skipped too. What
>you really need is to repaint
Hello.
As I'm working on getting MSHTML to work using Linux
Gecko, I need support of XEmbed embedding in Wine.
It can be also useful for Winelib applications (and maybe
in future for some other parts of Wine) to show the X11
windows in Wine. My current version of XEmbed patch
and a simple test app
Hello,
I'm doing a few test with Microsoft Office 2003, and one of the problems I
notice is that any app(word, excel, powerpoint, access tested) refuses to
save new files. Whenever I try to save a file Office tells me that the folder
is write-protected. Opening an existing file and saving it aga
On Mon, 23 May 2005, Eric Frias wrote:
> Chuck Hall wrote:
> > I have heard that people are using Wine on Solaris. I would like to know
> > if they are using Wine on the SPARC version or the x86 version of Solaris?
>
> I'm using it on the Sparc version, with Solaris 7 and 8. Winelib only,
> of
Chuck Hall wrote:
I have heard that people are using Wine on Solaris. I would like to know
if they are using Wine on the SPARC version or the x86 version of Solaris?
I'm using it on the Sparc version, with Solaris 7 and 8. Winelib only,
of course, none of the emulation stuff is going to work
Alexandre Julliard wrote:
A todo is supposed to mark something that will need to be addressed
later on. Obviously we can't fix the Windows code, so that's not a
todo, it's just a behavior of the API that should either be handled by
the test, or simply not tested at all if the results are not reli
Richard Cohen <[EMAIL PROTECTED]> writes:
> This is failing because ExpandEnvironmentStringsA is returning twice
> the number of characters it should.
>
> I would like to mark this test (and some others) as todo(nt40), but
> the testing framework isn't flexible enough to let me do that (the
> onl
Brian Vincent <[EMAIL PROTECTED]> writes:
> like msiexec, taskmgr didn't have have a launcher script
It's really a namespace issues, we don't want to pollute the global
/usr/bin with more apps than strictly necessary. Unlike msiexec,
taskmgr isn't Windows-specific enough IMO to export it this way
Robert Shearman <[EMAIL PROTECTED]> writes:
> Alexandre Julliard wrote:
>
> >sparse should be taught that 0 is a perfectly fine value (and IMO
> >preferable to NULL) for handles.
>
> I don't really understand this reasoning. Should gcc also be taught
> not to warn when we try to assign -1 to a h
Greetings,
I have heard that people are using Wine on Solaris. I would like to know
if they are using Wine on the SPARC version or the x86 version of Solaris?
There does seem to be code within Wine to have it run on SPARC machines,
but it currently does not seem to compile, at least on the Solar
Alexandre Julliard wrote:
Robert Shearman <[EMAIL PROTECTED]> writes:
Changelog:
Fix sparse warnings.
sparse should be taught that 0 is a perfectly fine value (and IMO
preferable to NULL) for handles.
I don't really understand this reasoning. Should gcc also be taught not
to warn
On Mon, 2005-05-23 at 13:18 +0200, Francois Gouget wrote:
> However it seems kind of ironical to me to disable localization
> in a tool meant to produce a localized version of the documentation
People that do the translation must know English anyhow.
I think it's way more important to have a work
Detlef Riekenberg wrote:
[...]
I'm setting aside the French locale issue which confirms what Dimi is
seeing because there's another error which is pretty strange there.
make[1]: Verlasse Verzeichnis »/home/detlef/wine.cvs/bin/en«
make[1]: Gehe in Verzeichnis »/home/detlef/wine.cvs/bin/fr«
cd
Detlef Riekenberg wrote:
Am Freitag, den 20.05.2005, 07:39 -0400 schrieb Dimi Paun:
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 does not
Richard Cohen wrote:
This fixes a longstanding bug whereby winemine would move 1 pixel down
the screen for every new game.
Changelog:
- Fix off-by-one in menu height calculation (& therefore
AdjustWindowRect) + test
diff -N -u -r -p dlls/user/nonclient.c dlls/user/nonclient.c
--- dlls
Alexandre Julliard wrote:
Robert Shearman <[EMAIL PROTECTED]> writes:
Changelog:
Fix sparse warnings.
sparse should be taught that 0 is a perfectly fine value (and IMO
Linus wont agree to that. I didn't ask him but seen some of his posts to
lklm regarding this matter.
preferable to NULL
Robert Shearman <[EMAIL PROTECTED]> writes:
> Changelog:
> Fix sparse warnings.
sparse should be taught that 0 is a perfectly fine value (and IMO
preferable to NULL) for handles.
--
Alexandre Julliard
[EMAIL PROTECTED]
Hi Uwe,
On Monday 23 May 2005 10:02, Uwe Bonnes wrote:
> comments in rsaenh show that you duplicated code from advapi32.
I've only copied over the function prototypes for MD4, MD5 and SHA hashes from
advapi32. Rsaenh actually calls advapi32 functions for these hashes.
> With SystemFunction036
Michael,
comments in rsaenh show that you duplicated code from advapi32. With
SystemFunction036 there is another duplicated functionality. Is there any
reason why you don't use the advapi functions direct?
Bye
--
Uwe Bonnes[EMAIL PROTECTED]
Institut fuer Kernphysik Schlossgarte
30 matches
Mail list logo