Posic Support For Dos & Mac OS

2001-10-02 Thread Lucien LaCroix
I've heard rumors of projects or programs that would enable Posix in dos, is this possible? There is one project that provides Posix support for Mac that I think everyone should be aware of. The address is at http://www.dsitri.de/projects/mac06/. I think this is an important page because the

Re: wine/ dlls/user/message.c include/input.h wind ...

2001-10-02 Thread Francois Gouget
On Tue, 2 Oct 2001, Alexandre Julliard wrote: [...] > Log message: > Merged mouse buttons states into the key state array. > Fixed confusion between queue state and async state. Is this normal? --- /opt/cvs-commit/wine/windows/input.c2001/10/02 17:17:32 1.63 +++ /opt/cvs-c

Re: SetSystemMetrics

2001-10-02 Thread Alexandre Julliard
Andriy Palamarchuk <[EMAIL PROTECTED]> writes: > Files sysmetrics.c, sysmetrics.h: > Implementation of SetSystemMetrics function which sets data accessed by > GetSystemMetrics. Applied, but I renamed it to SYSMETRICS_Set. Internal functions should not be named the same way as exported APIs, oth

Re: OLEAUT32 patch

2001-10-02 Thread Alexandre Julliard
Andreas Mohr <[EMAIL PROTECTED]> writes: > Alexandre: yes, I think a config file setting is needed, since we've had > an awful lot of problems with OLEAUT versioning already (I get one mail > about this problem every two weeks), so I suspect that programs are > pretty rigid about this. > If it ac

Re: can't debug mfc program

2001-10-02 Thread Aric Stewart
This appears to not just be mfc programs.. recently I have been unable to use gdb on any wine program with either the 2.4.0 or 2.4.9 kernels. same problems, i get a seg fault when loading libntdll.so -aric Guilherme Kunz wrote: > > Hi! > > I am trying compile a mfc program with winelib. > >

Re: cross-process EnableWindow

2001-10-02 Thread Alexandre Julliard
"Bill Medland" <[EMAIL PROTECTED]> writes: > I'm not trying to push; I'd just like to know. Does anyone have an idea how > long it will be before EnableWindow can enable a window in another process. It's not too far, basically all the needed infrastructure is in place now. Only I have had very

PATCH: Wininet + gethostbyname problem

2001-10-02 Thread Nikolas Zimmermann
Hi there, this patch fixes the shockwave activex control installer. 1. basically it calls gethostbyname("pinger.macromedia.com:80"); my patch just skips the :80 so that the gethostbyname call won't fail 2, it also fixes non-absolute urls before it made ugly things like pub/foobar/blah with

Re: can't debug mfc program

2001-10-02 Thread eric pouech
> winedbg > write only the first line in the window and go out. what does it write exactly ? A+ -- --- Eric Pouech (http://perso.wanadoo.fr/eric.pouech/) "The future will be better tomorrow", Vice President Dan Quayle

Re: can't debug mfc program

2001-10-02 Thread Francois Gouget
On Tue, 2 Oct 2001, Guilherme Kunz wrote: > Hi! > > I am trying compile a mfc program with winelib. > > Well, i compiled the part of mfc which i need for use the program > whitout erros or unresolved functions and compiled the mfc program > with the libmfc.so without errors or unresolved func

can't debug mfc program

2001-10-02 Thread Guilherme Kunz
Hi! I am trying compile a mfc program with winelib. Well, i compiled the part of mfc which i need for use the program whitout erros or unresolved functions and compiled the mfc program with the libmfc.so without errors or unresolved functions, but when i ran the mfc program hapned "Segment