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
"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
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
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
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]
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
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
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
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
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
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
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
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
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
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. :-)
* 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
Any chances to get it running again?
http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php?id=636
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
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
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
* 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. :-)
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
22 matches
Mail list logo