Re: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-17 Thread Kris Schoofs
Sorry. That was a typo. It's actually ICS V6 (the site mentions ICS V6 for
Delphi 7) and I accidentally typed V7.

Kris

On Mon, Mar 17, 2008 at 2:09 AM, Éric Fleming Bonilha [EMAIL PROTECTED]
wrote:

 When do ICS V7 was released?? Where can I download

 Éric
  - Original Message -
 From: Kris Schoofs [EMAIL PROTECTED]
 To: ICS support mailing twsocket@elists.org
 Sent: Saturday, March 15, 2008 4:23 PM
 Subject: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''


  Hi,
 
  I'm attempting to install ICS V7 using Codegear C++ Builder 2007.
 However,
  I
  run into following error:
 
  [DCC Error] OverByteIcsWSocketE.pas(87): F1026 File not found: '
  DesignIntf.dcu'
 
  A search for a solution gave me this:
  You need to add -LUDesigneIde to the dcc32 command line options.
 
  Unfortunately, I haven't got a clue where and how to enter this in the
 C++
  builder 2007
 
  Additionally, the readme of an older ICS gave me this:
 
  From the main IDE menu select Project|Edit Option Source
  to edit the project options. In the entry for PFLAGS add
  the -LUvcl50 option. For example:
  PFLAGS value=-$YD -$W -$O- -v -JPHNE -M -LUvcl50/
  If you use BCB6, use 60 instead of 50 in the above explanations.
 
  Again, I don't know where to enter this and furthermore this description
  talks about an older C++ builder version (not 2007 where the project
  options
  apparently have been reorganized as compared to older versions).
 
  Undoubtedly, this is all very simple but at this point I'm completely
  clueless. So, any suggestions are much appreciated.
 
  Thanks,
 
  Kris
   --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be

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

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


Re: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-16 Thread Arno Garrels
Kris Schoofs wrote:
 Hi,
 
 I'm attempting to install ICS V7 using Codegear C++ Builder 2007.
 However, I run into following error:
 
 [DCC Error] OverByteIcsWSocketE.pas(87): F1026 File not found: '
 DesignIntf.dcu'
 
 A search for a solution gave me this:
 You need to add -LUDesigneIde to the dcc32 command line options.
 
 Unfortunately, I haven't got a clue where and how to enter this in
 the C++ builder 2007

I added DesignIDE to Delphi Compiler | Other Options | Use these packages 
when compiling,
which did the trick.
Also designide.bpi must be in the Requires list.

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




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


Re: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-16 Thread Kris Schoofs
On Sun, Mar 16, 2008 at 9:02 AM, Arno Garrels [EMAIL PROTECTED] wrote:

 I added DesignIDE to Delphi Compiler | Other Options | Use these
 packages when compiling,
 which did the trick.

This indeed did the trick. Thanks.

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


Re: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-16 Thread Éric Fleming Bonilha
When do ICS V7 was released?? Where can I download

Éric
- Original Message - 
From: Kris Schoofs [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Saturday, March 15, 2008 4:23 PM
Subject: [twsocket] ICS V7 and the missing ''DesignIntf.dcu''


 Hi,

 I'm attempting to install ICS V7 using Codegear C++ Builder 2007. However, 
 I
 run into following error:

 [DCC Error] OverByteIcsWSocketE.pas(87): F1026 File not found: '
 DesignIntf.dcu'

 A search for a solution gave me this:
 You need to add -LUDesigneIde to the dcc32 command line options.

 Unfortunately, I haven't got a clue where and how to enter this in the C++
 builder 2007

 Additionally, the readme of an older ICS gave me this:

 From the main IDE menu select Project|Edit Option Source
 to edit the project options. In the entry for PFLAGS add
 the -LUvcl50 option. For example:
 PFLAGS value=-$YD -$W -$O- -v -JPHNE -M -LUvcl50/
 If you use BCB6, use 60 instead of 50 in the above explanations.

 Again, I don't know where to enter this and furthermore this description
 talks about an older C++ builder version (not 2007 where the project 
 options
 apparently have been reorganized as compared to older versions).

 Undoubtedly, this is all very simple but at this point I'm completely
 clueless. So, any suggestions are much appreciated.

 Thanks,

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

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


[twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-15 Thread Kris Schoofs
Hi,

I'm attempting to install ICS V7 using Codegear C++ Builder 2007. However, I
run into following error:

 [DCC Error] OverByteIcsWSocketE.pas(87): F1026 File not found: '
DesignIntf.dcu'

A search for a solution gave me this:
 You need to add -LUDesigneIde to the dcc32 command line options.

Unfortunately, I haven't got a clue where and how to enter this in the C++
builder 2007

Additionally, the readme of an older ICS gave me this:

 From the main IDE menu select Project|Edit Option Source
 to edit the project options. In the entry for PFLAGS add
 the -LUvcl50 option. For example:
 PFLAGS value=-$YD -$W -$O- -v -JPHNE -M -LUvcl50/
 If you use BCB6, use 60 instead of 50 in the above explanations.

Again, I don't know where to enter this and furthermore this description
talks about an older C++ builder version (not 2007 where the project options
apparently have been reorganized as compared to older versions).

Undoubtedly, this is all very simple but at this point I'm completely
clueless. So, any suggestions are much appreciated.

Thanks,

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