Re: [PATCH 3/6] CMD.EXE: Handle command line as Unicode

2007-05-25 Thread Dmitry Timoshkov
"Ann & Jason Edmeades" <[EMAIL PROTECTED]> wrote: Compile error was: ../../tools/winegcc/winegcc . ../../dlls/winecrt0/libwinecrt0.a(exe_main.o): In function `main': /home/wine/wine/dlls/winecrt0/exe_main.c:48: undefined reference to `WinMain' Does wine support this? I initially did it thi

Re: c++ code

2007-05-25 Thread Dmitry Timoshkov
"Evan Stade" <[EMAIL PROTECTED]> wrote: I want to write conformance tests for gdiplus and that requires the use of c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers for that have c++ code in them, also eventually when the gdi+ c++ wrappers are written on top of the flat

Re: 64-bit compilation broken today

2007-05-25 Thread Bryan DeGrendel
A couple of libxml2 externs were recently added to dlls/msxml3/msxml_private.h Both functions have a xmlNodePtr as a parameter, which is defined in the libxml2 header. However, both externs were added outside msxml_private.h's libxml2 preprocessor check, so I believe it causes a compilation erro

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread [EMAIL PROTECTED]
On 5/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Reading the Ubuntu forums, I've noticed quite a few reports from users > complaining about Wine deadlocking their system - keyboard unresponsive, > with no solution but to restart the e

64-bit compilation broken today

2007-05-25 Thread Evil Jay
This might already be known, but sometime in the last eight hours or so, git seems to have broken: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith

No release today?

2007-05-25 Thread Scott Ritchie
I heard a rumor in IRC that there wasn't going to be a release today. Seems to be true. Alexandre, in the future could you please send out an email to wine-devel when you know there won't be a release? I scheduled my day partially around building the upcoming 0.9.38 packages, but that didn't happ

Re: [PATCH 4/4] secur32: Fix NTLM's InitializeSecurityContextA/W to be flexible with the index of the token buffer in both the input and output buffer descriptions.

2007-05-25 Thread Kai Blin
On Friday 25 May 2007 07:24:13 Kai Blin wrote: > >              TRACE("pInput->pBuffers[0].cbBuffer is: %ld\n", > > -                    pInput->pBuffers[0].cbBuffer); > > +                    pInput->pBuffers[input_token_idx].cbBuffer); > >              ret = SEC_E_INVALID_TOKEN; > > If you chang

Compiling tests standalone on windows

2007-05-25 Thread Dan Kegel
(This is more for my own notekeeping, but maybe it'll be of interest to somebody else.) Sometimes it's nice to build a test with visual C++ on Windows without any makefiles or projects. You just have to get a command prompt that has run vcvars32.bat, e.g. by doing Start / All Programs / Visual C

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread L. Rahyen
On Thursday May 24 2007 18:35, Rick Romero wrote: > On Thu, 2007-05-24 at 11:19 -0700, Scott Ritchie wrote: > > Reading the Ubuntu forums, I've noticed quite a few reports from users > > complaining about Wine deadlocking their system - keyboard unresponsive, > > with no solution but to restart the

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread James Liggett
On Fri, 2007-05-25 at 15:11 -0500, [EMAIL PROTECTED] wrote: > > Anyone else seen these kinds of reports? I have issues similar to Richard's with Counter-Strike: Source when I play in 800x600 mode. The game plays fine, but it hangs my box when I try to exit and wine tries to bring my desktop back t

RE: CMD.EXE patchset 1->6

2007-05-25 Thread Ann & Jason Edmeades
>> Alexandre - How does the email address get into the change log, is it a >> manual process or by hand. Ideally I'd like my main email address to be the >> one in the Changelog, rather than the gmail one which is purely to see if it >> resolves the problems I am having sending in patchsets - Is t

RE: [PATCH 3/6] CMD.EXE: Handle command line as Unicode

2007-05-25 Thread Ann & Jason Edmeades
> int main (int argc, char *argv[]) > { > + LPWSTR *argvW = NULL; > + int args; > + WCHAR *cmdW = NULL; >If you will start using wmain() instead of main() you get unicode args for >free, and that will help to avoid changing the command line parsing code. Hi, Sorry for the delayed respons

Re: New winetricks: add support for Red Hat's liberation fonts

2007-05-25 Thread Hans Leidekker
On Friday 25 May 2007 19:30:14 Scott Ritchie wrote: > All right, clearly we need to handle this somehow. I'm just thinking > that there needs to be a way to install these fonts WITHOUT Wine such > that they're available to non-Wine programs, and that when a user has > done that Wine should then re

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread [EMAIL PROTECTED]
On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: Reading the Ubuntu forums, I've noticed quite a few reports from users complaining about Wine deadlocking their system - keyboard unresponsive, with no solution but to restart the entire computer. I've had the keyboard stop responding... ofte

c++ code

2007-05-25 Thread Evan Stade
Hi I want to write conformance tests for gdiplus and that requires the use of c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers for that have c++ code in them, also eventually when the gdi+ c++ wrappers are written on top of the flat api then we will need to be able to c

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Evan Stade
I think all the files that Mounir said to include are all modified automatically or by Julliard "You should not include any autogenerated code, that was created from 'autoconf' or a tool inside 'tools/' ( tools/make_makefiles or winedump as examples), when you submit your Patch to winehq.org" On

Re: CMD.EXE patchset 1->6

2007-05-25 Thread Jesse Allen
On 5/25/07, Ann & Jason Edmeades <[EMAIL PROTECTED]> wrote: Hiya, (Sorry - been away for 2 weeks so just catching up) Maybe Demon are caching, I don't know if I can tell - files do turn up eventually. I've just set up msmtp so I can send my emails in through a gmail account instead, so I'll gi

Re: rsaenh: AcquireContext can have multiple flags defined at the same time

2007-05-25 Thread Maarten Lankhorst
Mounir IDRASSI schreef: > Hi, > Your patch is wrong: the flags CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT > can't be mixed and if they are set together like in your patch > AcquireContext should return NTE_BAD_FLAGS. You can check that using the > MS implementation under windows. It's also clearly sta

RE: CMD.EXE patchset 1->6

2007-05-25 Thread Ann & Jason Edmeades
>I believe what is happening is that the WineHQ mail server only accepts >one SMTP connection at a time. This will probably reject half the >messages sent by your mail server. Then they will get resent after a >short period of time, but in batches so more messages will get rejected >and then re

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread James Hawkins
On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: >> Hi, >> You also have to modify other files in order to integrate your stub >> implementation to the wine build chain: Makefile.in, configure and >> configure.ac in

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Andrey Turkin
James Hawkins wrote: On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: Hi, You also have to modify other files in order to integrate your stub implementation to the wine build chain: Makefile.in, configure and configure.ac in the wine root directory, Makefile.in in the "dlls" directory. T

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread James Hawkins
On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: Hi, You also have to modify other files in order to integrate your stub implementation to the wine build chain: Makefile.in, configure and configure.ac in the wine root directory, Makefile.in in the "dlls" directory. The only file outside o

Re: RegDeleteTree [10]

2007-05-25 Thread Stefan Leichter
Am Friday 25 May 2007 18:41 schrieb James Hawkins: > On 5/25/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > Am Friday 25 May 2007 00:48 schrieb Juan Lang: > > > Hi Stefan, > > > > > > +/* Find how many subkeys there are */ > > > > > > This comment is incorrect. > > > > > > You have also rei

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-25 Thread Mounir IDRASSI
Hi, You also have to modify other files in order to integrate your stub implementation to the wine build chain: Makefile.in, configure and configure.ac in the wine root directory, Makefile.in in the "dlls" directory. Mounir IDRASSI IDRIX - Cryptography and IT Security Experts http://www.idrix.fr

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread eAi
I've had deadlocks every time I've tried to play Half-Life (1) on the current Ubuntu and current WINE. Had to restart the computer each time. Other programs seemed to be fine, but I imagine Half-Life is much more "intensive" than mIRC (for example). Ed Stefan Dösinger wrote: Hi Wine is a u

Re: New winetricks: add support for Red Hat's liberation fonts

2007-05-25 Thread Scott Ritchie
On Fri, 2007-05-25 at 19:20 +0200, Hans Leidekker wrote: > On Friday 25 May 2007, mark cox wrote: > > > Scott, That wasn't what i was thinking when i suggested it to Dan. If users > > tests the fonts with wine, which they can now do using winetricks, i was > > hoping that the font names could be r

Re: New winetricks: add support for Red Hat's liberation fonts

2007-05-25 Thread Hans Leidekker
On Friday 25 May 2007, mark cox wrote: > Scott, That wasn't what i was thinking when i suggested it to Dan. If users > tests the fonts with wine, which they can now do using winetricks, i was > hoping that the font names could be remapped/hacked so that the names of the > mscorefonts map to the re

Re: credui: Add stub for CredUIReadSSOCredW

2007-05-25 Thread James Hawkins
On 5/25/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: According to wine's headers, the *A version isn't in there, so not adding a stub for it. You forgot to attach the patch. -- James Hawkins

Re: rsaenh: AcquireContext can have multiple flags defined at the same time

2007-05-25 Thread Mounir IDRASSI
Hi, Your patch is wrong: the flags CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT can't be mixed and if they are set together like in your patch AcquireContext should return NTE_BAD_FLAGS. You can check that using the MS implementation under windows. It's also clearly stated in MSDN that CRYPT_VERIFYCONTE

Re: RegDeleteTree [10]

2007-05-25 Thread James Hawkins
On 5/25/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: Am Friday 25 May 2007 00:48 schrieb Juan Lang: > Hi Stefan, > > +/* Find how many subkeys there are */ > > This comment is incorrect. > > You have also reintroduced tabs in this patch - please don't do that. > --Juan ChangeLog ---

Re: bugzilla component needed

2007-05-25 Thread Tony Lambregts
James Hawkins wrote: > Hey Tony, > > Can we get a wine-advapi32 component? > > Thanks, > James Hawkins > > > Done.. -- Tony Lambregts

Re: crypt32: remove wrong test and parameter check

2007-05-25 Thread Detlef Riekenberg
On Do, 2007-05-24 at 16:45 -0700, Juan Lang wrote: > --Juan No Patch was found in this Message. -- By by ... Detlef

Re: "Submitted Bug Link rejected" notification is kinda useless

2007-05-25 Thread Alexander Nicolaysen Sørnes
Fredag 25 mai 2007 08:21, skrev Scott Ritchie: > On Fri, 2007-05-25 at 07:57 +0200, RusH wrote: > > Here is my problem : > > > > On 5/25/07, AppDB <[EMAIL PROTECTED]> wrote: > > > Submitted Bug Link rejected > > > --- > > > The Bug Link you submit

About Parallel Port Driver

2007-05-25 Thread Zhongli Xu
Hi all, I have a .sys driver for parallel port communication. But it seems wine didn't support loading the driver. My windows program has to be configured as XP version. And directly accessing to parallel port is not allowed on the XP host, therefore _outp() and _inp() are useless. Is there any s