----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

This thread piqued my curiosity so I thought I'd take a look.  Here's what I
found...

- JServ does compile against the new ws2_32.h since it gets it from an
Apache include file
- JServ uses ws2_32.dll to create sockets since it calls Apache functions to
create them
- JServ uses the old winsock dll to talk to the socket since it links to the
old library.

This doesn't seem to cause any problems.  I did change the library specified
in Makefile.win32 from wsock32.lib to ws2_32.lib and my five minutes of
exhaustive tests didn't uncover any problems.  I apologize for not knowing
who the powers that be are, but one of you could check in that one little
change for 1.1.1.

Just my $0.02.
Dan

-----Original Message-----
From: James Harman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 27, 2000 12:24 PM
To: Java Apache Users
Subject: Re: Jserv1.1 Win32 Wrong Again and Again and Again and Again


----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



jlwpc1 wrote:

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Sorry but this is a pretty sloppy release :)  And a final????
>
> Where is my requested (over and over) ws2_32.lib change?
>

Haven't you put it in yet?


>
> Open Sources are only good if they are OPEN!

I think that you might have some sort of notion that OPEN source means
you can get what you want no matter what.  This isn't true.  What is
true is that the source file are there and can be edited and changed to
your heart's content.

Open Source is as good as the contributions made to the source.  Pierre,
Jon and others have done a great job on this stuff.  If you NEED a
change and they haven't got the time to do it, then please make the
change and send it to them so the community benifits.

James




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to