On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> decided to try a simple test [of msvc++ 6.0]. I tried to create a new
> win32 console application with mfc support. After the
> final step in the appwizard the porgram hung. In the
> terminal I launched msdev from there was the following
>
With the advent of 20050930 wine can no longer load the shared libraries
used by my winelib app. Are there any docs or descriptions about how to
deal with this change?
I have an app that gets built into, say, ./app/app.exe.so. It uses a
shared library, say ./lib/liblib.so, that uses win32 APIs. To
The subject is wrong. It does not fix 3487, it only fixes a ddraw debug-bug.
Peter
* Marcus Meissner <[EMAIL PROTECTED]> [06/10/05, 19:47:29]:
> jstest uses the joystick interface but not the event dev interface...
>
> WINE can use both.
All I can say is that it doesn't seem to work with evdev loaded and
joydev not loaded.
Cheers,
Kai
--
Kai Blin, (blin at gmx dot net)
Robert Reif wrote:
Thanks for the pointer. There was a patch submitted back in 2003 for
SharedUserData
but it wasn't committed.
Is anyone working on implementing SharedUserData for a more recent
version of wine?
We've got a hack that makes safedisc happy, not currently in CVS.
Ivan.
Vitaliy Margolen wrote:
0x7ffe is SharedUserData that is present on all NT+ systems. It's format
only documented in DDK for kernel address space and only for some first several
values.
This structure keeps growing as I understand and no one except MS knows what's
all in it. We do need this
> If the bit-wise manipulation of the parallel port is exposed as some kind
> of interface under Win9x,
Yes. It's exposed by enabling access to all io ports by default.
> we can probably do better than inb() / outb().
You can't do any better than that. If an application does inb()/outb(), the
On Thursday 06 October 2005 09:38, Vitaliy Margolen wrote:
> Thursday, October 6, 2005, 1:31:09 AM, Raphael wrote:
> > Hi,
> > Changelog:
> > - fix 3487: don't crash if pDDSD is NULL on DirectDrawSurface::Lock
> > Regards,
> > Raphael
> > +if (NULL == lpddsd) {
> > + DPRINTF("(null)\n")
> @@ -859,15 +939,14 @@
> JoystickImpl *This = (JoystickImpl *)iface;
> intxfd = This->joyfd;
> inti,axes,buttons;
> -intwasacquired = 1;
>
> TRACE("%p->(%p)\n",iface,lpDIDevCaps);
> -if (xfd==-1) {
> +
> /* yes, ga
Jeremy Newman wrote:
Until that happens, I'll just go in and approve your privs.
Back when we had some troll on bugzilla you gave me privs to edit users, so I could handle these
requests if you want. However I'd like to see the appdb people having rights to do this too.
Ivan.
Dimi Paun wrote:
What do we need to do to get there? What is shdocvw
using now?
Builtin MSHTML works fine with shdocvw. urlmon
is a bit worse. It currently fails after BindToStorage
call. I didn't try to get it working with current
implementation as it's really just a hack and my
tests show
Hey Newman!
--- Jeremy Newman <[EMAIL PROTECTED]> wrote:
> Might be a good idea to maybe add a bugs-admin @winehq.org email that
> can be shown on bugzilla itself. Then that email will email all the
> bugzilla maintainers. Similar to what we do with the appdb.
That would be perfect, from my persp
On Thu, Oct 06, 2005 at 07:30:24PM +0200, Kai Blin wrote:
> * Marcus Meissner <[EMAIL PROTECTED]> [06/10/05, 18:41:07]:
>
> > modprobe evdev
> >
> > And check again.
> >
> > evdev is more transparent than the joystick interface.
>
> As I said, evdev is already loaded, or my synaptics touchpad
* Marcus Meissner <[EMAIL PROTECTED]> [06/10/05, 18:41:07]:
> modprobe evdev
>
> And check again.
>
> evdev is more transparent than the joystick interface.
As I said, evdev is already loaded, or my synaptics touchpad wouldn't
work. Still, I have /dev/input/event[0-2] and jstest just segfault
On Thu, Oct 06, 2005 at 06:29:00PM +0200, Kai Blin wrote:
> * Christoph Frick <[EMAIL PROTECTED]> [04/10/05, 17:14:32]:
>
> > if there is a /dev/input/event[0-9] for the joystick, then WINE will
> > detect it and will use it as joystick.
>
> As I said, there's no /dev/input/eventX for my joystic
* Christoph Frick <[EMAIL PROTECTED]> [04/10/05, 17:14:32]:
> if there is a /dev/input/event[0-9] for the joystick, then WINE will
> detect it and will use it as joystick.
As I said, there's no /dev/input/eventX for my joystick. Loading the
joydev module will create a /dev/input/js0 device. Crea
I'm the global admin, but I don't consider myself the maintainer. I
thought we had a couple of volunteers to help with requests.
Might be a good idea to maybe add a bugs-admin @winehq.org email that
can be shown on bugzilla itself. Then that email will email all the
bugzilla maintainers. Similar t
On 10/5/05, Dieter Komendera <[EMAIL PROTECTED]> wrote:
> So I want to ask you, what you think about an irc-bot in the
> channel, that logs everything that's written.
Mike had one before and because of it we decided not to log the IRC
channel. Since IRC is a rather informal atmosphere, we figured
On Tue, 04 Oct 2005 16:49:55 +0200, Holly Bostick wrote:
> The thing is, there's a question on wine-users as to how to configure
> parallel ports in the absence of the config file.
What configuration is actually needed? IIRC the config file contained some
magic numbers in hex, not something that
On Mon, 03 Oct 2005 19:15:20 +0200, Holly Bostick wrote:
> As far as I know, Gentoo (along with many other distros) cleaned up their
> act w.r.t wine several months ago (when Mike Hearn, I believe, got the
> various maintainers to *pay attention* to Wine development, rather than
> just assuming tha
On Tue, 04 Oct 2005 16:30:43 +, Christian Gmeiner wrote:
> For instance i want to use arts as soundoutput, but when it is enabled,
> wine crash at startup.
Well, arts is known to be very buggy. Can you get a backtrace of the crash?
On Thu, 06 Oct 2005 06:22:00 +0100, Ivan Leo Puoti wrote:
> Then a good FAQ should do.
Indeed, I used to maintain an FAQ myself. Just use the wiki for it and
link in the topic line.
--- Robert Shearman <[EMAIL PROTECTED]> wrote:
> Actually, you can ignore all flags except COINIT_APARTMENTTHREADED and
> COINIT_MULTITHREADED. These are the only two that matter for the error
> message and return value of CoInitializeEx. Just and these two flags
> with dwCoInit before comparing
On Thursday 06 October 2005 23:15, Robert Lunnon wrote:
> On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote:
> > Robert Lunnon <[EMAIL PROTECTED]> writes:
> > > Yes, fixed that but the linker still insists on including main() in the
> > > shared library. If I remove libwinecrt0.a from th
On October 5, 2005 11:10 pm, Vitaliy Margolen wrote:
>
> I think this is the way it might look like. It's a hack and
> not the real solution.
>
> WARNING:
> I haven't tested this beyond notepad so it might not work at
> all or have some major problems. For all I know it might wipe
> out your entire
> >> Several years ago I had my programmer and one other device working
> >> with dosemu and or bochs but after I updated from Mandrake 8.2 I
> >> think I have not been able to get it working again. I think the
> >> kernel has changed on hardware access and will require special
>
On Wednesday 05 October 2005 22:49, Alexandre Julliard wrote:
> Robert Lunnon <[EMAIL PROTECTED]> writes:
> > Yes, fixed that but the linker still insists on including main() in the
> > shared library. If I remove libwinecrt0.a from the link then the link
> > goes OK and nm shows no references to m
On Thu, Oct 06, 2005 at 01:01:59PM +0200, Jonathan Ernst wrote:
> Hello,
>
> This might solve people's concerns about the difficulty to use/search in
> bugzilla.
>
> You can save queries, make fast search in comments thanks to the local
> database (use top right search field), etc.
>
> Of course
Hello,
This might solve people's concerns about the difficulty to use/search in
bugzilla.
You can save queries, make fast search in comments thanks to the local
database (use top right search field), etc.
Of course I discovered this application right after having triaged some
hundreds bugs...
h
Ask Tony Lambregts; he has this ability.
Le mercredi 05 octobre 2005 à 17:16 -0700, Juan Lang a écrit :
> Just who is the bugzilla maintainer, anyway? Newman? It'd be nice if it
> were easier to find that out..
>
> Anyway, I'd like to have permission to accept bugs. Shouldn't all of the
> hack
> "Robert" == Robert Reif <[EMAIL PROTECTED]> writes:
Robert> I am getting this exception: Unhandled exception: page fault on
Robert> read access to 0x7ffe02d8 in 32-bit code (0x51102a96).
Robert> and I found this in winternal.h:
Robert> #if (_WIN32_WINNT >= 0x0501) #define
Thursday, October 6, 2005, 1:31:09 AM, Raphael wrote:
> Hi,
> Changelog:
> - fix 3487: don't crash if pDDSD is NULL on DirectDrawSurface::Lock
> Regards,
> Raphael
> +if (NULL == lpddsd) {
> + DPRINTF("(null)\n");
> } else {
Please don't use DPFINTF
> + if (lpddsd->>dwSize >=
32 matches
Mail list logo