On one of my dapper boxes (an old laptop), I got the error
main.o: In function
`check_command_line':/home/dank/wine-git/loader/main.c:89: undefined
reference to `wine_version'
today. Turns out the version-stamp rule in loader/Makefile is
misbehaving; I had to hack that rule to not invoke git at
Hi Laurent!
You wrote:
I'm trying make a french software called Navigation, used by airplane
pilots and created using visual basic, work on linux using wine.
Can you provide a URL to a page describing the software you're trying to port?
The point is this software needs gdi:widenpath to work.
Alexandre Julliard wrote:
> Module: wine
> Branch: master
> Commit: 6338caa9eda8eda98dad9a89a8e71c6ea37bd168
> URL:
> http://source.winehq.org/git/wine.git/?a=commit;h=6338caa9eda8eda98dad9a89a8e71c6ea37bd168
>
> Author: Paul Vriens <[EMAIL PROTECTED]>
> Date: Fri Jan 12 14:26:05 2007 +0100
Alexandre Julliard wrote:
> Module: wine
> Branch: master
> Commit: 6c3efd1c32b1f9054e82a684da6ab54a599f252d
> URL:
> http://source.winehq.org/git/wine.git/?a=commit;h=6c3efd1c32b1f9054e82a684da6ab54a599f252d
>
> Author: Paul Vriens <[EMAIL PROTECTED]>
> Date: Fri Jan 12 14:01:16 2007 +0100
Alexandre Julliard wrote:
> Module: wine
> Branch: master
> Commit: 259c06ffc93d690fa5105b1451e519aa1c92b72e
> URL:
> http://source.winehq.org/git/wine.git/?a=commit;h=259c06ffc93d690fa5105b1451e519aa1c92b72e
>
> Author: Paul Vriens <[EMAIL PROTECTED]>
> Date: Fri Jan 12 15:51:02 2007 +0100
Markus Amsler wrote:
>I neither fully understood it, but here my opinion.
It >looks like the
>"only" problem he has is the TrueType hinting, which
>affects small font
>sizes. As long as the kerning (=width of a glyph) is
>correct, and the
>font looks somehow similar, it should be suitable for
>
Hi,
On Fri, Jan 12, 2007 at 02:04:21PM +1000, Edward Savage wrote:
> Also I've had a number of odd problems with directx and wine over the last
> two weeks. Including a very strange one where the second time I run the
> application it's speed is slower than an ant in the range of 0.7fps instead
>
Louis. Lenders wrote:
Hi, i finally got response from Larry Snyder (aka wierd_w ), who
created Greenville font. (appeared he was on holiday). Below is the
mail he sent me, and i talked to him on irc about it. To summarize,
he's willing to license this LGPL, but reading his mail it seems to
Hi,
I just thought I should mention that the timestamps for "Last message date:"
and "Archived on:" at
http://www.winehq.org/pipermail/wine-cvs/2007-January/ are currently given
as CDT times, whereas those of the individual patches are correctly shown
as CST.
Thanks,
-- Andy.
Hi,
My name is Laurent. I'm french, 23 year old, software designer for a
huge european company.
I'm trying make a french software called Navigation, used by airplane
pilots and created using visual basic, work on linux using wine.
The point is this software needs gdi:widenpath to work. I'd
Detlef Riekenberg wrote:
At first:
Congratulations for the commit of your Patches.
On Do, 2007-01-11 at 09:29 -0800, Bill Medland wrote:
Bill Medland ([EMAIL PROTECTED])
Implement GetInstalledDrivers in odbccp32
BOOL WINAPI SQLGetInstalledDriversW(LPWSTR lpszBuf, WORD cbBufMax,
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote
With This patch you will be able to see cyrillic symbols in wineconsole.
Please send it to wine-patches. And obviously once your patch is committed
both places it fixes will need another fix to support multibyte encodings.
--
Dmitry.
On Fri, 2007-12-01 at 13:45 +0100, Detlef Riekenberg wrote:
> At first:
> Congratulations for the commit of your Patches.
>
>
> On Do, 2007-01-11 at 09:29 -0800, Bill Medland wrote:
>
> > Bill Medland ([EMAIL PROTECTED])
> > Implement GetInstalledDrivers in odbccp32
>
> > BOOL WINAPI SQLGetIns
Update...
I thought I had managed to get Keith's idea and make up a patch, but,
to great grief -- and not so great a surprise --, I have just
discovered that my patch for bug 50 is not as effective on Lotus Notes
6.5.3 as it was in Notes R5 and the Petzold justify1 example.
Well, I'm checking so
On Friday 12 January 2007 12:54, Paul Vriens wrote:
> glad to hear the problems are fixed. I don't need the patches as I
> will wait for the RPM's that Hans provides.
>
> So Hans, what about it ? :-)
Sure, I'll find some time this weekend.
-Hans
At first:
Congratulations for the commit of your Patches.
On Do, 2007-01-11 at 09:29 -0800, Bill Medland wrote:
> Bill Medland ([EMAIL PROTECTED])
> Implement GetInstalledDrivers in odbccp32
> BOOL WINAPI SQLGetInstalledDriversW(LPWSTR lpszBuf, WORD cbBufMax,
> WORD *pcbBufOut)
On 1/10/07, Stefan Leichter <[EMAIL PROTECTED]> wrote:
Am Wednesday 10 January 2007 19:10 schrieb Paul Vriens:
> Hi,
>
> three failures currently prevent winetest.exe from being build. The
> first one was ole32/tests/marshal.c (where Stefan Leichter sent a MinGW
> patch for):
>
[snip]
>
> Volunte
On Thu, Jan 11, 2007 at 10:25:51AM -0700, Vitaliy Margolen wrote:
attached a patch with all the suggestions for Vitaliy.
> Christoph Frick wrote:
> > with Vitaliy's patches i tried my games yesterday and everything seemed
> > ok (RBR works again). but my clutch on the wheel did not work and also
On Thu, Jan 11, 2007 at 01:10:21PM -0700, Vitaliy Margolen wrote:
> What you described is SetProperty(DIPROP_RANGE). What I'm talking about
> is the range we get from device itself. In the map_axis we have:
>
> if (val > hmax) This->joydev->havemax[axis] = hmax = val;
> if (val < hmin) Th
Dmitry Timoshkov wrote:
Does behaviour of MsiGetPropertyA and MsiGetPropertyW differ in that case?
I'd be interested to have a look at the test case.
I've put the test case up here:
http://mandoo.dyndns.org/msitest.zip
+TlsSetValue( tls_slot, (void*) 1 );
Shouldn't this be reset to 0
20 matches
Mail list logo