Re: [twsocket] Create an ICS assembly .NET

2006-07-25 Thread Arnold FLUTEAUX
I had included NOFORMS in my project source.  So I’ve made what you said and
I included it in project/options/Directory and conditions/”Définitions
Conditionnelles” (Sorry I’m French and I don’t know traduct this !). And in
options project, there is no ICS_COMPONENT define.

So the result is the same. In SCJcom.dll source is included {DEFINE
NOFORMS}. I suppress Borland.vcl and when I try to compile the error message
is :

“[Erreur fatale] F1033 L'unité 'Borland.Vcl.SysConst' est implicitement
importée dans le package 'SCJCom' ».

I use Delphi 2005

 

Arnold

 

-- 
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] Create an ICS assembly .NET

2006-07-25 Thread Francois Piette
> "[Erreur fatale] F1033 L'unité 'Borland.Vcl.SysConst' est implicitement
> importée dans le package 'SCJCom' ».

Try removing anything related to VCL from the uses clause. If it doesn't
compile anymore because the code make use of a borland runtime function
which is in the VCL, then you'll have to replace it by one from .NET runtime
or rewrite one.


Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


- Original Message - 
From: "Arnold FLUTEAUX" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, July 25, 2006 9:53 AM
Subject: Re: [twsocket] Create an ICS assembly .NET


> I had included NOFORMS in my project source.  So I've made what you said
and
> I included it in project/options/Directory and conditions/"Définitions
> Conditionnelles" (Sorry I'm French and I don't know traduct this !). And
in
> options project, there is no ICS_COMPONENT define.
>
> So the result is the same. In SCJcom.dll source is included {DEFINE
> NOFORMS}. I suppress Borland.vcl and when I try to compile the error
message
> is :
>
> "[Erreur fatale] F1033 L'unité 'Borland.Vcl.SysConst' est implicitement
> importée dans le package 'SCJCom' ».
>
> I use Delphi 2005
>
>
>
> Arnold
>
>
>
> -- 
> 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] THttpCli v6 - Relocation Problem

2006-07-25 Thread Frans van Daalen

- Original Message - 
From: "Arno Garrels" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Tuesday, July 04, 2006 7:29 PM
Subject: Re: [twsocket] THttpCli v6 - Relocation Problem


> Frans van Daalen wrote:
>> Arno,
>>
>> I tested this url and your change (only GetHeaderLineNext) and yes
>> with connection "keep-alive" of no setting on connection all is fine.
>> However with connection set to "close" the relocation fails on the
>> third one. If I try to find where it hangs it shows
>>
>> DoRequestSync
>> Application.ProcessMessages
>> with fstate = httpwaitingbody.
>
> Hmm, I'm still not familiar with this component (looks rather 
> complicated),
> however that error doesn't happen if I include the second change. Just 
> tested
> HTTP1.1 with Connection := 'Close' successfully, are you able to
> reproduce the same?
>
> Arno

mhhh, just found some time to continue... At this moment without your second 
change also a "Close" will work correctly...It seems that the 
httpwaitingbody already had a startrelocation implementated so I think that 
during the tests the server responded rather slow on a connection "close"

...goes away and makes extra checks

arr...forget the above it seems the link is not langer making 3 
relocations but only twoanyone with a new link to test this?

-- 
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] Create an ICS assembly .NET

2006-07-25 Thread Arnold FLUTEAUX
I've made a little progress with my problem. In my assembly, I've replaced
Borland.vcl.dll (2 Mo) by Borland.Ecovcl(6ko) and it compiles OK. Now, I
must deploy only Borland.delphi.dll (100ko) and Borland.vclrtl.dll (1.5Mo). 

 

Arnold

 

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