Austin English wrote:
Howdy,
I was reading through a GSoC thread on how people are spending their
coding money. Someone posted that they thought people should donate to
miro, the internet HDTV player. They've got a pretty neat donation
scheme, where people can 'adopt' a line of code, and get upd
Hi Nicolas,
-ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n");
+ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n");
Please don't include whitespace-only changes in your patch.
-
+
Same here.
Thanks,
--Juan
Rein Klazes writes:
> What is already in the tests:
>
> 1) You need the alloc flag for instance when SetScrollInfo or
> SetScrollRange is called on a window without the WS_[HV]SCROLL styles. I
> can add a test that shows that the window styles remain unchanged when
> eg. SetScrollInfo creates the
Austin English schrieb:
2009/5/1 André Hentschel :
To my suprise it didnt run.
Interesting...does it run as a 32-bit winelib app? Have you tried
compiling it with 64-bit mingw and seeing if it works there?
Putty runs as 32-bit winelib app. The test with mingw64 i will try next
day
2009/5/1 André Hentschel :
> To my suprise it didnt run.
Interesting...does it run as a 32-bit winelib app? Have you tried
compiling it with 64-bit mingw and seeing if it works there?
--
-Austin
Hi,
these days i got my gcc 4.4 working and first compiled wine64. Next
thing i did was to modify winemaker to generate Makefiles for 64-Bit
compilation.
I first tried something simple and it worked great, so i took my
modified Putty-sourcecode and gave it a try. And wow it worked great!
Just
On Fri, 01 May 2009 13:13:05 +0200, you wrote:
>Rein Klazes writes:
>
>> -if (!infoPtr && alloc)
>> +if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL |
>> WS_HSCROLL
>> {
>
>This bit doesn't look right, and defeats the purpose of the alloc
>flag. It would need some more
Ben Klein wrote:
> 2009/5/1 Susan Cragin :
>>> I filed ubuntu bug 369762.
>> Ubuntu didn't think much of my bug. They sent me the following recipe to
>> cure it, and marked the bug invalid.
>>
>> 1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn =
>> no"
>> 2) `touch $HOM
Austin English
>Sent: May 1, 2009 12:39 PM
>To: Wine Devel
>Subject: Wine fundraising idea
>
>Howdy,
>
+1
James McKenzie
Howdy,
I was reading through a GSoC thread on how people are spending their
coding money. Someone posted that they thought people should donate to
miro, the internet HDTV player. They've got a pretty neat donation
scheme, where people can 'adopt' a line of code, and get updates on
it, etc. Pretty
Thanks for the tip about the mscoree access being unimportant.
It turns out the pywin32 installer works fine with win2K set,
but that doesn't help Twisted_NoDocs-8.2.0.win32-py2.6.exe,
which still fails to find win32api. However, if I install
ActiveState's python instead of the one from python.org
Hi Lionel, one minor comment on your patch:
+/* If the destination is empty, SHFileOperation should use the
current directory.
+ See bug #13394. */
There's no need to quote the bug to explain why your code is doing
what it's doing. The test case is sufficient.
--Juan
2009/5/1 Susan Cragin :
>>I filed ubuntu bug 369762.
>
> Ubuntu didn't think much of my bug. They sent me the following recipe to cure
> it, and marked the bug invalid.
>
> 1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn =
> no"
> 2) `touch $HOME/.pulse_a11y_nostart'
>
Luke Benstead ha scritto:
2009/5/1 Massimo Del Fedele :
Luke Benstead ha scritto:
2009/5/1 Scott Ritchie :
Massimo Del Fedele wrote:
I put on bug's 421 page an update of my dib engine.
It implements AlphaBlend, StretchBlt and has many color fixes.
If you want to try it, just follow instructio
Issues with your website translation files:
* please strip the html,head,meta, and body HTML tags from the
templates. The are not needed as they are generated by the website.
* your editor is munging the template vars like {$root} to %7B$root%7D
* your editor is adding LANG="pl-PL" to many tags
Austin English writes:
> CTESTS = \
> protocol.c \
> - sock.c
> + sock.c \
> + startup.c
There's no need to create a new file for such a small test.
--
Alexandre Julliard
julli...@winehq.org
>I filed ubuntu bug 369762.
Ubuntu didn't think much of my bug. They sent me the following recipe to cure
it, and marked the bug invalid.
1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn = no"
2) `touch $HOME/.pulse_a11y_nostart'
3) `asoundconf list'
4) choose the des
Hello,
I wanted to install (Dar)wine on my Intel Mac, first I've tried with
the binaries found on http://wiki.winehq.org/MacOSX/Installing The
installation goes fine, but running any of the apps fails.
So, instead, I've tried to build Wine from Scratch, this is what I get:
ru...@cakesli
I use wine + win32 mono quite regularly (my .net app does some gdi some
p/invoke stuff). Wine or mono takes extra dll's from $PATH, and also from the
application's directory. The windows version of the gtk library is actually in
.wine/drive_c/Program\ Files/Mono-2.4/bin/ .
The way I would run
2009/5/1 Massimo Del Fedele :
> Luke Benstead ha scritto:
>>
>> 2009/5/1 Scott Ritchie :
>>>
>>> Massimo Del Fedele wrote:
I put on bug's 421 page an update of my dib engine.
It implements AlphaBlend, StretchBlt and has many color fixes.
If you want to try it, just follow instru
> so I tried doing
> wine pywin32-212.win32-py2.6.exe
> first. This fails immediately as described in
> http://bugs.winehq.org/show_bug.cgi?id=13844
> It seems to terminate because it tries to get
> a handle to the loaded copy of mscoree.dll
> and fails (because there isn't one).
>
> The insta
Luke Benstead ha scritto:
2009/5/1 Scott Ritchie :
Massimo Del Fedele wrote:
I put on bug's 421 page an update of my dib engine.
It implements AlphaBlend, StretchBlt and has many color fixes.
If you want to try it, just follow instructions on above page.
Ciao
Max
Keep at it, it's very excit
2009/5/1 Scott Ritchie :
> Massimo Del Fedele wrote:
>>
>> I put on bug's 421 page an update of my dib engine.
>> It implements AlphaBlend, StretchBlt and has many color fixes.
>> If you want to try it, just follow instructions on above page.
>>
>> Ciao
>>
>> Max
>>
>
> Keep at it, it's very exciti
On Fri, May 01, 2009 at 01:25:33PM +0200, Alexandre Julliard wrote:
> "Vincent Povirk" writes:
>
> > +if (dibinfo->biBitCount < 16)
> > +numcolors = dibinfo->biClrUsed || 1
> You have been doing too much Perl ;-)
Hi Vincent,
You may find bitmap_info_size() useful here
Massimo Del Fedele wrote:
I put on bug's 421 page an update of my dib engine.
It implements AlphaBlend, StretchBlt and has many color fixes.
If you want to try it, just follow instructions on above page.
Ciao
Max
Keep at it, it's very exciting :)
Thanks,
Scott Ritchie
I decided to try running buildbot on Wine today.
The installation procedure is roughly
wine msiexec /i python-2.6.2.msi /qb
wine Twisted_NoDocs-8.2.0.win32-py2.6.exe
The last bit complains
Traceback (most recent call last):
File "C:\Python26\scripts\twisted_postinstall.py", line 11, in
Damjan Jovanovic writes:
> +static void strlwrA(char *str)
> +{
> +while ((*str = tolower(*str))) str++;
> +}
That won't work on utf-8. You should do it on the Unicode string before
conversion.
--
Alexandre Julliard
julli...@winehq.org
"Vincent Povirk" writes:
> +if (dibinfo->biBitCount < 16)
> +numcolors = dibinfo->biClrUsed || 1
Rein Klazes writes:
> -if (!infoPtr && alloc)
> +if (!infoPtr && ( alloc || (wndPtr->dwStyle & (WS_VSCROLL |
> WS_HSCROLL
> {
This bit doesn't look right, and defeats the purpose of the alloc
flag. It would need some more test cases.
--
Alexandre Julliard
julli...@winehq.org
Austin English wrote:
On Fri, May 1, 2009 at 3:05 AM, Damjan Jovanovic wrote:
On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote:
tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and
application/x-msi
If you're not going to motivate this in the email, you could
Damjan Jovanovic wrote:
On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote:
tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and
application/x-msi
If you're not going to motivate this in the email, you could at least
refer people to bug 18307.
Also, do distribut
On Fri, May 1, 2009 at 3:05 AM, Damjan Jovanovic wrote:
> On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote:
>> tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and
>> application/x-msi
>>
>>
>>
>>
>
> If you're not going to motivate this in the email, you could at leas
On Fri, May 1, 2009 at 1:36 AM, Seth Shelnutt wrote:
> Hello all,
>
> I'm trying to see if I can get a folding monitor,
> http://code.google.com/p/hfm-net/ working in Wine. I've installed the latest
> wine, 1.1.20, and the latest mono for windows 2.4. It seems however that
> either mono or Wine, I
On Fri, May 1, 2009 at 12:31 AM, Scott Ritchie wrote:
> tools/wine.desktop: reduce MIME types to application/x-ms-dos-executable and
> application/x-msi
>
>
>
>
If you're not going to motivate this in the email, you could at least
refer people to bug 18307.
Also, do distributions outside Ubuntu
34 matches
Mail list logo