Re: mswsock:Implement 3 functions by calling through SIO_GET_EXTENSION_FUNCTION_POINTER

2008-07-06 Thread Andrey Turkin
You should mention somewhere (FIXME or TODO or something) what the code currently rely on socket being not used by WSAIoctl. IIRC Windows won't let you call WSAIoctl(0, ...) Correct way would be to retrieve both AcceptEx and GetAcceptExSockaddrs routine addresses in AcceptEx wrapper and store

Re: Pipeline separation preview

2008-07-06 Thread H. Verbeet
Looks good to me. You should probably start submitting it bit by bit, see if any regression come up, although it looks pretty safe to me.

CreateFontIndirectEx and GetCharacterPlacement patches

2008-07-06 Thread Nikolay Sivov
Is it something wrong with these patches: http://www.winehq.org/pipermail/wine-patches/2008-June/056807.html http://www.winehq.org/pipermail/wine-patches/2008-June/056808.html They are related to bugs #13064 and #13094..

Re: test for RasEnumDevicesA [2/2]

2008-07-06 Thread Stefan Leichter
Please use this version Am Sunday 06 July 2008 13:49 schrieb Stefan Leichter: ChangeLog - added some more tests for RasEnumDevicesA, fix wine not to crash on the tests --- dlls/rasapi32/rasapi.c.2 2008-07-06 13:30:22.0 +0200 +++ dlls/rasapi32/rasapi.c 2008-07-06

Re: programs: add rudimentary dxdiag

2008-07-06 Thread Detlef Riekenberg
On Mi, 2008-07-02 at 23:02 +, Louis Lenders wrote: so for now i'd have to guess : 1. no need for a dxdiag in wine 2. my patches are too crappy to respond to. In both cases it's useless to leave thebug i opened for missing dxdiag open, so i'll abandon it (bug 14118) Louis, please do

Patch feedback

2008-07-06 Thread Alexander Nicolaysen Sørnes
Hello, I would really appreciate any feedback as to how these patches can be improved so that they will be accepted into Wine. regedit: Add support for importing Unicode files http://www.winehq.org/pipermail/wine-patches/2008-June/056856.html I know this patch is a little big, but I'm not sure

Re: richedit: do not read actual scrollbar state for scrollbar update, use internal state instead (RESEND)

2008-07-06 Thread Detlef Riekenberg
On Fr, 2008-07-04 at 16:32 -0500, Alex Villací­s Lasso wrote: Resending. Please comment on this patch.  dlls/riched20/editor.c | 21 ++ dlls/riched20/editstr.h |3 + dlls/riched20/paint.c| 36 ++- dlls/riched20/tests/editor.c | 794

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Vitaly Lipatov
В сообщении от 4 июля 2008 Dan Kegel написал(a): Another week, another winetricks. Please check attached patch with fixes agains 20080704 version of winetricks. Changes: - introduce WINDIR variable with Unix path to windows dir (and use it instead $WINEPREFIX/drive_c/windows) - wrap

RE: Pipeline separation preview

2008-07-06 Thread Stefan Dösinger
Looks good to me. You should probably start submitting it bit by bit, see if any regression come up, although it looks pretty safe to me. Sure, that's the plan. I don't think submitting 50+ patches at once will work well. I have found 2 minor regressions, but fixed them already in my tree.

Re: Alternate shell?

2008-07-06 Thread Detlef Riekenberg
On Do, 2008-05-22 at 15:16 -0700, Dan Kegel wrote: For a maximal dogfood experience, I was looking around for a way to use a replacement Windows shell with Wine as my desktop environment instead of gnome or kde. Wow. So far, all the ones I've found are either broken, hard to use, or just

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Vitaliy Margolen
Vitaly Lipatov wrote: В сообщении от 4 июля 2008 Dan Kegel написал(a): Another week, another winetricks. Please check attached patch with fixes agains 20080704 version of winetricks. Changes: - introduce WINDIR variable with Unix path to windows dir (and use it instead

Re: Patch feedback

2008-07-06 Thread Lei Zhang
On Sun, Jul 6, 2008 at 6:55 AM, Alexander Nicolaysen Sørnes [EMAIL PROTECTED] wrote: Hello, I would really appreciate any feedback as to how these patches can be improved so that they will be accepted into Wine. regedit: Add support for importing Unicode files

Re: mlang/tests: don't assume output of ConvertStringFromUnicode is null terminated

2008-07-06 Thread James Hawkins
2008/7/6 Dan Kegel [EMAIL PROTECTED]: The mlang test assumed that the output of ConvertStringFromUnicode was null terminated, but it seems not to be. Fixes the valgrind warning: Conditional jump or move depends on uninitialised value(s) at strlen (mc_replace_strmem.c:242) by lstrlenA

CUDA wrapper

2008-07-06 Thread Seth Shelnutt
As a continuation from the question on making the FAH GPU2 Nvidia client run, we have gotten past the detecting the card as we changed Wine's generic output to look like an Nvidia card thanks to a few of you. Now comes the hard part. Even when using the cudart.dll file it does not work. We get an

Re: Patch feedback

2008-07-06 Thread Eric Pouech
Lei Zhang a écrit : On Sun, Jul 6, 2008 at 6:55 AM, Alexander Nicolaysen Sørnes [EMAIL PROTECTED] wrote: Hello, I would really appreciate any feedback as to how these patches can be improved so that they will be accepted into Wine. regedit: Add support for importing Unicode files

Re: mpr: Add Russian translation

2008-07-06 Thread Vitaliy Margolen
Aleksey Bragin wrote: All those things have been translated more than 2 years ago and submitted here (attaching again). The quality, for example in mpr.dll is even better (vs. the patch by Vitaliy Margolen which was committed 7d3a5af43ea0d66a0596a4fac22cf88ae50d2745 in april, 2008).

Re: CUDA wrapper

2008-07-06 Thread Seth Shelnutt
From reading the programing guide and reference manual it seems that most of the function are the same as expected between Windows and Linux, in fact the reference manual doesn't differentiate between the two.

Re: CUDA wrapper

2008-07-06 Thread Michael Karcher
Am Sonntag, den 06.07.2008, 18:23 -0400 schrieb Seth Shelnutt: Is it possible to just symbolicly link the cudart.dll file to the libcudart.so file? If they are expecting mostly the same function calls should this not work? They are going to test this now and see. This is not going to work. PE

Re: Crashes in winetest under wine

2008-07-06 Thread Austin Lund
2008/7/3 Austin Lund [EMAIL PROTECTED]: I get a crash all the time in winetest since 1.0. Seems there is not a problem with any of the tests themselves (i.e. running make test). The last few lines of output from winetest is: fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP

RE: CUDA wrapper

2008-07-06 Thread Stefan Dösinger
This is right. You need at least a correct .spec file to make a wine dll. You still have to implement a wrapper for each function, as Windows usually uses the stdcall calling convention, whereas linux uses cdecl by default. There might be some way to automate writing the wrapper functions.

Re: CUDA wrapper

2008-07-06 Thread Seth Shelnutt
I writing a wrapper, would it be correct to more or less follow this guide, on winelib dll's? http://www.winehq.org/site/docs/winelib-guide/bindlls I've never coded anything for Wine before so I want to make sure I do it right from the beginning instead of having to go back and make drastic

RE: CUDA wrapper

2008-07-06 Thread Stefan Dösinger
Yes, this guide is reasonable, except probably the building part. You *may* want to write this DLL as part of Wine, although I am afraid that we don't have a policy how to deal with non-Windows DLLs(since cuda is an Nvidia thing, not from MS). Of course the 5.5 part doesn't apply then as well.

Re: CUDA wrapper

2008-07-06 Thread Seth Shelnutt
Ok, please forgive my naivety but this is my first attempt and all, I am lost and need come guidance, the guide is of some help and so is looking at the opengl files. I am not sure exactly what I am trying to write. What is the difference between a dll form Wine and a dll.so? I know the dll.so

RE: CUDA wrapper

2008-07-06 Thread Stefan Dösinger
Ok, please forgive my naivety but this is my first attempt and all, No worries. This list is here for help in such cases(although I am not that experienced in that area) I am lost and need come guidance, the guide is of some help and so is looking at the opengl files. I am not sure exactly

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Zachary Goldberg
On Sun, Jul 6, 2008 at 11:55 AM, Vitaliy Margolen [EMAIL PROTECTED] wrote: Vitaly Lipatov wrote: В сообщении от 4 июля 2008 Dan Kegel написал(a): Another week, another winetricks. Please check attached patch with fixes agains 20080704 version of winetricks. Changes: - introduce WINDIR

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Steven Edwards
On Sun, Jul 6, 2008 at 11:47 PM, Zachary Goldberg [EMAIL PROTECTED] wrote: I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no tricks. Do we want winetricks to

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Zachary Goldberg
On Mon, Jul 7, 2008 at 12:00 AM, Steven Edwards [EMAIL PROTECTED] wrote: On Sun, Jul 6, 2008 at 11:47 PM, Zachary Goldberg [EMAIL PROTECTED] wrote: I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it

Re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-06 Thread Dan Kegel
On Sun, Jul 6, 2008 at 8:47 PM, Zachary Goldberg [EMAIL PROTECTED] wrote: I in no way mean to second guess your work but I checked out the diff for the most recent commit for how winetricks handled FF3. It seems all it does is download it and install it, no tricks. Do we want winetricks to

Odd valgrind error in imm.c, possible fix

2008-07-06 Thread Dan Kegel
Today a test got stuck, and I had to kill wineserver. After that, lots of tests seem to have the same error: + Invalid read of size 4 +at IMM_FreeThreadData (imm.c:233) +by DllMain (imm.c:385) +by __wine_spec_dll_entry (dll_entry.c:40) +by (within

Re: mlang/tests: don't assume output of ConvertStringFromUnicode is null terminated

2008-07-06 Thread Dan Kegel
On Sun, Jul 6, 2008 at 10:29 AM, James Hawkins [EMAIL PROTECTED] wrote: No, this is hiding a bug. The test code conforms with the API. The problem is that ConvertINetMultiByteToUnicode uses the value of an out-only parameter (NULL pDstStr, non-NULL pcDstSize). Check out the code block in