----------------------------------------------------------------
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!!!
----------------------------------------------------------------
>From: Wilks, Dan
> 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
Yes.
> - JServ uses ws2_32.dll to create sockets since it calls Apache functions to
> create them
Yes.
> - JServ uses the old winsock dll to talk to the socket since it links to the
> old library.
Yes.
> This doesn't seem to cause any problems.
Well, I'm not as sure - it just might on old Win95. I believe Win95 (and only Win95)
has one Winsock DLL only access "differences" - Win98 was changed with this access
(and others) in mind. NT/Win2k well, loads all most anything.
Yes Win95 is old (and this code change request is old) and anyway having JServ also
use ws2_32.dll does away with any issues with this DLL process loading / Winsock
accessing "questions". Then I for one can move on to the next Windows JServ issue :)
>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.
Yes.
> Just my $0.02.
> Dan
After many $0.02 messages sent, I sent a dollar :)
JLW
--
--------------------------------------------------------------
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]