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 mai

Re: [twsocket] Create an ICS assembly .NET

2006-07-25 Thread Francois Piette
ttp://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 &g

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 sa

Re: [twsocket] Create an ICS assembly .NET

2006-07-24 Thread Francois PIETTE
CTED]> To: Sent: Monday, July 24, 2006 5:53 PM Subject: Re: [twsocket] Create an ICS assembly .NET > Hi and thanks for your response. > > But I've always my problem. > > I've tried what you said by adding {$DEFINE NOFORMS}, I've suppressed > Borland.vcl.dll and Borl

Re: [twsocket] Create an ICS assembly .NET

2006-07-24 Thread Arnold FLUTEAUX
Hi and thanks for your response. But I’ve always my problem. I’ve tried what you said by adding {$DEFINE NOFORMS}, I’ve suppressed Borland.vcl.dll and Borland.vclrtl.dll but the Delphi dll project doesn’t compile. I must add Borland.vcl. I’ve this error “L'unité borland.vcl.types est implicitemen

Re: [twsocket] Create an ICS assembly .NET

2006-07-24 Thread Francois Piette
AIL PROTECTED]> To: Sent: Monday, July 24, 2006 11:17 AM Subject: [twsocket] Create an ICS assembly .NET > Hi, > > > > I've created an assembly (SCJCOM.dll) with Delphi 2005 which contains > several ICS .pas to do a Client FTP and It needs some Borland files and the > dep

[twsocket] Create an ICS assembly .NET

2006-07-24 Thread Arnold FLUTEAUX
Hi, I've created an assembly (SCJCOM.dll) with Delphi 2005 which contains several ICS .pas to do a Client FTP and It needs some Borland files and the deployment becomes too big (SCJCOM.dll + 3 Borland files = more than 3 Mo) So to resume, SCJCOM.dll (140 ko ) in Delphi 2005 contains: -