Re: developer needs help with fireburner and Wine

2000-09-10 Thread David Elliott
Douglas Baggett wrote: Hello to all! I am currently helping a windows developer port his nice little CD-burning software - aka.."Fireburner" to LINUX. It's written in Delphi, so until Delphi comes out for linux he will not be porting it right away. We have been trying to get it to run

Re: Should SelectPalette check the Palette?

2000-09-10 Thread gerard patel
At 09:00 PM 9/9/00 +0200, you wrote: Hallo, some application (likse32.exe for viewing the Harris Data book CD) displays only a small part of what it is supposed to display, but a lot of black pixels and spits out a lot of messages: GDIRealizePalette16 invalid selected palette The first

Re: Compiling WineDBG as Windows application and running in windows?

2000-09-10 Thread Uwe Bonnes
Eric Pouech writes: Uwe Bonnes wrote: Hallo, probably another silly question, but can we compile winedbg as a win32 executable and run it in windows? Or is there another free windows debugger, prefered controlled by typing and not clicking? I've tried to make WineDBG as close as

Re: [PATCH] Refresh listbox after scrolling

2000-09-10 Thread Andreas Mohr
On Sun, Sep 10, 2000 at 10:36:22AM -0600, gerard patel wrote: It seems that scrolling a listbox refreshes it automatically, such code works fine under Windows : SendMessage(hList, WM_HSCROLL, MAKELONG(SB_PAGERIGHT,0),0); ValidateRect(hList, NULL); but with current Wine, the list is

Re: Thunking problem is partially solved

2000-09-10 Thread Dmitry Timoshkov
Ulrich Weigand [EMAIL PROTECTED] wrote: I've now modified the CallTo16Register routines to save (some) register values possibly modified by the called 16-bit routine back into the CONTEXT86 structure. Saving *all* registers is difficult (or at least would create more overhead), so I decided to

Re: Compiling WineDBG as Windows application and running in windows?

2000-09-10 Thread Eric Pouech
Usage of GetCurrentTask: Only available in win16 Usage of GetExePtr: Not exported by name most of this code refers to 16 bit support, which still needs to be rewritten wrt to a proper WOW implementation (and debugging events) Usage of wsnprintfA: No Windows API Usage of vsnprintf: Only