RE: bug 1541 (was: UI bugs hampering porting effort for shaped window)

2003-10-31 Thread Mike Hearn
On Fri, 2003-10-31 at 00:51, Dan Kegel wrote: getifaddrs() is indeed the right beast, though who knows, maybe you'll have to filter out 127.0.0.1. Hitch is, Linux doesn't provide it. I think it does as of the latest glibc, at least it's marked as done on their TODO list. thanks -mike

Re: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rein Klazes
On Thu, 30 Oct 2003 10:59:40 -0800, you wrote: Hi Mike, bug 1541 is still *not* fixed correctly. See when passing in NULL in windows to gethostbyname, it is guarenteed to return a list of local IP addresses mapped on the box. However, with WINE, passing NULL causes gethostname to be

Re: bug 1541 (was: UI bugs hampering porting effort for shaped window)

2003-10-31 Thread Dimitrie O. Paun
On October 31, 2003 05:32 am, Mike Hearn wrote: I think it does as of the latest glibc, at least it's marked as done on their TODO list. So we can stick Dan's implementation in libs/port, and do a configure check for it... -- Dimi.

RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
[mailto:[EMAIL PROTECTED] Sent: October 31, 2003 3:01 AM To: [EMAIL PROTECTED] Cc: Mike Hearn; [EMAIL PROTECTED] Subject: Re: UI bugs hampering porting effort for shaped window On Thu, 30 Oct 2003 10:59:40 -0800, you wrote: Hi Mike, bug 1541 is still *not* fixed correctly. See when passing

RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
hi Rein, On my system everything works as expected: I get a list of all ip addresses. That is with valid /etc/hostname and /etc/hosts entries. That's the trouble. Not every *nux box has the correct results - some do (like yours) - in fact I'd say many do not. We have done many Linux and Lindows

Re: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rein Klazes
On Fri, 31 Oct 2003 09:50:48 -0800, you wrote: hi Rein, On my system everything works as expected: I get a list of all ip addresses. That is with valid /etc/hostname and /etc/hosts entries. That's the trouble. Not every *nux box has the correct results - some do (like yours) - in fact

RE: UI bugs hampering porting effort for shaped window

2003-10-31 Thread Rob
Uhh, I've seen several other windows programs that did not rely on the NULL feature, perhaps because it is documented poorly. These programs do gethostname() and then gethostbyname(). We will probably need a check in the gethostbyname path to catch those programs as well. Correct, NULL and

Re: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Mike Hearn
On Wed, 29 Oct 2003 16:59:59 -0800, Sir Rob scribed thus: Bugzilla Bug 1541 WS2_32 version of gethostbyname with NULL argument doesn't follow specification http://bugs.winehq.org/show_bug.cgi?id=1541 [EMAIL PROTECTED] working]$ cvs log -N -r1.135 dlls/winsock/socket.c RCS file:

RE: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Rob
] [mailto:[EMAIL PROTECTED] Behalf Of Mike Hearn Sent: October 30, 2003 1:22 AM To: [EMAIL PROTECTED] Subject: Re: UI bugs hampering porting effort for shaped window On Wed, 29 Oct 2003 16:59:59 -0800, Sir Rob scribed thus: Bugzilla Bug 1541 WS2_32 version of gethostbyname with NULL argument

RE: UI bugs hampering porting effort for shaped window

2003-10-30 Thread Mike Hearn
On Thu, 2003-10-30 at 18:59, Rob wrote: Hi Mike, bug 1541 is still *not* fixed correctly. See when passing in NULL in windows to gethostbyname, it is guarenteed to return a list of local IP addresses mapped on the box. However, with WINE, passing NULL causes gethostname to be passed into

RE: bug 1541 (was: UI bugs hampering porting effort for shaped window)

2003-10-30 Thread Dan Kegel
Mike Hearn (mike_at_theoretic.com) wrote: On Thu, 2003-10-30 at 18:59, Rob wrote: bug 1541 is still *not* fixed correctly. See when passing in NULL in windows to gethostbyname, it is guarenteed to return a list of local IP addresses mapped on the box. However, with WINE, passing NULL causes

UI bugs hampering porting effort for shaped window

2003-10-29 Thread Rob
Hello All, Apologies if I'm not posting to the correct location. I am trying to port our X-Lite (a leading free SIP softphone) application to run under WINE as a first trial before we obtain the expertise to do a native application. However, I am running into some issues because our application

Re: UI bugs hampering porting effort for shaped window

2003-10-29 Thread Jerry Jenkins
Rob wrote: The show stopper bugs are B1, B2, B3, B4 and B5. Issue B5, and B7 can be worked around, so they aren't as critical. B1, B2, B3, and B4 can be fixed by putting a title bar on the application. (See MAKE_IT_LOOK_LIKE_A_NORMAL_APP_AT_STARTUP in winetest.cpp.) - B1. Focus does not appear