Re: Final call for bug fixes (insert , after DEL)

2005-10-22 Thread Detlef Riekenberg
Am Freitag, den 21.10.2005, 15:09 +0200 schrieb Alexandre Julliard: So if you have bugs that you feel must be fixed for 0.9 (and that can be fixed with minimal changes), now is the time to speak up... Has someone a fix for the DEL-Key while NumLock is active - Problem? (inserting a , after

Roadblock #1 for VB installers: MDAC

2005-10-22 Thread Dan Kegel
A lot of VB apps use MDAC (http://msdn.microsoft.com/data/mdac/downloads/). They tend to include mdac_typ.exe, the mdac installer, and run it, but unfortunately, Wine doesn't seem to run it properly. (I'm testing using mdac 2.7 sp1, fwiw.) First, the MDAC installer refuses to run unless the

Re: GDI/tests: link to {G|S}etRelAbs() during runtime

2005-10-22 Thread Huw Davies
On Fri, Oct 21, 2005 at 01:06:48PM +0300, Saulius Krasuckas wrote: +hGDI = LoadLibraryA(gdi.dll); You mean gdi32.dll -- Huw Davies [EMAIL PROTECTED]

Wine project: Support third party LDDM graphic drivers

2005-10-22 Thread Claude Mench
hello all, don't bother on this message if you feel it has nothing to be here. But I rencently read a whole lot of MSDN documentation about the LDDM infrastructure. The new Windows graphics vista driver model.

Cannot compile 20050830 on Solaris 9

2005-10-22 Thread Rob Done
Ok, Im almost there (or at least alot closer). After editing a source file and a few Makefiles and manually applying several diffs from Robert Lunnons patchkit from different Wine versions (none applicable to 20050830). I got Wine to compile on Solaris 9! Now when running wine, it sits

Re: [ World of Warcraft ] The 1.8 Patch brings the target ( or targeting ) problem back

2005-10-22 Thread Christoph Rudorff
Mike Hearn schrieb: On Wed, 12 Oct 2005 21:16:05 +, Eddahbi Karim wrote: Now the mouse problem comes back but the workarounds don't work this time. It's not a regression, it's a bug enhancement. ACK The old workaround for WineX still work according to gentoo-forums [2]. It seems

wine FC package [was: Final call for bug fixes]

2005-10-22 Thread Paolo Abeni
hi, I have build a FC4 rpm package adapting the MDK spec file and patches. All the files can be found here: http://magisystem.yi.org/rpms/ I hope that it can help... Regards, Paolo Abeni -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor:

Caching for X11DRV_SetImageBits?

2005-10-22 Thread Michael Carlson
Let me start off with an introduction. I'm a veteran C programmer, but I'm unfamiliar with programming X11 and unfamiliar with wine, although I've been looking into both recently to correct a problem I'm having with wine. I posted about the same problem in August on the same mailing list, about

Re: bug 2398: OpenGL, child windows, and wine

2005-10-22 Thread Tobias Burnus
Hello, Dan Kegel wrote: he suggests using the new GL_EXT_framebuffer_object OpenGL extension. I checked around a bit, and it appears to be at least partly supported by the latest NVidia and ATI drivers. I'm tempted to say skip the workaround, at least for the first pass, and just implement the

Re: Downloading Mozilla ActiveX

2005-10-22 Thread Mitchell Mebane
Vincent Béron wrote: Le mar 18/10/2005 à 18:31, Jonathan Ernst a écrit : Le mardi 18 octobre 2005 à 11:38 -0600, Brian Vincent a écrit : On 10/18/05, Vitaliy Margolen [EMAIL PROTECTED] wrote: Does that server has enough capacity to handle all

compile wine with icc

2005-10-22 Thread Tomas Carnecky
anyone already tried that? I'm getting some errors when compiling wine which I was able to fix, but World of Warcraft won't start... Will icc be supported at some time in the furure? tom

New themes question

2005-10-22 Thread Matevz Jekovec
Now that Wine supports different theme packs for Windows, would it be possible to render Windows widgets using the native current desktop KDE/Gnome theme? Also other stuff like font size, name and colors for Windows widgets, could they all be unified? That would *really* be something:). Big

Re: [PATCH] wined3d VideoRam registry setting

2005-10-22 Thread Lukas Middendorf
Am Mon, 17 Oct 2005 00:17:22 +0200 schrieb Fabian Bieler [EMAIL PROTECTED]: On Sunday 16 October 2005 23:34, Fabian Bieler wrote: OK, here I go again: This is a small C program which should get the videoRam using the NV-CONTROL and ATIFGLEXTENSION extensions. As I only have a nVidia card,

Re: [ World of Warcraft ] The 1.8 Patch brings the target ( or targeting ) problem back

2005-10-22 Thread Eddahbi Karim
Mike Hearn mh at codeweavers.com writes: On Wed, 12 Oct 2005 21:16:05 +, Eddahbi Karim wrote: Now the mouse problem comes back but the workarounds don't work this time. It's not a regression, it's a bug enhancement. The old workaround for WineX still work according to

Re: shell32: Remove redundant .\\ from test files

2005-10-22 Thread Jakob Eriksson
James Hawkins wrote: Hi, I started by removing all .\\ from the shlfileop.c test file in msvc and the tests all passed , but three of the tests failed in wine. If the tests fail on wine, should they not be todo_wine{} then? regards, Jakob

preload libGL

2005-10-22 Thread Tomas Carnecky
I need to preload my own library with a custom glXSwapBuffers(). But wine opengl libGL.so directly so there's no way to do it. I've ended up doing this: glXSwapBuffersType preload__glXSwapBuffers = (glXSwapBuffersType) wine_dlsym(RTLD_DEFAULT, glXSwapBuffers, NULL, 0);

Re: Fix for #3464

2005-10-22 Thread Jakob Eriksson
Can I create b: on the fly, allocate 1.44 megabyte RAM, do all copies there and then copy it back? Am I on crack? regards, Jakob Eric Pouech wrote: It turns out that DOS' ioctl 0x440F (set logical drive map) was strangely implemented. From the doc I have, this ioctl is responsible for

Re: button.c: misplacement of checkboxes with empty label fixed, found one mistypo...

2005-10-22 Thread Paul Millar
Hi Markus, Please send patches included as in-line text (being careful to avoid line-wraps). This helps for reviewing patches. The changelog entry normally goes before the patch, not included as part of the patch. Cheers, Paul. On Wednesday 19 Oct 2005 12:18, you wrote:

The program crashes after start

2005-10-22 Thread Pierluigi Adami
Hi to all, coming from wine-users I was suggested to move to this list to solve my problem: I am trying to run a .EXE under wine (updated at 30th of September) on my Ubuntu; the program is a quite expensive Italian dictionary not available on the net. It installs correctly but it crashes

autoexec.bat and pif's which run batch files

2005-10-22 Thread paul
I have not seen this one problem listed and it may be a 1.0 target. Filed bug 3638. Legacy installers modify autoexec.bat to add the install directory to the path and may also use set's. After the installer installs the program will not run as it's bin directory is not in the path. This also

Re: dinput: Fix mouse poll and few other bugs

2005-10-22 Thread Stefan Dösinger
Am Samstag, 15. Oktober 2005 18:49 schrieb Magnus Olsen: Hi This change allown me run all MS DirectInput sample with out any problem. it also take care of bad writen dinput program that try getting the mouse, Without calling on right api, see my commmect in dinput. I have not tested in wine,

Re: preload libGL

2005-10-22 Thread Lionel Ulmer
Do you need it to fix the mouse pointer lagging problem with fglrx? This patch might be what you need. It works for me with Half-Life and Jedi Academy. I kinda see how this could help, but it would need to be better understood first before being applied (it would need, of course, to not link

Re: Wine project: Support third party LDDM graphic drivers

2005-10-22 Thread Krzysztof Foltman
Stefan Dösinger wrote: Implementing a wrapper for windows graphics drivers is surely technically interesting, it's an unnecessary effort, which is better invested elsewhere(For example in making the native Linux drivers better). Haven't I heard something analogical before? That'd be...

Re: Final call for bug fixes (insert , after DEL)

2005-10-22 Thread zhilla
Detlef Riekenberg wrote: So if you have bugs that you feel must be fixed for 0.9 (and that can be fixed with minimal changes), now is the time to speak up... Has someone a fix for the DEL-Key while NumLock is active - Problem? (inserting a , after deleting the character right from the cursor)

Re: Final call for bug fixes

2005-10-22 Thread Mike Hearn
On Fri, 21 Oct 2005 15:09:39 +0200, Alexandre Julliard wrote: Folks, I think we are in good shape for the release; the current plan is to release on Tuesday. So if you have bugs that you feel must be fixed for 0.9 (and that can be fixed with minimal changes), now is the time to speak up...

Re: compile wine with icc

2005-10-22 Thread Eric Pouech
Tomas Carnecky wrote: anyone already tried that? I'm getting some errors when compiling wine which I was able to fix, but World of Warcraft won't start... Will icc be supported at some time in the furure? tom last time I checked, icc didn't support stdcall calling convention, which is

Re: compile wine with icc

2005-10-22 Thread Dan Kegel
On 10/16/05, Tomas Carnecky [EMAIL PROTECTED] wrote: I'm getting some errors when compiling wine which I was able to fix, but World of Warcraft won't start... Will icc be supported at some time in the furure? Maybe, especially if people who want it supported pitch in by running the Wine

Re: preload libGL

2005-10-22 Thread Lionel Ulmer
On Sat, Oct 22, 2005 at 08:39:28PM +0200, Tomas Carnecky wrote: I don't really see any dfference between dlopen(libGL) at run-time and linking x11drv with libGL at compile-time.. Well, suppose you want to do a 'full-blown' Wine distribution. You would then link to libGL at compile time. And

Re: Wine project: Support third party LDDM graphic drivers

2005-10-22 Thread Stefan Dösinger
Haven't I heard something analogical before? That'd be... let's see... Wine myth.. #2? I know of this, and I agree that Wine is a good thing(Otherwise I wouldn't read this list and do any development) But in my opinion, there's a difference in that matter between Applications and Drivers. An

Re: preload libGL

2005-10-22 Thread Stefan Dösinger
Hello, I kinda see how this could help, but it would need to be better understood first before being applied (it would need, of course, to not link directly to GL and use function pointers :-) ). Heck, it should make performance almost worse as we add a round-trip to the X server to do this

Re: preload libGL

2005-10-22 Thread Lionel Ulmer
On Sat, Oct 22, 2005 at 11:06:14PM +0200, Tomas Carnecky wrote: I personally would vore for the first option, make opengl a wine requirement, we'll soon have opengl integrated into the xserver (Xgl etc.) so sooner or later everyone will need to have an opengl implementation installed.

Solaris Updates

2005-10-22 Thread Robert Lunnon
I have posted my local patches to wine-patches. Note that for 0.9 I have posted most of the patches that are likely to be essential to build a working Wine package (other than those previously rejected) regardless of the shape the code is in. Some of it is very ugly and lacks integration for

Re: compile wine with icc

2005-10-22 Thread Dan Kegel
That's expected. To support icc, one would have to adjust the commandline options a bit depending on the compiler being used. In particular, one would want to suppress many compiler warnings like the ones you mentioned. icc provides a nice way of suppressing any desired set of warnings.

Re: Shell32 File Property dialog

2005-10-22 Thread Mike McCormack
Johannes Anderwald wrote: I have a patch which adds file property dialogs to shell32 Looks like you've written the patch for ReactOS... it doesn't apply to the current Wine tree. I think you need to do a little bit more work to get it ready for submission: * use TRACE instead of DPRINT