wine + eBay's auction-tool MisterLister

2002-12-21 Thread Siegfried Haas
Hello everybody - I am not a developer, but I choose this way to make a suggestion! I tried to start eBay's auction-tool MisterLister, which allows to edti the auctions offline and do an upload of 100 auctions in one time, with wine - but it doesn't work. I asked at eBay, if other systems then

Re: wine + eBay's auction-tool MisterLister

2002-12-21 Thread Sylvain Petreolle
In terms o standards , this threads opens a new question : why not have a standard for bug reporting ? We could create create a document named 'BUGREPORT' and refer to it in any question we are asked to answer. Did you try it? Why not? There are a zillion win programs out there, and a zillion

Re: Some strange winedbg regression...

2002-12-21 Thread Eric Pouech
So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols to load (winedbg being a script, wine having no code except linking to DLLs, ) ? load miscemu/wine in gdb, it'll get what you're looking for if it doesn't work better you can

Re: Some strange winedbg regression...

2002-12-21 Thread Lionel Ulmer
On Sat, Dec 21, 2002 at 05:49:23PM +0100, Eric Pouech wrote: So I was wondering how to debug this ? I tried to attach 'gdb' to it (and it works) but how do I know which symbols to load (winedbg being a script, wine having no code except linking to DLLs, ) ? load miscemu/wine in gdb,

Re: Conditional to support Solaris

2002-12-21 Thread Alexandre Julliard
Robert Lunnon [EMAIL PROTECTED] writes: I need to introduce a compile time conditional to better facilitate Solaris, in particular the macro ADDRESS_SPACE_LIMIT in virtual.c. I understand HAVE_SOLARIS is frowned upon so can anyone suggest a more targetted alternative (Could use __sysv__

Re: wine + eBay's auction-tool MisterLister

2002-12-21 Thread Tony Lambregts
Sylvain Petreolle wrote: In terms o standards , this threads opens a new question : why not have a standard for bug reporting ? We could create create a document named 'BUGREPORT' and refer to it in any question we are asked to answer. Isn't this what

Re: Some strange winedbg regression...

2002-12-21 Thread Alexandre Julliard
Lionel Ulmer [EMAIL PROTECTED] writes: And it seems that the invocation of this hook from the wineconsole makes Wine crash. I think that the problem is that the DLL is loaded from the application's context and called from the console context. The problem is that system hooks don't work so

Re: wineboot - Andy's version

2002-12-21 Thread Alexandre Julliard
Shachar Shemesh [EMAIL PROTECTED] writes: Just wanted to know whether this fell through the cracks, or whether there was another reason this was not commited to CVS. I was hoping you would clean it up, not simply resubmit Andi's stuff. As discussed with Andi already, this thing is much too

A crash destroying imagelists

2002-12-21 Thread Duane Clark
I am trying to track down a crash when exiting an application. Here is what I think are relevant parts of the trace. Does it appear that I am in the right area? Any hints on how to proceed would be appreciated. 08073208:Call comctl32.ImageList_Destroy(41691ba0) ret=005027f5 08073208:Call

MSVC4, next two buttons on installer

2002-12-21 Thread Dan Kegel
I tried installing msvc++4.0 again with today's cvs wine. The 'exit' button works now, which is nice, but none of the other buttons do anything. (Well, they highlight when you mouse over them, and they play a sound, but that's it.) I discovered that under Windows, if you copy the disc's

__WINE__ vs. __WINESRC__

2002-12-21 Thread Dimitrie O. Paun
Hi folks, Here is another problem: we are currently defining the __WINE__ symbol to signal the headers that we are compiling Wine. This is fine. The problem that I'm facing is that there are apps (such as wxWindows) that want to know that they are _compiled_ (not run) under Wine. All platforms