Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Fastream Technologies
Hello,

> I also get error in HttpContCod.hpp on
>
> __property bool Active = {read=GetActive, nodefault}; (line 85)
> __property AnsiString Coding = {read=GetCoding}; (line 86)
>
> The error is parameter mismatch.

With today's beta (March 9th) I get the above errors as well. Anyone has 
found a cure for this?

Regards,

SZ 

-- 
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] Compiling latest ICS-beta

2006-03-10 Thread Arno Garrels
Bjørnar Nielsen wrote:
> The problemt with the constants that were defined in both Winsock.pas and
> WSoscket.pas went away after commenting them out in WSocket.pas. I think
> Francois agreed on removing them from WSocket.pas.

IOCPARM_MASK
IOC_VOID
IOC_OUT
IOC_IN
IOC_INOUT

Above constants have been removed from WSocket.pas the version before last.

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

 
> The other fault with parameter mismatch with Active and Coding in
> HttpContCod.hpp I have no sollution for. I just commented them out in the
> pas-file since I for now don't need content encoding. I also would like a
> fix for this to be able to use these properties.
> Regards Bjørnar
> 
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Merijn Terheggen
>> Sent: 10. mars 2006 13:54
>> To: ICS support mailing
>> Subject: Re: [twsocket] Compiling latest ICS-beta
>> 
>> I also get the same parameter mismatch errors in BCB6 that
>> Bjørnar mentioned in his mail.
>> 
>> Any ideas?
>> Bjørnar: are these errors gone in your set-up now? What did you do?
>> 
>> I used the 20060309 beta and the forementioned constants are
>> commented-out (I checked it).
>> 
>> On 1/27/06, Bjørnar Nielsen <[EMAIL PROTECTED]> wrote:
>>> 
>>> I downloaded and installed latest beta and I found these problems
>>> (using BCB6).
>>> 
>>> The package compiled fine but I get errors when using ICS in a
>>> testproject in WSocket.hpp on these:
>>> 
>>> IOCPARM_MASK
>>> IOC_VOID
>>> IOC_OUT
>>> IOC_IN
>>> IOC_INOUT
>>> 
>>> They are defined in both Winsock.pas and WSoscket.pas. When I removed
>>> them from WSocket.pas the errors was gone.
>>> 
>>> I also get error in HttpContCod.hpp on
>>> 
>>> __property bool Active = {read=GetActive, nodefault}; (line 85)
>>> __property AnsiString Coding = {read=GetCoding}; (line 86)
>>> 
>>> The error is parameter mismatch.
>>> 
>>> Regards Bjørnar
>>> 
>>> 
>>> 
>>> --
>>> 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
-- 
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] Compiling latest ICS-beta

2006-03-10 Thread Bjørnar Nielsen
The problemt with the constants that were defined in both Winsock.pas and
WSoscket.pas went away after commenting them out in WSocket.pas. I think
Francois agreed on removing them from WSocket.pas.

The other fault with parameter mismatch with Active and Coding in
HttpContCod.hpp I have no sollution for. I just commented them out in the
pas-file since I for now don't need content encoding. I also would like a
fix for this to be able to use these properties.

Regards Bjørnar

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Merijn Terheggen
> Sent: 10. mars 2006 13:54
> To: ICS support mailing
> Subject: Re: [twsocket] Compiling latest ICS-beta
> 
> I also get the same parameter mismatch errors in BCB6 that 
> Bjørnar mentioned in his mail.
> 
> Any ideas?
> Bjørnar: are these errors gone in your set-up now? What did you do?
> 
> I used the 20060309 beta and the forementioned constants are 
> commented-out (I checked it).
> 
> On 1/27/06, Bjørnar Nielsen <[EMAIL PROTECTED]> wrote:
> >
> > I downloaded and installed latest beta and I found these problems 
> > (using BCB6).
> >
> > The package compiled fine but I get errors when using ICS in a 
> > testproject in WSocket.hpp on these:
> >
> > IOCPARM_MASK
> > IOC_VOID
> > IOC_OUT
> > IOC_IN
> > IOC_INOUT
> >
> > They are defined in both Winsock.pas and WSoscket.pas. When 
> I removed 
> > them from WSocket.pas the errors was gone.
> >
> > I also get error in HttpContCod.hpp on
> >
> > __property bool Active = {read=GetActive, nodefault}; (line 85) 
> > __property AnsiString Coding = {read=GetCoding}; (line 86)
> >
> > The error is parameter mismatch.
> >
> > Regards Bjørnar
> >
> >
> >
> > --
> > 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
> 


-- 
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] Compiling latest ICS-beta

2006-03-10 Thread Fastream Technologies
I second both of you as I reported earlier.

Regards,

SZ

- Original Message - 
From: "Merijn Terheggen" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Friday, March 10, 2006 2:54 PM
Subject: Re: [twsocket] Compiling latest ICS-beta


I also get the same parameter mismatch errors in BCB6 that Bjørnar mentioned
in his mail.

Any ideas?
Bjørnar: are these errors gone in your set-up now? What did you do?

I used the 20060309 beta and the forementioned constants are commented-out
(I checked it).

On 1/27/06, Bjørnar Nielsen <[EMAIL PROTECTED]> wrote:
>
> I downloaded and installed latest beta and I found these problems (using
> BCB6).
>
> The package compiled fine but I get errors when using ICS in a testproject
> in WSocket.hpp on these:
>
> IOCPARM_MASK
> IOC_VOID
> IOC_OUT
> IOC_IN
> IOC_INOUT
>
> They are defined in both Winsock.pas and WSoscket.pas. When I removed them
> from WSocket.pas the errors was gone.
>
> I also get error in HttpContCod.hpp on
>
> __property bool Active = {read=GetActive, nodefault}; (line 85)
> __property AnsiString Coding = {read=GetCoding}; (line 86)
>
> The error is parameter mismatch.
>
> Regards Bjørnar
>
>
>
> --
> 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 

-- 
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] Compiling latest ICS-beta

2006-03-10 Thread Merijn Terheggen
I also get the same parameter mismatch errors in BCB6 that Bjørnar mentioned
in his mail.

Any ideas?
Bjørnar: are these errors gone in your set-up now? What did you do?

I used the 20060309 beta and the forementioned constants are commented-out
(I checked it).

On 1/27/06, Bjørnar Nielsen <[EMAIL PROTECTED]> wrote:
>
> I downloaded and installed latest beta and I found these problems (using
> BCB6).
>
> The package compiled fine but I get errors when using ICS in a testproject
> in WSocket.hpp on these:
>
> IOCPARM_MASK
> IOC_VOID
> IOC_OUT
> IOC_IN
> IOC_INOUT
>
> They are defined in both Winsock.pas and WSoscket.pas. When I removed them
> from WSocket.pas the errors was gone.
>
> I also get error in HttpContCod.hpp on
>
> __property bool Active = {read=GetActive, nodefault}; (line 85)
> __property AnsiString Coding = {read=GetCoding}; (line 86)
>
> The error is parameter mismatch.
>
> Regards Bjørnar
>
>
>
> --
> 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] Compiling latest ICS-beta

2006-01-27 Thread Francois PIETTE
> Which one exactly did you remove ?

OK, found in your previous message.

--
[EMAIL PROTECTED]
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] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen
> Which one exactly did you remove ?

I commented these consts from WSocket.pas

IOCPARM_MASK
IOC_VOID
IOC_OUT
IOC_IN
IOC_INOUT

Regards Bjørnar

-- 
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] Compiling latest ICS-beta

2006-01-27 Thread Francois PIETTE
Which one exactly did you remove ?
--
[EMAIL PROTECTED]
http://www.overbyte.be

- Original Message - 
From: "Bjørnar Nielsen" <[EMAIL PROTECTED]>
To: "'ICS support mailing'" 
Sent: Friday, January 27, 2006 12:52 PM
Subject: Re: [twsocket] Compiling latest ICS-beta


>
>> You have not the latest version ! I added those constant
>> because I needed them for keep alive processing I added a few
>> days ago (remember my message ?). Maybe I added too much
>> constants, duplication from winsock ? Anyway, it shouldn't hurt.
>
> It seems to be a problem with BCB, I could not use ICS in a project with 
> the
> duplicated constants. When I removed the duplicated constants the
> compile-error went away.
>
> Regards Bjørnar
>
> -- 
> 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] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen

> You have not the latest version ! I added those constant 
> because I needed them for keep alive processing I added a few 
> days ago (remember my message ?). Maybe I added too much 
> constants, duplication from winsock ? Anyway, it shouldn't hurt.

It seems to be a problem with BCB, I could not use ICS in a project with the
duplicated constants. When I removed the duplicated constants the
compile-error went away.

Regards Bjørnar

-- 
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] Compiling latest ICS-beta

2006-01-27 Thread Francois PIETTE
>> IOCPARM_MASK
>> IOC_VOID
>> IOC_OUT
>> IOC_IN
>> IOC_INOUT

> Strange, I cannot find those constants in WSocket.pas, but they are 
> defined
> in WinSock.pas.

You have not the latest version ! I added those constant because I needed 
them for keep alive processing I added a few days ago (remember my message 
?). Maybe I added too much constants, duplication from winsock ? Anyway, it 
shouldn't hurt.

--
[EMAIL PROTECTED]
http://www.overbyte.be



- Original Message - 
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Friday, January 27, 2006 10:59 AM
Subject: Re: [twsocket] Compiling latest ICS-beta


> Bjørnar Nielsen wrote:
>> I downloaded and installed latest beta and I found these problems (using
>> BCB6).
>>
>> The package compiled fine but I get errors when using ICS in a 
>> testproject
>> in WSocket.hpp on these:
>>
>> IOCPARM_MASK
>> IOC_VOID
>> IOC_OUT
>> IOC_IN
>> IOC_INOUT
>>
>> They are defined in both Winsock.pas and WSoscket.pas. When I removed 
>> them
>> from WSocket.pas the errors was gone.
>
> Strange, I cannot find those constants in WSocket.pas, but they are 
> defined
> in WinSock.pas.
>
> Arno Garrels
>
>>
>> I also get error in HttpContCod.hpp on
>>
>> __property bool Active = {read=GetActive, nodefault}; (line 85)
>> __property AnsiString Coding = {read=GetCoding}; (line 86)
>>
>> The error is parameter mismatch.
>>
>> Regards Bjørnar
> -- 
> 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] Compiling latest ICS-beta

2006-01-27 Thread Arno Garrels
Bjørnar Nielsen wrote:
> I downloaded and installed latest beta and I found these problems (using
> BCB6).
> 
> The package compiled fine but I get errors when using ICS in a testproject
> in WSocket.hpp on these:
> 
> IOCPARM_MASK
> IOC_VOID
> IOC_OUT
> IOC_IN
> IOC_INOUT
> 
> They are defined in both Winsock.pas and WSoscket.pas. When I removed them
> from WSocket.pas the errors was gone.

Strange, I cannot find those constants in WSocket.pas, but they are defined
in WinSock.pas.

Arno Garrels

> 
> I also get error in HttpContCod.hpp on
> 
> __property bool Active = {read=GetActive, nodefault}; (line 85)
> __property AnsiString Coding = {read=GetCoding}; (line 86)
> 
> The error is parameter mismatch.
> 
> Regards Bjørnar
-- 
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


[twsocket] Compiling latest ICS-beta

2006-01-27 Thread Bjørnar Nielsen
I downloaded and installed latest beta and I found these problems (using
BCB6).

The package compiled fine but I get errors when using ICS in a testproject
in WSocket.hpp on these:

IOCPARM_MASK
IOC_VOID
IOC_OUT
IOC_IN
IOC_INOUT

They are defined in both Winsock.pas and WSoscket.pas. When I removed them
from WSocket.pas the errors was gone.

I also get error in HttpContCod.hpp on

__property bool Active = {read=GetActive, nodefault}; (line 85)
__property AnsiString Coding = {read=GetCoding}; (line 86)

The error is parameter mismatch.

Regards Bjørnar



-- 
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