Linuxworld - meeting the guys at the Codeweavers booth

2005-08-09 Thread Hiji
Hi all! I just got back from Linuxworld, and fortunately, I found the Codeweavers booth! I had the pleasure of meeting both Aric Stewart and Rob Shearman (hope I spelled your names right!); I wanted to meet Jeremy too, but I was told that he was off at meetings. In any case, both Rob and Aric we

Re: Move some not private LDAP definitions and API declarations from winldap_private.h to public header winldap.h

2005-08-09 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: > Please don't. My pending patches need those definitions and declarations > in winldap_private.h. Well, then it should be a copy not the move since winldap.h should have them. Will you handle that, or should I send winldap.h changes separately? -- D

Re: PATCH: winelauncher tmp file

2005-08-09 Thread Vincent Béron
Le mar 09/08/2005 à 16:23, Marcus Meissner a écrit : [snip] > @@ -87,6 +87,7 @@ > > # ok, we really give up now, this system is hosed ;-) > cat $MSGFILE > +rm MSGFILE +rm $MSGFILE But I'm pretty sure Alexandre would have catched it... Vincent

Re: wine/ tools/winegcc/winegcc.c tools/winegcc/Ma ...

2005-08-09 Thread Marcelo Duarte
Hum I do make and the error occurs compile ntdll. I do make again and it builds. Is this behavior correct? OS Fedora Core 2 gcc --version gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) Marcelo Duarte escreveu: This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with la

Re: MSHTML: Report BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start [RESEND]

2005-08-09 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > Is there something wrong with this patch? It breaks make test because one of the todo_wine tests now partially succeed. Could you please fix the test and resubmit? -- Alexandre Julliard [EMAIL PROTECTED]

Re: WINEALSA: remove crackling in DirectSound/ALSA combination

2005-08-09 Thread Jacek Caban
Hello. Alex Villací­s Lasso wrote: * Can somebody check if the DirectSound tests actually pass in Windows? You can check it here: http://test.winehq.org/data/ Jacek

Re: Porting Device Drivers to Winehq

2005-08-09 Thread John Shillinglaw
Thank you all for your help. I was vaguely aware that wine could not use the 95 drivers for my card, and developing pcmcia-cs / alsa drivers was my goal. Finding accurate, recent win 95 decodeing info/ tools on the net was difficult, and I knew that wine developers face the same problem in developi

Re: wine/ tools/winegcc/winegcc.c tools/winegcc/Ma ...

2005-08-09 Thread Marcelo Duarte
This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with last updates from Lecacy Fedora. Output: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./kernel32.spec comm.drv.spec.o krnl386.exe.spec.o stress.spec.o system.drv.spec.o toolhelp.spec.o win87em.spec.o windeb

WINEALSA: remove crackling in DirectSound/ALSA combination

2005-08-09 Thread Alex Villací­s Lasso
For a long time, I have been annoyed by a faint crackling that can be heard on the sound output of any DirectSound program when full hardware acceleration is enabled on the ALSA driver. Even after a patch I sent earlier (which corrected a bigger artifact), this crackling remained. Last night, I

Re: Porting Device Drivers to Winehq

2005-08-09 Thread Juan Lang
Hi John, > Can anyone point me to documentation/help or tools for disassembling > Windows 95 drv and vxd files and/or porting them to wine?? No. Wine doesn't provide support for device drivers. We have some fake VxDs in there, just for some old apps that called them to do non-device driver type

Re: Porting Device Drivers to Winehq

2005-08-09 Thread Kuba Ober
On Tuesday 09 August 2005 10:19, John Shillinglaw wrote: > Hello, > > Can anyone point me to documentation/help or tools for disassembling > Windows 95 drv and vxd files and/or porting them to wine?? > > I have a Roland SCP-55 Soundcanvas card (pcmcia ) which is not > recognized by linux I'd start

Re: Porting Device Drivers to Winehq

2005-08-09 Thread Andreas Mohr
Hi, On Tue, Aug 09, 2005 at 10:19:24AM -0400, John Shillinglaw wrote: > Hello, > > Can anyone point me to documentation/help or tools for disassembling > Windows 95 drv and vxd files and/or porting them to wine?? This is a rather totally wrong kind of query, since Wine won't be able to help you a

Porting Device Drivers to Winehq

2005-08-09 Thread John Shillinglaw
Hello, Can anyone point me to documentation/help or tools for disassembling Windows 95 drv and vxd files and/or porting them to wine?? I have a Roland SCP-55 Soundcanvas card (pcmcia ) which is not recognized by linux, and Windows XP ( which I don't like using anyway ) will not recognize the driv

codevisual2flowchart gui problems

2005-08-09 Thread Vijay Kiran Kamuju
Hi, When i run codevisual2flowchart using wine-20050726. There is no minimize, maximize buttons. The menus are quite big (duoble the size). It spewing out this messages fixme:imm:ImmGetContext (0x10374) STUB fixme:imm:ImmSetCompositeWindow stub I think these functions need to be implemented as m

Re: PATCH: GlobalAddAtomA check for invalid ptr

2005-08-09 Thread Andreas Mohr
Hi, On Tue, Aug 09, 2005 at 01:32:51PM +0300, Saulius Krasuckas wrote: > * On Tue, 9 Aug 2005, Andreas Mohr wrote: > > * On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote: > > > > > > It if uninitialized memory in a case of MSVC and MSVCRTD, I guess. > > > BG in the app. :-)

Re: PATCH: GlobalAddAtomA check for invalid ptr

2005-08-09 Thread Saulius Krasuckas
* On Tue, 9 Aug 2005, Andreas Mohr wrote: > * On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote: > > > > It if uninitialized memory in a case of MSVC and MSVCRTD, I guess. > > BG in the app. :-) > > Yup, and AFAIR this gets initialized with 0x0c since that is a > breakpoint

daily WRT build process stopped

2005-08-09 Thread Saulius Krasuckas
Any chances to get it running again? http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php?id=636

Re: wine/ server/trace.c server/request.h server/p ...

2005-08-09 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Does that mean we can now eject a CD even if an installer program keeps > a file open on it? Not yet, there are still some pieces missing. > If so, should we have a wineeject to call that server > request, or is it planned to be taken care of in some o

Re: PATCH: GlobalAddAtomA check for invalid ptr

2005-08-09 Thread Andreas Mohr
Hi, On Tue, Aug 09, 2005 at 12:13:22PM +0300, Saulius Krasuckas wrote: > * On Tue, 9 Aug 2005, Marcus Meissner wrote: > > > > The Ikea kitchen planner passed 0x for some reason and works > > much better after this patch. > > It if uninitialized memory in a case of MSVC and MSVCRTD, I gu

Re: WLDAP32: implement ldap_{get,set}_option{A,W} (resend)

2005-08-09 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > +switch (option) > +{ > +case LDAP_OPT_API_FEATURE_INFO: > +{ > +LDAPAPIFeatureInfoW *featureW; > + > +ret = ldap_get_optionW( ld, option, featureW ); > +value = featureinfoWtoA( featureW ); > +featureinfo

Re: PATCH: GlobalAddAtomA check for invalid ptr

2005-08-09 Thread Saulius Krasuckas
* On Tue, 9 Aug 2005, Marcus Meissner wrote: > > The Ikea kitchen planner passed 0x for some reason and works > much better after this patch. It if uninitialized memory in a case of MSVC and MSVCRTD, I guess. BG in the app. :-)

Re: Move some not private LDAP definitions and API declarations from winldap_private.h to public header winldap.h

2005-08-09 Thread Hans Leidekker
On Tuesday 9 August 2005 10:25, Dmitry Timoshkov wrote: > Move some not private LDAP definitions and API declarations from > winldap_private.h to public header winldap.h. Please don't. My pending patches need those definitions and declarations in winldap_private.h. -Hans