Re: [2/2]kernel32/tests: Test the collation table much more

2010-06-17 Thread Alexandre Julliard
André Hentschel n...@dawncrow.de 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

Re: msvcrt/tests: Re-order tests to work around weird win_skip failure bug. (try 2)

2010-06-17 Thread Alexandre Julliard
Alexander Scott-Johns alexander.scott.jo...@googlemail.com writes: Try 2: Re-order function bodies as well. From a51f6b7f855ccb1d9252a3d5e2698cdbe73ad053 Mon Sep 17 00:00:00 2001 From: Alexander Scott-Johns alexander.scott.jo...@googlemail.com Date: Fri, 11 Jun 2010 14:13:52 +0100 Subject:

Re: Help with simple winelib dll

2010-06-17 Thread André Hentschel
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 mql4.

wined3d: Add NPOT quirk for GeforceFX 5200

2010-06-17 Thread Roderick Colenbrander
From 3d19821425c857801abd51233ad01a2b6d436a5d Mon Sep 17 00:00:00 2001 From: Roderick Colenbrander thunderbir...@gmail.com 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

Brazilian Portuguese translation

2010-06-17 Thread 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 have much luck, no existing translations are shown. Adding

Re: Brazilian Portuguese translation

2010-06-17 Thread André Hentschel
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 have much

Speed/latency issues for development in a Wine environment

2010-06-17 Thread Alan W. Irwin
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

The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Alan W. Irwin
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: Speed/latency issues for development in a Wine environment

2010-06-17 Thread Mike Kaplinskiy
On Thu, Jun 17, 2010 at 4:35 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca 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

Re: Brazilian Portuguese translation

2010-06-17 Thread Michael Stefaniuc
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

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Mike Kaplinskiy
On Thu, Jun 17, 2010 at 4:56 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca 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,

Re: usp10/tests: having numbers in the ScriptStringXtoCP tests causes unpredictable behavior

2010-06-17 Thread Aric Stewart
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

Re: Brazilian Portuguese translation

2010-06-17 Thread Gustavo
Sorry, forgot to CC. 2010/6/17 André Hentschel 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 done in the rc files... -- Best Regards, André

Re: Brazilian Portuguese translation

2010-06-17 Thread Michael Stefaniuc
On 06/17/2010 11:48 PM, Gustavo wrote: Sorry, forgot to CC. 2010/6/17 André Hentschel n...@dawncrow.de 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

RE: comctl32: Update English resource

2010-06-17 Thread Ken Sharp
: -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

RE: comctl32: Update English resource

2010-06-17 Thread Ken Sharp
: -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 juan.l...@gmail.com writes: : : I don't understand why you

Re: usp10/tests: having numbers in the ScriptStringXtoCP tests causes unpredictable behavior

2010-06-17 Thread lats
When does this unpredictability occur? The tests have always run ok for me.

Re: Anotated 'make test' log

2010-06-17 Thread Max TenEyck Woodbury
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

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Hin-Tak Leung
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 ir...@beluga.phys.uvic.ca wrote: According to some old discussion (http://www.mail-archive.com/wine-de...@winehq.com/msg15669.html) on

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Alan W. Irwin
On 2010-06-17 17:13-0400 Mike Kaplinskiy wrote: On Thu, Jun 17, 2010 at 4:56 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca 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

Brazilian Portuguese translation of winecfg

2010-06-17 Thread Gustavo
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 (the

Re: Speed/latency issues for development in a Wine environment

2010-06-17 Thread Alan W. Irwin
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

Re: Brazilian Portuguese translation of winecfg

2010-06-17 Thread Gustavo
Sorry, wrong list. My mistake. Em 17 de junho de 2010 20:56, Gustavo gugamil...@gmail.com 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

gnome-exe-thumbnailer -- using embedded icons for .exe and .dll files

2010-06-17 Thread Scott Ritchie
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.

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Alan W. Irwin
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

Re: Help with simple winelib dll

2010-06-17 Thread Seth Burleigh
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

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Vitaliy Margolen
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

Re: Xinput / DirectInput xbox360 controller support

2010-06-17 Thread Vitaliy Margolen
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 though

Re: Xinput / DirectInput xbox360 controller support

2010-06-17 Thread Roderick Colenbrander
On Thu, Jun 17, 2010 at 7:03 PM, Vitaliy Margolen wine-de...@kievinfo.com 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

Re: The __WINE__ macro does not identify the Wine platform

2010-06-17 Thread Hin-Tak Leung
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