On 19/04/07, Kai Blin <[EMAIL PROTECTED]> wrote:
On Wednesday 18 April 2007 20:39, Hans Leidekker wrote:
> +static int resolver_initialised;
Shouldn't that be
static int resolver_initilised = 0;
here? I thought that in C, ints aren't initialized to 0 automatically.
Afaik static variables are
On Wednesday 18 April 2007 20:39, Hans Leidekker wrote:
> +static int resolver_initialised;
Shouldn't that be
static int resolver_initilised = 0;
here? I thought that in C, ints aren't initialized to 0 automatically.
> +/* call res_init() just once because of a bug in Mac OSX 10.4 */
> +static
I'm not an autoconf guru, but I play one on TV.
You wrote:
+AC_CHECK_FUNC(getaddrinfo, [AC_DEFINE([HAVE_GETADDRINFO], [1],
+[Defined to 1 if you have the getadrinfo function,])],
+[AC_CHECK_LIB(socket, getaddrinfo,
+[AC_DEFINE([HAVE_GETADDRINFO]) LIBS="-lsocket -lnsl $LIBS"], , , -ln
Looking a bit more into the lstrcpyW and lstrcatW situation, the
reason it appears to be done is because if you add the slash directly
to PathUninstallW, then for some reason, the uninstaller shows no
entries, even when there are some.
Part of the reason I duplicated code in the original patch is
On 4/18/07, Detlef Riekenberg <[EMAIL PROTECTED]> wrote:
On Mo, 2007-04-16 at 16:44 -0500, Tom Spear wrote:
> I took lines 196-197 and duplicated that,
> changing HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER, and
>
You can move most of the code from FetchUninstallInformation()
to a seperate function
Huw Davies wrote:
Nick Law wrote:
So, notepad now shows the courier, small font, sans serief and system
fonts (all .fon files) in the list of fonts in notepad. All well and
good, however I still have the problem that if you select any of
these non true type fonts, ie courier, small font, sans
On Mo, 2007-04-16 at 16:44 -0500, Tom Spear wrote:
> I took lines 196-197 and duplicated that,
> changing HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER, and
>
You can move most of the code from FetchUninstallInformation()
to a seperate function and use the rootkey as Parameter.
get_uninstallinfo_fro
Hiya,
Firstly, fantastic work, and its also explained to me something Eric said
which I didn't grasp...
>While preparing tests I found the 'user' backend of wineconsole works with
>WriteConsole/WriteFile correct (see test1 and test2), so I used it as etal.
>I figured out the main issue with cmd:
I am compiling the stock current CVS 0.9.35 code on Solaris 10/X86.
I was successful in starting notedpad and winemine, so the base looks good.
I installed mozilla-win32-1.7.13-installer.exe, and am able to start
mozilla.exe,
but it will not lookup host name, and therefore won't render any pag
On Wed, 2007-04-18 at 07:11 -0600, Vitaliy Margolen wrote:
> In general the most useful pieces of information are ... complete
> terminal output, $PWD and the command used to start an application. Also
> the exact Wine version $(wine --version), and where did it came from
> (self-compiled or binary
While testing another "feature", I did a gmake uninstall and noticed that my
man pages were still in /opt/wine/share/man/man1. Has anyone noticed this
regression?
Ben
I added the "Local Time" info for the IRC Nick Table in the wiki.
It's easier to find a usable Time, when you want to meet someone on IRC.
Please update ...
Thanks
--
By by ... Detlef
On Tue, 2007-17-04 at 18:05 -0700, Bill Medland wrote:
> On Tue, 2007-17-04 at 12:28 -0700, Bill Medland wrote:
> > Can anyone point me in the correct direction for this?
> >
> > On one machine the text displays correctly.
> > On the other the characters are totally wrong
>
> setting WINEDEBUG to
On 18/04/07, Jason Green <[EMAIL PROTECTED]> wrote:
On 4/18/07, H. Verbeet <[EMAIL PROTECTED]> wrote:
> On 18/04/07, Jason Green <[EMAIL PROTECTED]> wrote:
> > Original author: Mark Adams, TransGaming Technologies.
> >
> Why are you the one submitting this then, using a private mail
> address? (A
On 4/18/07, H. Verbeet <[EMAIL PROTECTED]> wrote:
On 18/04/07, Jason Green <[EMAIL PROTECTED]> wrote:
> Original author: Mark Adams, TransGaming Technologies.
>
Why are you the one submitting this then, using a private mail
address? (Are you even allowed to, for that matter?)
Because my @trans
Oops, here it is lol.
Tom
On 4/18/07, Steven Edwards <[EMAIL PROTECTED]> wrote:
On 4/18/07, Tom Spear <[EMAIL PROTECTED]> wrote:
> Comments, questions, feel free.
Please resend with the attachment.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is a
Am Montag 16 April 2007 01:29 schrieb [EMAIL PROTECTED]:
+/* Add Two Vectors */
+LPD3DVECTOR D3DRMAPI D3DRMVectorAdd(LPD3DVECTOR d, LPD3DVECTOR s1,
LPD3DVECTOR s2)
I personally prefer D3DVECTOR * over LPD3DVECTOR, but I don't know if there's
any rule for that. If in doubt follow your personal pr
Am Montag 16 April 2007 01:28 schrieb [EMAIL PROTECTED]:
> One patch for one email as requested.
>
> David Adam
If you send a series of patches it recommended to mark the numbers in the mail
headers too, like "[1/12] Header file for D3DRM". This makes it easier to
find the next patch
pgpeATjFz
Nick Law wrote:
So, notepad now shows the courier, small font, sans serief and system
fonts (all .fon files) in the list of fonts in notepad. All well and
good, however I still have the problem that if you select any of these
non true type fonts, ie courier, small font, sans serief and system
Submitting for approval to here before I send to wine-patches
This pretty much changes most of the functions in the uninstaller to
handle arrays so that we can actually handle scanning HKCU as well as
HKLM.
In my tests, this did not break anything, and allows entries listed in
uninstall for both
My md5 is different, and I can type characters and they are visible.
Tom
On 4/18/07, Nick Law <[EMAIL PROTECTED]> wrote:
Huw Davies wrote:
> On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote:
>
>> yes, /usr/local/share/wine/fonts/ exists my system and is only populated
>> with two fonts
Please post messages in the relevant bug, not to the list or to a list archive.
Thanks
Tom
On 4/17/07, Bob Good <[EMAIL PROTECTED]> wrote:
Wine - Bugs mailing list wrote:
>
> http://bugs.winehq.org/show_bug.cgi?id=8085
>
> I can confirm this bug. DVD Shrink, under Wine 0.9.35, goes into a l
Tom Wickline wrote:
> On 4/15/07, Dan Kegel <[EMAIL PROTECTED]> wrote:
>> On 4/15/07, Dan Kegel <[EMAIL PROTECTED]> wrote:
>> > Hey Tom,
>
> Hey Dan,
>
>>
>> I think I'm going to focus on Dreamweaver, Photoshop, and Acrotat Pro
>> for a while... so that's it for new wiki pages for a while :-)
>>
On Saturday 14 April 2007 00:56, Yuval Fledel wrote:
> - the patch is a no-op.
While I like to do the same to functions I work on, is there any reason you
need to change this for wrapper.c? It hasn't been changed for quite a while
and seems feature complete.
Kai
Hi Kai,
Please reply-to-all ne
Huw Davies wrote:
On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote:
yes, /usr/local/share/wine/fonts/ exists my system and is only populated
with two fonts, broadway.ttf and ad5font.fon. So all the fonts from the
build which include courier (fon) and serife don't get transferred to
> > In general the most useful pieces of information are ... complete
> > terminal output, $PWD and the command used to start an application.
> > Also the exact Wine version $(wine --version), and where did it came
> > from (self-compiled or binary). All of them are absent from the
> > report.
>
>
On 18/04/07, Jason Green <[EMAIL PROTECTED]> wrote:
Original author: Mark Adams, TransGaming Technologies.
Why are you the one submitting this then, using a private mail
address? (Are you even allowed to, for that matter?)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Am Wed, 18 Apr 2007 07:11:28 -0600
schrieb Vitaliy Margolen <[EMAIL PROTECTED]>:
> Stephan Hermann wrote:
> > - What do you need from us (Ubuntu) to get better backtraces
> > when wine crashes (especially wine-preloader)
>
> As Marcus menti
sh wrote:
[apport doesn't handle wine well.
And where should the bugs be filed - wine's bugzilla, or launchpad?]
The bugs should definitely go to launchpad, because
each distribution has a different set of packages and
bugs, each distribution's crash logger should go to
its own bug tracker. w
"Louis. Lenders" <[EMAIL PROTECTED]> wrote:
Hi, this fixes bug #7953 -> http://bugs.winehq.org/show_bug.cgi?id=7953
Vitaly said this one won't go as it might break another app, but i don't
get that , as the key in windows looks quite the same,
No it doesn't in the default Windows setup, and th
Stephan Hermann wrote:
> - What do you need from us (Ubuntu) to get better backtraces
> when wine crashes (especially wine-preloader)
As Marcus mentioned the best trace you can get is from the Wine's own
debugger. Of course it would be even better with debug symbols installed
on the system.
>If FILE_name_AtoW fails, the function fails, so the return value should be
FALSE, shouldn't it ?
TRUE means that current directory '.' should be added to PATH.
FALSE is returned if a special environment variable
NoDefaultCurrentDirectoryInExePath is set.
Of course, default sane value should be
+/***
+ * NeedCurrentDirectoryForExePathA (KERNEL32.@)
+ */
+BOOL WINAPI NeedCurrentDirectoryForExePathA( LPCSTR name )
+{
+WCHAR *nameW;
+
+if (!(nameW = FILE_name_AtoW( name, FALSE ))) return TRUE;
If FILE_na
>+if (strchrW(name, '\\'))
>+return TRUE;
>What is the point of this? You're returning TRUE no matter what anyway.
>+FIXME("(%s): stub!\n", debugstr_w(name));
>+return TRUE;
ancient patch in attach, sorry.
On 4/18/07, Kirill K. Smirnov <[EMAIL PROTECTED]> wrote:
Add partial stub for NeedCurrentDirectoryForExePath. It is needed by win2003
cmd.exe
+if (strchrW(name, '\\'))
+return TRUE;
What is the point of this? You're returning TRUE no matter what anyway.
+FIXME("(%s): stub!\n
On 4/16/07, EA Durbin <[EMAIL PROTECTED]> wrote:
It appears to me according to this log section that the bug is actually in
kernel32.CompareStringA, though I could be wrong. It starts out comparing
the strings of files it is looking for in the cabinet file with
kernel32.CompareString and unsucce
Thank you for that.
Finally, what's wrong with the Distribition section in the form ?
Laurent
On Wed, 18 Apr 2007 10:44:18 +0100, Ben Hodgetts <[EMAIL PROTECTED]> wrote:
> Laurent Vromman wrote:
>> So the text "If yours is not on the list, please add it using the form
> below" should be consider
Laurent Vromman wrote:
So the text "If yours is not on the list, please add it using the form below"
should be considered obsolete ?
Laurent
On Wed, 18 Apr 2007 10:57:51 +0200, Marcus Meissner <[EMAIL PROTECTED]> wrote:
On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote:
On Wed, Apr 18, 2007 at 08:44:13AM +0100, Nick Law wrote:
>
> yes, /usr/local/share/wine/fonts/ exists my system and is only populated
> with two fonts, broadway.ttf and ad5font.fon. So all the fonts from the
> build which include courier (fon) and serife don't get transferred to
> either /usr/
So the text "If yours is not on the list, please add it using the form below"
should be considered obsolete ?
Laurent
On Wed, 18 Apr 2007 10:57:51 +0200, Marcus Meissner <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote:
>> Hi,
>>
>> When a distributio
On Wed, Apr 18, 2007 at 10:41:07AM +0200, Laurent Vromman wrote:
> Hi,
>
> When a distribution is absent from the list, we are supposed to add it, as
> the following message explain :
> Distribution If yours is not on the list, please add it using the form below
>
> The fact is, there is no for
Hi,
When a distribution is absent from the list, we are supposed to add it, as the
following message explain :
DistributionIf yours is not on the list, please add it using the form below
The fact is, there is no form below. Is the message wrong or is the form
missing ?
Note : The distribut
On Wed, Apr 18, 2007 at 09:59:05AM +0200, Stephan Hermann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Marcus,
>
> e.g. https://bugs.launchpad.net/ubuntu/+source/wine/+bug/90957
>
> Please note, we can add more features to apport (Martin Pitt is the
> maintainer).
The backtra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Marcus,
e.g. https://bugs.launchpad.net/ubuntu/+source/wine/+bug/90957
Please note, we can add more features to apport (Martin Pitt is the
maintainer).
Regards,
\sh
Am Wed, 18 Apr 2007 09:52:08 +0200
schrieb Marcus Meissner <[EMAIL PROTECTED]>
On Wed, Apr 18, 2007 at 09:18:00AM +0200, Stephan Hermann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Dear Colleagues,
>
> As Scott Ritchie knows, I'm at the moment the reponsible person for
> Wine on Ubuntu.
> I hope that you all know, Ubuntu has a new system for filing
> crash
Bill Medland wrote:
On Tue, 2007-17-04 at 22:08 +0100, Nick Law wrote:
Huw Davies wrote:
On Tue, Apr 17, 2007 at 01:03:03AM +0100, Nick Law wrote:
Nick Law wrote:
Well, I don't quite know what happened there with the fonts, however
my fonts are now back worki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear Colleagues,
As Scott Ritchie knows, I'm at the moment the reponsible person for
Wine on Ubuntu.
I hope that you all know, Ubuntu has a new system for filing
crash reports and stacktraces. (named apport aka automatic crash
reports, some documenta
47 matches
Mail list logo