Re: Default System Colors

2004-11-17 Thread William Poetra Yoga H
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > No, theming is a breaking change so Windows only applies it to apps that > opt-in (very smart move IMHO even if the user experience does suffer > somewhat). > > > Microsoft appear to have done a copy/paste of code from user32 into a new > comctl DLL

Re: Is it time to delete wineinstall?

2004-11-17 Thread Vincent Béron
Le mer 17/11/2004 à 14:37, M-Halo a écrit : > Yes, but what do you do when you have a brand new > Linux user with the following criteria: > > 1. They are on a distro with no Wine RPMs Problem just here: if you're a new Linux user, stick to standard distributions, they're better supported by the c

Re: dialogex resource loading on sparc

2004-11-17 Thread Dmitry Timoshkov
"Eric Frias" <[EMAIL PROTECTED]> wrote: > --- windows/dialog.c (.../vendor/wine/current) (revision 29312) > +++ windows/dialog.c (.../branches/wine/2004.11.16-cvs-update) (revision > 29312) > @@ -378,8 +378,10 @@ > { > const WORD *p = (const WORD *)template; > > -result->style = GET_D

Version information in hhctrl.ocx breaks hhupd.exe

2004-11-17 Thread Sven Paschukat
Hello! I have noticed that in the last few days the native hhctrl.ocx doesn't installs anymore. Both the automatically installation in Internet Explorer and the manually start of Microsofts hhupd.exe fails with the message "This computer already has a newer version of HTML Help." I found out that i

Re: profiling GTA4. question about polling

2004-11-17 Thread Brian Gunlogson
--- Raphael <[EMAIL PROTECTED]> wrote: > Well, drawStriddedSlow is very very very slow (as function name :) ) > because is the software rendering path of wine d3d8 implementation > The only way to have good performances is to add needed support to hardware > rendering path (drawStriddedFast). >

Re: Is it time to delete wineinstall?

2004-11-17 Thread Dan McGhee
Dan Kegel wrote: M-Halo wrote: Since then, I've compiled other apps with configure/ make/ make install ... yet, I find myself still using wineinstall for installing Wine from source. Keep Wineinstall... it's vital. OK, let's keep it, but let's migrate everything interesting from it into configure.

Re: Is it time to delete wineinstall?

2004-11-17 Thread Christian Britz
Christian Britz schrieb: >I can only agree 100% to that. > >I loved to use this simple install when I was new to linux and I still >use it today. > > I would even add one feature: handling the uninstall of previous installations.

Re: Is it time to delete wineinstall?

2004-11-17 Thread Christian Britz
M-Halo schrieb: >I just want to chime in to the group and say that I've >been a regular user of Wine now for close to a year >now. I absolutely **LOVE** wineinstall. In fact, as >a VERY newbie Linux user at the time, Wine was the >very first app I installed on Linux BECAUSE of >wineinstall - oth

Re: Is it time to delete wineinstall?

2004-11-17 Thread Brian Vincent
On Wed, 17 Nov 2004 22:20:43 +0100, Joris Huizer <[EMAIL PROTECTED]> wrote: > As I understand, the big problem is that ~/.wine/config file - it's in > the todo to get rid of it, but not all config options are moved > elsewhere; And the documentation will be outdated if that file isn't there Not a

Re: Is it time to delete wineinstall?

2004-11-17 Thread M-Halo
--- Ivan Leo Puoti <[EMAIL PROTECTED]> wrote: > > Besides, on the wine-users alias, new users who > > install RPMs have no idea there is a config file > > because the RPMs don't create it for them. > The config file is meant to go ASAP, so that is a > good thing. > Most users use RPMs and are qui

Re: Is it time to delete wineinstall?

2004-11-17 Thread James Hawkins
> How should I specify dll overrides for a specific program if the > ~/.wine/config file isn't there anymore? WINEDLLOVERRIDES="somedll=n" wine prog.exe unless you mean override permanently in which case I think that support is in the registry, but that specific part of the registry tree is marke

profiling GTA4. question about polling

2004-11-17 Thread Brian Gunlogson
GTA4 (Grand Theft Auto: Vice City) runs on Wine with no additional tinkering! Albeit horribly slow. A profile of GTA shows that only one D3D function (drawStridedSlow) needs major optimization. According to the oprofile results, polling seems to be the major bottleneck. (the top of a flat profil

Re: Is it time to delete wineinstall?

2004-11-17 Thread Dimitrie O. Paun
On Wed, Nov 17, 2004 at 10:20:43PM +0100, Joris Huizer wrote: > I think, as long as that isn't handled, wineinstall can't go away... > don't make using wine harder than it is...! Of course, we will not make things harder. In fact, removing the wineinstall dependency is a sign that we've made thin

Re: Is it time to delete wineinstall?

2004-11-17 Thread Joris Huizer
Dimitrie O. Paun wrote: On Tue, Nov 16, 2004 at 11:50:27PM -0800, M-Halo wrote: Wine RPMs have never properly worked for me (I run JDS R2); so, I stick with installing via the wineinstall script. I also recommend others to not use RPMs to avoid possible hassles. (Ironic isn't it?) Wineinstall ju

Re: wineprefixcreate hang ... some news

2004-11-17 Thread Olive Esseret
Mike Hearn wrote: On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote: I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere) On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall)

Re: Is it time to delete wineinstall?

2004-11-17 Thread Ivan Leo Puoti
> Besides, on the wine-users alias, new users who > install RPMs have no idea there is a config file > because the RPMs don't create it for them. The config file is meant to go ASAP, so that is a good thing. Most users use RPMs and are quite happy with them, and it causes less support hassle. > It

Re: prevent peekmessage from crashing when msg == NULL

2004-11-17 Thread Juan Lang
Eric wrote: > Somewhere, for some reason, our client code was calling > PeekMessage(NULL, ...), basically asking windows to > discard a single message without returning it. From the > MSDN docs, this seems like an illegal use of the function, > but Windows does the right thing when we do it and wi

Re: Is it time to delete wineinstall?

2004-11-17 Thread M-Halo
Yes, but what do you do when you have a brand new Linux user with the following criteria: 1. They are on a distro with no Wine RPMs 2. They haven't the slightest idea what configure/ make/ make install means or does Besides, on the wine-users alias, new users who install RPMs have no idea there i

Re: incomplete relay when accessed from winedbg

2004-11-17 Thread Mike Hearn
Maybe you have RelayExclude/Include set in the config file? I had a similar problem just now caused by that. thanks -mike

Re: wineprefixcreate hang

2004-11-17 Thread Olive Esseret
Mike Hearn wrote: On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote: I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere) On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall)

Supported Apps

2004-11-17 Thread Tom
Hello All, Would anyone reject to the idea of changing "Tucows top" to "License" and listing the licence on the supported page? I was looking over this page and the Tucows rankings have changed, and some of the apps that we have listed are no longer in the top 100 ranking at Tucows. Tom

Re: access PE headers in winelib shared library

2004-11-17 Thread Eric Pouech
Steven Edwards a écrit : Hi, --- Jia L Wu <[EMAIL PROTECTED]> wrote: Can somebody provide some example or information on how to access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped in winelib shared library(e.g. winelib dll)? Thanks a lot! You might be able to do it using the imageh

Re: incomplete relay when accessed from winedbg

2004-11-17 Thread Eric Pouech
Bill Medland a écrit : Guys Any chance of help on this? I am trying to figure out why some numbers are misformatted through Crystal Reports ToText function. (e.g. 6..0 instead of 599.95) I tried to turn +relay on from within winedbg so that I could see just what functions got called. All that

Re: appdb linux links

2004-11-17 Thread James Hawkins
On Wed, 17 Nov 2004 11:26:15 -0600, Chris Cox <[EMAIL PROTECTED]> wrote: > On Tuesday 16 November 2004 08:11 pm, James Hawkins wrote: > > > > and now with the actual pic. > > Very nice start. So, would just anybody be able to submit a Linux Equivalent > app? > > -- > - Chris > Linux 2.6.9-gentoo

Re: appdb linux links

2004-11-17 Thread Chris Cox
On Wednesday 17 November 2004 12:06 am, [EMAIL PROTECTED] wrote: > > I have added one to microsoft word > http://appdb.winehq.org/appview.php?appId=10 > > -- Why not add KOffice or Abiword to the list? -- - Chris Linux 2.6.9-gentoo-r3 i686 AMD Athlon(tm) XP 12:11pm up 2 days, 20:20, load aver

Re: Is it time to delete wineinstall?

2004-11-17 Thread Dimitrie O. Paun
On Tue, Nov 16, 2004 at 11:50:27PM -0800, M-Halo wrote: > Wine RPMs have never properly worked for me (I run JDS > R2); so, I stick with installing via the wineinstall > script. I also recommend others to not use RPMs to > avoid possible hassles. (Ironic isn't it?) > Wineinstall just makes every

Re: Is it time to delete wineinstall?

2004-11-17 Thread Dan Kegel
M-Halo wrote: Since then, I've compiled other apps with configure/ make/ make install ... yet, I find myself still using wineinstall for installing Wine from source. Keep Wineinstall... it's vital. OK, let's keep it, but let's migrate everything interesting from it into configure.ac, Makefile.in, o

Re: appdb linux links

2004-11-17 Thread Chris Cox
On Tuesday 16 November 2004 08:11 pm, James Hawkins wrote: > > and now with the actual pic. Very nice start. So, would just anybody be able to submit a Linux Equivalent app? -- - Chris Linux 2.6.9-gentoo-r3 #1 Mon Nov 8 11:51:55 CST 2004 i686 AMD Athlon(tm) XP 11:25:57 up 2 days, 19:34, 10

Re: wineprefixcreate hang

2004-11-17 Thread Mike Hearn
On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote: > I do not know if this question is appropriate here; so please excuse me > if it is not (I have not had any answer elsewhere) > > On Mdk10.1 the following command (which is called by wineprefixcreate > and so also by wineinstall) never te

Re: access PE headers in winelib shared library

2004-11-17 Thread Steven Edwards
Hi, --- Jia L Wu <[EMAIL PROTECTED]> wrote: > Can somebody provide some example or information on how to > access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped > in > winelib shared library(e.g. winelib dll)? Thanks a lot! You might be able to do it using the imagehlp or version ap

wineprefixcreate hang

2004-11-17 Thread Olive Esseret
I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere) On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate. wine rundll32 setupapi.dll,InstallHinfSection DefaultInst

access PE headers in winelib shared library

2004-11-17 Thread Jia L Wu
Hi, Can somebody provide some example or information on how to access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped in winelib shared library(e.g. winelib dll)? Thanks a lot! Wu

wineprefixcreate (and so wineinstall) hang

2004-11-17 Thread Olive Esseret
I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere) On Mdk10.1 and with wine-20041019 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate. wine rundll32 setupapi.dll,InstallHi

Re: Winetest questions

2004-11-17 Thread Francois Gouget
On Sun, 7 Nov 2004, Dimitrie O. Paun wrote: [...] 3. winetest.exe currently assumes you're running under Windows. See main.c line 577: (putenv ("WINETEST_PLATFORM=windows") || Wouldn't it be useful to allow Linux results to be computed and reported via winetest, too? Presumably it could detect

Re: Install OCX over wine

2004-11-17 Thread Andreas Mohr
Hi, On Tue, Nov 16, 2004 at 11:49:12AM -0200, Francisco Nauber Bernardo Gois wrote: > I need install ocx file using wine.How i can do thist? Probably use wine/programs/regsvr32? Andreas Mohr