Some useful info

2000-05-05 Thread Dmitry Timoshkov
Hello all. Have a look at http://members.xoom.com/EliCZ/import.htm about API spying in NT and Win95. Some other documents might be interesting too. Dmitry.

Re: New contact info for Gav

2000-05-05 Thread Ove Kaaven
On Fri, 28 Apr 2000, Gavriel State wrote: > As a couple of you may have already heard, I've decided to leave Corel > to start a new software company. I can't talk about what I'm going to > be up to yet, but people here will certainly be among the first to > know when the time comes. Just cam

Re: XFree86 4.0

2000-05-05 Thread Ove Kaaven
On Fri, 5 May 2000, michael cardenas wrote: > So, according to this from wwn: > > >Ove Kåven improved the pthread emulation sufficiently to allow linking to > >XFree86 4.0 and OpenGL >without crashes for most glibc 2.1 users. > >(glibc2.0 users should leave the >OpenGL/Direct3D support >disable

Re: Question

2000-05-05 Thread Ove Kaaven
On Sat, 6 May 2000, Per Wigren wrote: > Is there a way to completly turn off debugging messages? I wonder if "wine -debugmsg -all" would do the trick? Or if not, you can always ./configure --disable-debug... > The problem is the ugly debugging messages... and that wine take about 10 > seconds

Question

2000-05-05 Thread Per Wigren
Is there a way to completly turn off debugging messages? I use Wine to run "DOS-only" ROM-managers for emulators... (GoodGBx, GoodNES etc) wigren:/dl/nes/roms$ wine "goodgbx scan" Could not stat /mnt/cdrom, ignoring drive D: GoodGBx: (C) 1999,2000 Cowering ([EMAIL PROTECTED]) V 0.981 BETA *v

Re: Make 'wine' a WineLib app

2000-05-05 Thread Alexandre Julliard
Ulrich Weigand <[EMAIL PROTECTED]> writes: > this is another attempt at finally merging WineLib and the emulator by making > wine itself a WineLib app. I've tried to preserve the option of running native > USER by adding support for running a WineLib app in a 16-bit task; I've tried > to keep th

Re: Wine initialization sequence

2000-05-05 Thread Ulrich Weigand
Dmitry wrote: > Do you see the problem? Kernel32.dll is loaded AFTER the whole > initialization process while the initialization itself uses > functions from kernel32 AND FROM OTHER dlls (such as registry > functions from advapi32.dll). I don't think this is a problem; kernel32.dll is special a

Re: Problem with the new IsBad[Read|Write]Ptr() functions

2000-05-05 Thread Ulrich Weigand
Peter Ganten wrote: > The original problem was not with USER, but with native > COMCTL32. Commenting out the IsBadReadPtr() check in the loader does > not work at the moment, since the application (IE) does load COMCTL32, > unloads it and loads it again later, but since the unmapping of > unloa

XFree86 4.0

2000-05-05 Thread michael cardenas
So, according to this from wwn: >Ove Kåven improved the pthread emulation sufficiently to allow linking to >XFree86 4.0 and OpenGL >without crashes for most glibc 2.1 users. >(glibc2.0 users should leave the >OpenGL/Direct3D support >disabled.) He >also added some support for making DIB sections

re: graphics/x11drv/dib.c

2000-05-05 Thread Rob Farnum
  I think I have encountered a bug in the dib.c code.  Specifically, the situation is that I am calling SetDIBits on an hBitmap that is 24bits deep, and the source bitmap bits is 32bits deep.  It appears that XCreateImage() is creating the correct Image structure, and we then call calloc() t

Re: Problem with the new IsBad[Read|Write]Ptr() functions

2000-05-05 Thread Alexandre Julliard
Peter Ganten <[EMAIL PROTECTED]> writes: > BTW, I agree with Uwe, in that I would like to see native USER working > after the process seperation, because it can be used as a reference > for wines USER. I agree it would be nice, but I'm not sure it will be possible. USER32 should not be too muc

Re: wine without windows partition problems

2000-05-05 Thread gerard patel
At 11:23 AM 5/5/00 +0100, you wrote: >"Give a man a fish and you feed him for a day. Show him to the Internet > and he won't bother you for weeks." - anon If you ask for it, you will get it :-) comp.emulators.ms-windows.wine -> archives at www.deja.com Btw, the goal of *this* list is t

Re: wine without windows partition problems

2000-05-05 Thread Andreas Mohr
On Fri, May 05, 2000 at 11:23:38AM +0100, B. Duffee wrote: > Hi all: > I'm running wine-2109 and redhat 6.2 and have had some success > running programs on my win95 partition. I'd now like to move to running > programs on the linux partition and get away from win95 all together. BUT

Re: Problem with the new IsBad[Read|Write]Ptr() functions

2000-05-05 Thread Peter Ganten
Alexandre Julliard writes: > I'd prefer that we remove the IsBadReadPtr hack in the PE loader, > rather than adding another hack on top of it (simply commenting out > the IsBadReadPtr checks should work fine, unless you want to run > native USER). The original problem was not with USER, but w

wine without windows partition problems

2000-05-05 Thread B. Duffee
Hi all: I'm running wine-2109 and redhat 6.2 and have had some success running programs on my win95 partition. I'd now like to move to running programs on the linux partition and get away from win95 all together. BUT I seem to have problems getting programs to install. This is th

Wine initialization sequence

2000-05-05 Thread Dmitry Timoshkov
Hello all. I have faced with the following problem. Currently Wine initialization looks like this: wine/miscemu/main.c main(): - MAIN_MainInit() -> THREAD_InitStack() -> SIGNAL_Init() - LoadLibraryA( "KERNEL32" ) wine/loader/main.c MAIN_MainInit: -> PROCESS_Init( win32 -> SYSLEVEL_Ini

corrupted graphics with startcraft

2000-05-05 Thread Thomas Deiler
Hi all! Without playing Starcraft as root (or wine set to SUID) graphics is slow and the colors ar wrong. (XFREE 3.3.6 8bpp 640x480) You described the other way to set permissions to /dev/mem or to add a normal user to group kmem. That doesn't solve the problem. Even setting (rw) to 'others' did

CVS slave server (again; *sigh*)

2000-05-05 Thread Andreas Mohr
Hello all, it seems that WAY too many people still don't know anything about rhlx01.fht-esslingen.de: :pserver:[EMAIL PROTECTED]:/home/wine You might want to use it, it should be pretty stable... Updated 5 minutes after master CVS updates. Andreas Mohr

Re: Problem with the new IsBad[Read|Write]Ptr() functions

2000-05-05 Thread Uwe Bonnes
Alexandre Julliard writes: > Peter Ganten <[EMAIL PROTECTED]> writes: > > > At least this option works :-) I used the appendend patch to test it. > > If nobody objects, I will submit it to wine-patches. > > I'd prefer that we remove the IsBadReadPtr hack in the PE loader, > rather than adding