Re: [twsocket] Typedef TSocket - ICS-oldies

2007-07-01 Thread Arno Garrels
Maurizio Lotauro wrote:
> Scrive Arno Garrels <[EMAIL PROTECTED]>:
> 
>> Primo¾ Gabrijelèiè wrote:
>>> I don't remember what that was all about. Probably pre-D4 stuff?
>> 
>> Hmm, I think it can be removed but not for sure, that's why I'm
>> asking. At least I can't see a reason why it was required. May be
>> someone can remember ?
> 
> I don't know, but just a guess. Is it possible that in the first
> release of D4 

It's declared as u_int in winsock.pas of the D4 CD run-image, it's
even the same in D3.

I can remove it from OverbyteIcsWSocket.pas given this line is added
to OverbyteIcsWinsock.pas: 

type
  {$EXTERNALSYM TSocket}
  TSocket = Winsock.TSocket;

Then the following uses-entries for BCB can be removed from
OverbyteIcsWSocket.pas as well:

{$IFDEF WIN32}
{$IFDEF BCB}
  Windows, SysUtils, Winsock,
{$ENDIF}
{$ENDIF}
  
 
--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Typedef TSocket - ICS-oldies

2007-06-30 Thread Maurizio Lotauro
Scrive Arno Garrels <[EMAIL PROTECTED]>:

> Primo¾ Gabrijelèiè wrote:
> > I don't remember what that was all about. Probably pre-D4 stuff?
> 
> Hmm, I think it can be removed but not for sure, that's why I'm asking.
> At least I can't see a reason why it was required. May be someone
> can remember ?

I don't know, but just a guess. Is it possible that in the first release of D4
this type definition was (by mistake) missed and the reintroduced in a patch?
Have you checked an installed D4 or the CD?


Bye, Maurizio.


This mail has been sent using Alpikom webmail system
http://www.alpikom.it

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Typedef TSocket - ICS-oldies

2007-06-30 Thread Arno Garrels
Primo¾ Gabrijelèiè wrote:
> I don't remember what that was all about. Probably pre-D4 stuff?

Hmm, I think it can be removed but not for sure, that's why I'm asking.
At least I can't see a reason why it was required. May be someone
can remember ?

> 
> Primoz [who submitted that change]
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:twsocket-
> [EMAIL PROTECTED] On Behalf Of Arno Garrels
> Sent: Saturday, June 30, 2007 7:44 PM
> To: 'ICS support mailing'
> Subject: [twsocket] Typedef TSocket - ICS-oldies
> 
> Hi ICS-oldies,
> 
> Do you remember this change in (OverbyteIcs)WSocket.pas ?
> May 20, 2000 V4.17 Made TSocket = u_int (same def as in winsock.pas)
> ..
> Thanks to Primoz Gabrijelcic <[EMAIL PROTECTED]>
> 
> interface
> ..
> type
> ..
> {$IFDEF DELPHI4_UP}
>   { TSocket type definition has been removed starting from Delphi 4 }
>   TSocket = u_int;
> {$ENDIF}
> 
> I may be missing something, however TSocket is defined in my
> D4-WinSock.pas as u_int as it is in D7 thru D2007, so I do not
> understand why we need to define it once more ?
> 
> --
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Typedef TSocket - ICS-oldies

2007-06-30 Thread Primož Gabrijelčič
I don't remember what that was all about. Probably pre-D4 stuff?

Primoz [who submitted that change]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: Saturday, June 30, 2007 7:44 PM
To: 'ICS support mailing'
Subject: [twsocket] Typedef TSocket - ICS-oldies

Hi ICS-oldies, 

Do you remember this change in (OverbyteIcs)WSocket.pas ?
May 20, 2000 V4.17 Made TSocket = u_int (same def as in winsock.pas)
..
Thanks to Primoz Gabrijelcic <[EMAIL PROTECTED]>

interface
..
type
..
{$IFDEF DELPHI4_UP}
  { TSocket type definition has been removed starting from Delphi 4 }
  TSocket = u_int; 
{$ENDIF}

I may be missing something, however TSocket is defined in my 
D4-WinSock.pas as u_int as it is in D7 thru D2007, so I do not 
understand why we need to define it once more ? 

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html







-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be