Stefan Kisdaroczi wrote:
> Hi,
>
> im trying to use sockets in a unit which should work on linux and win32.
>
> I use the sockets unit, but for things like SOL_SOCKET, TTimeval (for
> setsockopt), SO_RCVTIMEO, fpgeterrno
> I finally had to use unix,unixtype,baseunix. This on Linux.
>
> Now I try t
Ales Katona wrote:
> Stefan Kisdaroczi wrote:
>
>> Hi,
>>
>> im trying to use sockets in a unit which should work on linux and win32.
>>
>> I use the sockets unit, but for things like SOL_SOCKET, TTimeval (for
>> setsockopt), SO_RCVTIMEO, fpgeterrno
>> I finally had to use unix,unixtype,baseunix.
Stefan Kisdaroczi wrote:
Hi,
im trying to use sockets in a unit which should work on linux and win32.
I use the sockets unit, but for things like SOL_SOCKET, TTimeval (for
setsockopt), SO_RCVTIMEO, fpgeterrno
I finally had to use unix,unixtype,baseunix. This on Linux.
Now I try to compile it
Hi,
im trying to use sockets in a unit which should work on linux and win32.
I use the sockets unit, but for things like SOL_SOCKET, TTimeval (for
setsockopt), SO_RCVTIMEO, fpgeterrno
I finally had to use unix,unixtype,baseunix. This on Linux.
Now I try to compile it on windows:
It seems I need