Subject Re: [IB-Java] Win32 Compile Error
Author David Jencks
I would really appreciate your finding some time to test the compile and
running properties on win32. It's been a while, I think you have the fix
for win32. I think I didn't commit the win32 changes since I had no way to
verify them, and wasn't sure how much they had been tested.

Please keep me posted.

David Jencks

On 2001.04.16 12:53:46 -0400 Ken Richard wrote:
> Hello. There are some compile errors on Win32. The MSVC socket.h has
> int*
> as the type of the third parameter of accept(). I know that we went over
> this before, but I never got around to verifying the fix because of other
> projects I am working on. I hope to do some more testing of
> interserver/interclient on win32 soon.
>
> Index: interclient/20/dev/interserver/NetTCP.cpp
> ===================================================================
> RCS file: /cvsroot/firebird/interclient/20/dev/interserver/NetTCP.cpp,v
> retrieving revision 1.3
> diff -r1.3 NetTCP.cpp
> 147a148,150
> > #ifdef WIN32
> > #define socklen_t int
> > #else
> 148a152
> > #endif
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>