Re: Initialize listview item size.

2003-02-04 Thread Dimitrie O. Paun
On February 3, 2003 11:58 am, Duane Clark wrote: > This is a separate bug from the other listview patches. If an app sends > a LISTVIEW_Paint to a new listview before adding any items (which an app > was :-) the item size was not getting set, causing subsequent > LISTVIEW_Paint calls to clip the pa

Re: [Wine-d3d] [dx8]: warcraft 3

2003-02-04 Thread Christian Costa
Raphaël Junqueira wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le Samedi 25 Janvier 2003 15:07, Raphaël Junqueira a écrit : Hi, i'm trying to get warcraft3 displaying something and looking at log i didn't understand why i can see anything (all rendering traces are ok). But when i used

Re: Trying to Port Over Adobe Photoshop

2003-02-04 Thread Hetz Ben Hamo
On Wednesday 05 February 2003 02:10 am, [EMAIL PROTECTED] wrote: > Hello I am trying to port over adobe Photoshop. > When I execute: > > $ ./configure --with-wine=/usr/local/wine Sorry for nitpicking - but PORTING? don't you make "to make it run"? As it stands now - the latest photoshop doesn't r

Re: Trying to Port Over Adobe Photoshop

2003-02-04 Thread Dimitrie O. Paun
On February 4, 2003 07:10 pm, [EMAIL PROTECTED] wrote: > Hello I am trying to port over adobe Photoshop. > When I execute: > > $ ./configure --with-wine=/usr/local/wine What sources are you configuring? -- Dimi.

Trying to Port Over Adobe Photoshop

2003-02-04 Thread aaronvaldes
Hello I am trying to port over adobe Photoshop. When I execute:   $ ./configure --with-wine=/usr/local/wine     I get the error:   ng whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for g++... g++checking whether we are using the GNU C++ compiler..

Re: Building crosstest ...

2003-02-04 Thread Michael Stefaniuc
Hello! On Tue, Feb 04, 2003 at 09:08:02AM +, Paul Millar wrote: > Apologies for the rambling email, but here's a bit of a brain-dump. I > don't know how much of this people already know about ... > > After banging my head against a wall for the past week or so, I've put > together a script

Re: Wine Definitions take #4 -final ?

2003-02-04 Thread Francois Gouget
On Tue, 4 Feb 2003, Tom Wickline wrote: > Okay how does this look ? I propose the following changes, nothing really major: --- descs.txt.orig 2003-02-04 13:02:08.0 -0800 +++ descs.txt 2003-02-04 13:15:02.0 -0800 @@ -4,18 +4,21 @@ -notepad : The windows

Re: How to remount CDROM during program execution

2003-02-04 Thread Roger Young
Tony Lambregts suggested that I check whether the problem (qv) was with Wine or WineX. It turned out to be a WineX problem. Remounting during program install works perfectly with Wine. Roger Young

Re: Code Duplication

2003-02-04 Thread Tony Lambregts
Matthew Davison wrote: During my work to clean up the Unicode -> ascii cross-calls I have noticed some A:W pairs where both are implemented in essentially the same way. Would it be sensible in these case to make the A function into a call to the W one, to reduce code size, or would I be wasting m

Re: PATCH: glibc 2.3.x and errno

2003-02-04 Thread lucho
Just an idea that could be of use. Since the __errno_location cannot be replaced anymore in glibc 2.3, isn't it possible to replace the %gs segment instead - Wine could create it's own %gs segments for it's threads, containing the errno's address where glibc is ecpecting it to be. Lucho

Re: Paypal and website

2003-02-04 Thread Jeremy Newman
On Mon, 2003-02-03 at 21:07, Joerg Mayer wrote: > Can you please add alt, height and width statements to the paypal button? > It's completely invisible with konqueror otherwise (yes, I do have image > loading diabled :-). The same is true for most pictures on the winehq pages. Simple fix. The othe

Code Duplication

2003-02-04 Thread Matthew Davison
During my work to clean up the Unicode -> ascii cross-calls I have noticed some A:W pairs where both are implemented in essentially the same way. Would it be sensible in these case to make the A function into a call to the W one, to reduce code size, or would I be wasting my time . -- Matthew Da

Re: {G|S}etThreadContext question

2003-02-04 Thread Rein Klazes
On Mon, 03 Feb 2003 21:45:29 +0100, you wrote: > Rein Klazes wrote: > > hi, > > > > I am trying to add some support for the floating point unit to winedbg. > > I have one question to the experts. The debugger code gets/sets the CPU > > registers through a {G|S}etThreadContext() from the server, a

Re: Started playing with Wineserver on mingw/cygwin again

2003-02-04 Thread David Fraser
Dimitrie O. Paun wrote: On February 1, 2003 02:10 am, David Fraser wrote: Could we go straight down to the underlying win32 api and do a GetThreadContext there? Is that cheating? I don't know the Cygwin threading model, but calling the real [GS]etThreadContext is a good first order appro

Re: wine ICMP code

2003-02-04 Thread Francois Gouget
On Sat, 25 Jan 2003, Jason Algol wrote: > > hi guys, in dlls/icmp/icmp_main.c would it be possible to use > system("/bin/ping..."); if not running as uid 0?, (or using pipes if the > ouput needs to be parsed) as /bin/ping is obviously usually suid root and if > the required options are available a

Re: Packagers Guide Update #5

2003-02-04 Thread Francois Gouget
On Mon, 27 Jan 2003, Tom Wickline wrote: [...] > > My vote (for what its worth ) if is not needed lets just get > > rid of it. > > Would # [wineconf] work ? > If not I guess I would vote to remove it as well. if it serves no > purpose. I believe it is used by the Wine configuration tool, win

Re: GDI question

2003-02-04 Thread Sylvain Petreolle
did you try to run it with the fixmes disabled ? debug messages are cause of slowness in some cases... > In particular when I run the SVG plugin, I can see a FIXME talking > about > a potential optimization, so really the issue is just a case of elbow > > grease for optimizations (esp in bitblt)

Re: Wine Definitions take #3 -final ?

2003-02-04 Thread Sylvain Petreolle
couldnt it be used as appwiz.cpl replacement ? > @ uninstaller: A program to uninstall installed Windows programs. > Like > the Add/Remove Program in the windows control panel. = Sylvain Petreolle [EMAIL PROTECTED] Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259

RE: Using the real Windows kernel

2003-02-04 Thread Mathew McBride
Then how can we figure out how to get a desktop shell working etc? I think the ReactOS project is doing something simular (creating a NT-compatible kernel and I belive they are trying to implement DLL sharing between the two projects) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: Windows API database / map

2003-02-04 Thread Dave
Thanks to everyone for your comments. Stripping the path, extension, etc. seem simple enough. I'm only getting the path so dumpbin can find the dlls. It doesn't need to be in the output. I like the matrix idea. The HTML output seems too difficult to read. I am learning basic perl as I wri

Re: LISTVIEW_SetItemCount take 4

2003-02-04 Thread Duane Clark
Duane Clark wrote: Sigh.. I guess I really should have compiled that previous version before sending it in. Sorry for the excessive traffic. So here it is fixing compiler warnings, with the missing return added in, and with the changelog. Hopefully this will be the last time. Dimi, Dan and I

Re: Windows API database / map

2003-02-04 Thread Dimitrie O. Paun
On February 4, 2003 02:02 am, Shachar Shemesh wrote: > Dimitrie O. Paun wrote: > > 4. Remove the columns from the matrix that have no X's. > > No X's mean noone is linking to it, and it links to noone. I would like > to know of its existance, even if it is unlinked. You know about it, it has a r

Re: GDI question

2003-02-04 Thread Johan Gill
On Mon, Feb 03, 2003 at 05:10:35PM -0500, Dimitrie O. Paun wrote: > Yeah, the GDI is slow. I'd be interested to see a quote from one of the > Wine-based companies. I'm looking at fixing up the DIBSection handling. Will probably submit something this year at least :) -- Johan Gill, [EMAIL PROTEC

Re: GDI question

2003-02-04 Thread Mike Hearn
You'll be surprised, but I think that there are at least 10+ people from MS here in this list, and they watch this list as well others (like WineX and ReWind) very carefully, and of-course, they inform people about Wine progress. (hi guys ;) BTW - most of those people don't use their .microso

Re: GDI question

2003-02-04 Thread Hetz Ben-Hamo
> A bit offtopic, but I find it fascinating that one guy commented > earlier on how an MS sales rep claimed the "linux emulations" didn't > always run Windows apps. Presumably this guy was just a normal sales > team member, so it makes me wonder how well briefed MS employees are > about Wine. I

Re: GDI question

2003-02-04 Thread Mike Hearn
Slow slow! try anything related to moving graphics (photoshop, macromedia, explorer with flash) the performance is VERY slow. Want to see how slow? install a Trident or a Cirrus Logic graphics card (ISA) and see the speed ;) Thanks, Hetz Well, I just tried a simple comparison of the Adobe SVG

Re: GDI question

2003-02-04 Thread Hetz Ben-Hamo
On 04 Feb 2003 10:29:02 +, Mike Hearn wrote > > Yeah, the GDI is slow. I'd be interested to see a quote from one of the > > Wine-based companies. > > How much slower is it? I know it'll be slower than the MS native > implementation simply because it's not been fully optimized, but most > apps

Re: GDI question

2003-02-04 Thread Shachar Shemesh
Mike Hearn wrote: Yeah, the GDI is slow. I'd be interested to see a quote from one of the Wine-based companies. How much slower is it? I know it'll be slower than the MS native implementation simply because it's not been fully optimized, but most apps I run under Wine have perfectly accepta

Re: GDI question

2003-02-04 Thread Mike Hearn
> Yeah, the GDI is slow. I'd be interested to see a quote from one of the > Wine-based companies. How much slower is it? I know it'll be slower than the MS native implementation simply because it's not been fully optimized, but most apps I run under Wine have perfectly acceptable graphics performa

Re: Using the real Windows kernel

2003-02-04 Thread Mike Hearn
I suggest you read the GNU manifesto. The point of Wine and Linux is that it's a philosophically free replacement for the current status quo - simply using Microsoft code changes nothing except the way the windows look, which isn't really the point. thanks -mike On Mon, 2003-02-03 at 21:04, David

Re: Windows API database / map

2003-02-04 Thread Dan Kegel
Shachar Shemesh wrote: Ordering should be done by the following criteria: 1. If A depends on B, but B does not depend on A, A must appear higher than B. 2. If rule 1 did not resolve relative order, and A has more modules dependant on it than B, A must appear higher. 3. If neither

Re: Windows API database / map

2003-02-04 Thread Dan Kegel
Dave Miller wrote: I've begun cross referencing the windows dlls in a 'map' format as Dan Kegel suggested. I'm not finished yet because it seems when I sort alphabetically I am sorting the entire path. Sample output is here: http://home.ptd.net/~compsol/winxp_sample_map.html Be aware though

Re: Wine Definitions take #4 -final ?

2003-02-04 Thread Tom Wickline
Okay how does this look ? Tom notepad : The windows Notepad replacement. progman : A Program Manager replacement. regedit : A command-line tool to edit your registry or for important a windows registry to Wine. regsvr32 : A program to register/unregister .DLL's and .OCX file

Building crosstest ...

2003-02-04 Thread Paul Millar
Hi everyone, Apologies for the rambling email, but here's a bit of a brain-dump. I don't know how much of this people already know about ... After banging my head against a wall for the past week or so, I've put together a script that builds a cross-compiling mingw. The cross-compiler should b