Re: netapi32: [2/5] Implement NetUserAdd with a dummy user database.

2007-03-23 Thread Dmitry Timoshkov
"Kai Blin" <[EMAIL PROTECTED]> wrote: +if(!su) +{ +status = NERR_InternalError; +goto user_add_error; +} + +if(lstrlenW(ui->usri1_name) > LM20_UNLEN) +{ +status = NERR_BadUsername; +goto user_add_error; +

Re: netapi32/test: [1/5] Test the username and password length limits.

2007-03-23 Thread Dmitry Timoshkov
"Kai Blin" <[EMAIL PROTECTED]> wrote: +usri.usri1_name = (LPWSTR) sTooLongName; +usri.usri1_password = (LPWSTR) sTestUserOldPass; Just drop the 'const' modifier for the declared strings, don't use casts. There was a lot of efforts lately put into fixing Wine to compile cleanly with -Wc

Re: Undocumented function syssetup.dll.SetupQueryRegisteredOsComponent

2007-03-23 Thread Dmitry Timoshkov
"Dan Kegel" <[EMAIL PROTECTED]> wrote: Any suggestions as to how to discover the prototype of the apparently undocumented function syssetup.dll.SetupQueryRegisteredOsComponent ? Perhaps installing native MSI and running with +relay,+snoop may shed some light, be prepared to decipher amount and

Re: SoC Idea: Improve video support

2007-03-23 Thread Dmitry Timoshkov
"Alexander Nicolaysen Sørnes" <[EMAIL PROTECTED]> wrote: I really want to participate in Google's Summer of Code, but I realize I don't have much time left to find a suitable project. What I am thinking of is to improve Wine's capability of playing videos in games, first by fixing mciavi so it

Tablet PC and Summer of Code in Ubuntu

2007-03-23 Thread Scott Ritchie
Hi, I just wanted to call to the Ubuntu list's attention that there is also a discussion of getting tablet PC support into Wine. Developer Dan Kegel even suggested it as a Summer of Code project. I encourage Charlotte (or anyone else interested in tablet PC support) to also give the winehq list a

SoC idea: Tablet PC support (was: pressure sensitive tablet support)

2007-03-23 Thread Dan Kegel
On 3/21/07, Dan Kegel <[EMAIL PROTECTED]> wrote: While looking around for a project idea, I noticed that people are starting to ask for pressure sensitive tablet support in Photoshop on Wine. Seems like it could be a fun project for some Summer of Code student. Update: wintab32 is already impl

SoC Idea: Improve video support

2007-03-23 Thread Alexander Nicolaysen Sørnes
I really want to participate in Google's Summer of Code, but I realize I don't have much time left to find a suitable project. What I am thinking of is to improve Wine's capability of playing videos in games, first by fixing mciavi so it can play the Worms 2 intro films (bug 4256), and then hop

Re: Winebot

2007-03-23 Thread Remco
Will winebot be a win32 app or a linux app? Making it a win32 app and developing it on Windows would probably reveal more Wine bugs. Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yah

Undocumented function syssetup.dll.SetupQueryRegisteredOsComponent

2007-03-23 Thread Dan Kegel
Any suggestions as to how to discover the prototype of the apparently undocumented function syssetup.dll.SetupQueryRegisteredOsComponent ? It seems to be needed to install mdac-2.8. ( http://bugs.winehq.org/show_bug.cgi?id=5824 ) - Dan

RE: xcopy / cmd question (lack of real exe in system32)

2007-03-23 Thread Ann & Jason Edmeades
>> The installer I was fiddling with which caused me to write xcopy >> actually uses (effectively) "cmd.exe /c xcopy". The fact I cant >> run a wine supplied program from within another portion of wine was >> what concerned me. I was trying to understand how wine locates it, >> given that Creat

Re: Winebot

2007-03-23 Thread Bryan Haskins
Wow You rpetty much leave us with nothing to complain about... if you truly stick to that, and help users, while still making sure you give the Devs word in their stead... It sounds like a sweet deal. On 3/23/07, Vit Hrachovy <[EMAIL PROTECTED]> wrote: Hi all, first thanks for a lot of comm

Re: Road to 1.0

2007-03-23 Thread Bryan Haskins
Yea, I agree with what you said, I didn't mean for my message to sound like people were doing anything blatantly wrong, the fact is though, if we like them or hate them from a development standpoint, people love these work arounds as users, and, it's just the evolution of the community that will m

Anyone working on XKB support for Wine (or any other Keyboard language detection enhancements)?

2007-03-23 Thread Shachar Shemesh
Hi all, The current keyboard detection and setting code is based on the traditional method of setting a keyboard in X11. It misdetects most any language that carries a US keyboard as the first group. While major work on other areas of Wine means that most programs today don't really care about tha

Re: Road to 1.0

2007-03-23 Thread Kai Blin
On Friday 23 March 2007 20:26, Alexandre Julliard wrote: > "Tom Wickline" <[EMAIL PROTECTED]> writes: > > I see Wine 1.0 as a set of features that AJ has decided upon, once the > > feature set is in the tree then a feature freeze will go onto effect.. > > Then one to six months of only bug fixes. T

Re: Road to 1.0

2007-03-23 Thread Alexandre Julliard
"Tom Wickline" <[EMAIL PROTECTED]> writes: > I see Wine 1.0 as a set of features that AJ has decided upon, once the > feature set is in the tree then a feature freeze will go onto effect.. > Then one to six months of only bug fixes. Then wala 1.0 is born. > > At the last Conf if memory serves me c

Icon for wine

2007-03-23 Thread Marcelo Boveto Shima
I created an svg version of wine's logo and then I created some icons for the wine applications based on wine's logo and tango's icons. wine-regedit.svg is based on a clipart found at openclipart.org: http://openclipart.org/media/files/nicubunu/2842 (license:public domain) They are temporarily hos

re: Winebot

2007-03-23 Thread Dan Kegel
Vit wrote: I'll write the manifest (a),(c) and post it onto Winebot Wiki. Cool... where is that? I gladly accept any input to create a regression test repository, would you be so kind and point me to some list of programs / test miniprograms to make a reference implementation? I'd be glad t

Is anyone using "wrc --verify-translation"?

2007-03-23 Thread Mikołaj Zalewski
For my translations statistics (http://pf128.krakow.sdi.tpnet.pl/wine-transl/) I use a patched wrc that has a different output for "wrc --verify-translation". Could I send this patch to wine-patches or is there someone other using "wrc --verify-translation" and would be upset if the format cha

Re: Add d3drmdef.h header file - try 4

2007-03-23 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: Fix the D3DRMAPI definitions (Dimitry's Comments) Fix the inclusion of d3dtypes.h (Francois' Comments) Where other comments has gone, into a black hole? Changelog Add d3drmdef.h header file, required for d3drm implementation

Re: Review of wine/crossover

2007-03-23 Thread richard
On Wed, Mar 21, 2007 at 11:07:22AM -0700, Dan Kegel wrote: > Another "jouralist tries linux" article. This one's pretty good. > http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9013280 > There is also a comment (page4 of comments) that the Windows app "Quickbook

Re: [1/7] - [6/7] wined3d: Implement linear fog with pixel shader and some other patches

2007-03-23 Thread Artur Szymiec
What apps exactly did you tested ? Best regards Shadow >Dnia czwartek, 22 marca 2007, Mirek napisał: > Perfect work!! nVidia VertexMorph demo is fixed and some other games too. > > > Mirek > > > > > -- -- Registered

Re: WinRAR installer icon creation, and the Start Menu folder

2007-03-23 Thread Jan Zerebecki
On Fri, Mar 23, 2007 at 08:29:03AM -0500, Tom Spear wrote: > hmm. I looked in the shell32 source (0.9.33), and I don't see it in > the function that creates the Desktop and My Documents and co folders, > and its not getting created when I run wineprefixcreate. Should I > open a bug? At some poin

Winebot

2007-03-23 Thread Vit Hrachovy
Hi all, first thanks for a lot of comments. I interpret this as a creative discussion helping to shape WINE project attitude to Winebot and Winebot project itself. I'll let Karl Lattimer to state his attitude with his Wine-Doors project. In the following words, I'm going to discuss my personal

Re: WinRAR installer icon creation, and the Start Menu folder

2007-03-23 Thread Tom Spear
On 3/23/07, Tom Spear <[EMAIL PROTECTED]> wrote: On 3/22/07, Jan Zerebecki <[EMAIL PROTECTED]> wrote: > On Thu, Mar 22, 2007 at 01:22:38PM -0500, Tom Spear wrote: > > Why, if we create folders like Desktop and My Documents, under the > > fake windows directory, do we not create a Start Menu folde

Re: WinRAR installer icon creation, and the Start Menu folder

2007-03-23 Thread Tom Spear
On 3/22/07, Jan Zerebecki <[EMAIL PROTECTED]> wrote: On Thu, Mar 22, 2007 at 01:22:38PM -0500, Tom Spear wrote: > Why, if we create folders like Desktop and My Documents, under the > fake windows directory, do we not create a Start Menu folder? We do create it during wineprefixcreate. .wine/dri

Re: wined3d: Implement support for projective textures in ps 2.0 and later

2007-03-23 Thread H. Verbeet
On 23/03/07, Fabian Bieler <[EMAIL PROTECTED]> wrote: +#define D3DSI_TEXLD_PROJECTED 0x0001 This should be called WINED3DSI_TEXLD_PROJECTED, and should be added to wined3d_private_types.h, together with the other WINED3DSI defines. Also, please add a comment that texldp always divides by the

Re: [netapi32/tests] Use LoadLibrary where needed and skip

2007-03-23 Thread Kai Blin
On Friday 23 March 2007 11:38, Paul Vriens wrote: > access.c currently has fixed tests for 'Administrator'. This will > obviously fail on systems with a different locale or system where > Administrator has been renamed. (Added a FIXME). I'll be looking into that shortly. Thanks for the other fixe

Re: xcopy / cmd question (lack of real exe in system32)

2007-03-23 Thread Alexandre Julliard
Jason Edmeades <[EMAIL PROTECTED]> writes: > The installer I was fiddling with which caused me to write xcopy > actually uses (effectively) "cmd.exe /c xcopy". The fact I cant > run a wine supplied program from within another portion of wine was > what concerned me. I was trying to understand

Re: xcopy / cmd question (lack of real exe in system32)

2007-03-23 Thread Jason Edmeades
I'm just curious: xcopy.exe is an external program in Windows, but you want to make it a builtin command in Wine? No, its already committed in the tree already as an external program (programs\xcopy). The installer I was fiddling with which caused me to write xcopy actually uses (effectively

Re: Allow enabling/disabling Direct3D usage of GLSL in Winecfg

2007-03-23 Thread Vit Hrachovy
H. Verbeet wrote: On 22/03/07, Vit Hrachovy <[EMAIL PROTECTED]> wrote: Hi, according to thread 'WineCfg and DirectX options' at wine-devel, I'm proposing a patch for winecfg to allow enabling/disabling usage of GLSL for Direct3D applications rendering. Patch will add a checkbox into Graphics ->