Alan W. Irwin wrote:
Thus, is there not some standard means that could be used
for wine to tell the various MinGW compilers built on Microsoft Windows but
run under wine to always #define __WINE__?
I am quite sure AJ will object to any such things - as far as the various
compilers (and windows
On Thu, Jun 17, 2010 at 7:03 PM, Vitaliy Margolen
wrote:
> On 06/16/2010 12:59 PM, Roderick Colenbrander wrote:
>> I'm wondering how to proceed with XInput. My main issue is the
>> 'joystick access part'. Would it be fine to directly access the
>> controller from Xinput (so we would need multiple
On 06/16/2010 12:59 PM, Roderick Colenbrander wrote:
> I'm wondering how to proceed with XInput. My main issue is the
> 'joystick access part'. Would it be fine to directly access the
> controller from Xinput (so we would need multiple hardware backends
> later on). Code size won't be a problem tho
On 06/17/2010 02:56 PM, Alan W. Irwin wrote:
> However, that doesn't appear to work for Windows native MinGW on wine.
Correct. Programs running under Wine should not and are not aware of the
fact they are running on Wine and not the real Windows. This aspect 100%
analogous to a software running und
Thanks all! I got it to work! There was 2 mistakes with my thing -
first, i had an empty definition for DllMain which caused the error 126
and then , well, i called the wrong function from metatrader. I shouldve
been calling MyWinFunction. I guess i wasn't doing this because i wasn't
seeing it whe
On 2010-06-18 01:23+0100 Hin-Tak Leung wrote:
Alan W. Irwin wrote:
Thus, is there not some standard means that could be used
for wine to tell the various MinGW compilers built on Microsoft Windows but
run under wine to always #define __WINE__?
I am quite sure AJ will object to any such things
Screenshot/blog here: http://yokozar.org/blog/archives/225
A bug was fixed recently in Gnome that allows thumbnailers to not be
96x96 pixels. Combine this with a standard Wine icon, icoutils for
extracting an exe/dll's embedded icon, and a bit of magic and you can
get icons like those above.
The
Sorry, wrong list. My mistake.
Em 17 de junho de 2010 20:56, Gustavo escreveu:
> Hello,
>
> I've updated the translation of winecfg in Brazilian Portuguese.
>
> Making comparisons, I also noted that the "Windows Version" (Versão do
> Windows) drop-down menu disappeared and the Browse... (Locali
On 2010-06-17 17:07-0400 Mike Kaplinskiy wrote:
On Thu, Jun 17, 2010 at 4:35 PM, Alan W. Irwin
The issue is that Wine builds of software take roughly a factor of 5 longer
than the equivalent Linux builds. This issue appears to be caused mostly by
command startup latency. [...]
I find the comm
Hello,
I've updated the translation of winecfg in Brazilian Portuguese.
Making comparisons, I also noted that the "Windows Version" (Versão do
Windows) drop-down menu disappeared and the Browse... (Localização:) text
in the Drives was cut to half when you execute wine with LANG="pt_PT.UTF-8"
(th
On 2010-06-17 17:13-0400 Mike Kaplinskiy wrote:
On Thu, Jun 17, 2010 at 4:56 PM, Alan W. Irwin
wrote:
According to some old discussion
(http://www.mail-archive.com/wine-de...@winehq.com/msg15669.html) on
wine-devel it appears that __WINE__ was going to be the macro used to
identify the Wine pl
You seems to have made one mistake - it is "winegcc", (without space) not "wine
gcc". winegcc does define __WINE__ .
--- On Thu, 17/6/10, Alan W. Irwin wrote:
> According to some old discussion
> (http://www.mail-archive.com/wine-de...@winehq.com/msg15669.html)
> on
> wine-devel it appears that
On 06/16/2010 04:48 PM, Dan Kegel wrote:
Max wrote:
[Maybe we should modify FIXME itself to only print out once.]
That's worth discussing, but changing FIXME itself might be going a
bit too far during the current code freeze.
You could try adding a FIXME_ONCE macro, though, and use it to quiet
When does this unpredictability occur? The tests have always run ok for me.
: -Original Message-
: From: Alexandre Julliard [mailto:julli...@winehq.org]
: Sent: Wednesday, 16 June 2010 7:10 PM
: To: Juan Lang
: Cc: Ken Sharp; Wine Devel
: Subject: Re: comctl32: Update English resource
:
: Juan Lang writes:
:
: > I don't understand why you would want to create
: -Original Message-
: From: Juan Lang [mailto:juan.l...@gmail.com]
: Sent: Wednesday, 16 June 2010 6:41 PM
: To: Ken Sharp
: Cc: Wine Devel
: Subject: Re: comctl32: Update English resource
:
: Hi Ken,
:
: +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
: +
: +IDD_TBCUSTOMIZE DIALOG DISCARD
On 06/17/2010 11:48 PM, Gustavo wrote:
Sorry, forgot to CC.
2010/6/17 André Hentschel mailto:n...@dawncrow.de>>
Try editing the rc files directly, it is not that hard.
also you might want to change some sizes(when text is wrapped in
your rebuild version of winecfg), that is also d
Sorry, forgot to CC.
2010/6/17 André Hentschel
> Try editing the rc files directly, it is not that hard.
> also you might want to change some sizes(when text is wrapped in your
> rebuild version of winecfg), that is also done in the rc files...
>
> --
>
> Best Regards, André Hentschel
>
No th
lats wrote:
When does this unpredictability occur? The tests have always run ok for
me.
The issue appears to be, and I am still investigating, sometimes usp10
will reorder the numbers differently. It appears to have to do with if
windows and hdcs are repeatedly created and destroyed and cann
On Thu, Jun 17, 2010 at 4:56 PM, Alan W. Irwin
wrote:
> According to some old discussion
> (http://www.mail-archive.com/wine-de...@winehq.com/msg15669.html) on
> wine-devel it appears that __WINE__ was going to be the macro used to
> identify the Wine platform,
>
> However, that doesn't appear to
Hello Gustavo,
On 06/17/2010 07:47 PM, Gustavo wrote:
I can see that the Brazilian translation is bad, so I'm translating
winecfg. I followed the instruction in the wiki [1] to create a .po
file. At first I tried to recover from the file Pt.rc
rc2po -t En.rc Pt.rc Pt.po
but I didn't have much
On Thu, Jun 17, 2010 at 4:35 PM, Alan W. Irwin
wrote:
> To introduce myself to this list, I am a complete Wine newbie with no
> Windows experience at all, but I do have years of experience developing
> software on Linux, and in the interests of testing that software on a free
> Windows platform, I
According to some old discussion
(http://www.mail-archive.com/wine-de...@winehq.com/msg15669.html) on
wine-devel it appears that __WINE__ was going to be the macro used to
identify the Wine platform,
However, that doesn't appear to work for Windows native MinGW on wine.
To show this, I attach re
To introduce myself to this list, I am a complete Wine newbie with no
Windows experience at all, but I do have years of experience developing
software on Linux, and in the interests of testing that software on a free
Windows platform, I have recently been using the combination of Windows
native ve
Am 17.06.2010 19:47, schrieb Gustavo:
> Hello,
>
> I can see that the Brazilian translation is bad, so I'm translating
> winecfg. I followed the instruction in the wiki [1] to create a .po
> file. At first I tried to recover from the file Pt.rc
>
> rc2po -t En.rc Pt.rc Pt.po
>
> but I didn't hav
Hello,
I can see that the Brazilian translation is bad, so I'm translating winecfg.
I followed the instruction in the wiki [1] to create a .po file. At first I
tried to recover from the file Pt.rc
rc2po -t En.rc Pt.rc Pt.po
but I didn't have much luck, no existing translations are shown. Adding
From 3d19821425c857801abd51233ad01a2b6d436a5d Mon Sep 17 00:00:00 2001
From: Roderick Colenbrander
Date: Mon, 14 Jun 2010 23:22:52 +0200
Subject: [PATCH] wined3d: Add NPOT quirk for GeforceFX 5200
This should fix bug 23169.
---
dlls/wined3d/directx.c |4 +++-
1 files changed, 3 insertions(+
Am 17.06.2010 04:52, schrieb Seth Burleigh:
> OK, so i have the dll built. However, it doesn't seem to be able to
> open. Let me explain, im using it in metatrader and so all im doing is
> moving the dll.so (and renamed it to MyWin.dll) to its libraries folder
> and doing an import statement in mq
Alexander Scott-Johns writes:
> Try 2: Re-order function bodies as well.
>
> From a51f6b7f855ccb1d9252a3d5e2698cdbe73ad053 Mon Sep 17 00:00:00 2001
> From: Alexander Scott-Johns
> Date: Fri, 11 Jun 2010 14:13:52 +0100
> Subject: msvcrt/tests: Re-order tests to work around weird win_skip failure
André Hentschel writes:
> I added some ranges to test, so it is easy extensible
That's still not a very convincing test...
--
Alexandre Julliard
julli...@winehq.org
30 matches
Mail list logo