Time Bandit wrote:
> Hi everyone,
>
> just coming back to ICS after something like 6 years off the list.
>
> I'm building a socket server that should handle lot's of short time
> connections. Clients will connect, send a request, get an answer, then
> disconnect. The number of clients will be som
Hi everyone,
just coming back to ICS after something like 6 years off the list.
I'm building a socket server that should handle lot's of short time
connections. Clients will connect, send a request, get an answer, then
disconnect. The number of clients will be somewhere between 500 and
1000.
I d
> Hi guys thanks for your earlier responses they helped lots. I was reading
> ICS demos and comments from Francois and others and I was wondering of an
> identical replacement for receivestr and sendstr. I'd like to use an array
> of char instead since it doesn't need to copy the data multiple time
Hi guys thanks for your earlier responses they helped lots. I was reading
ICS demos and comments from Francois and others and I was wondering of an
identical replacement for receivestr and sendstr. I'd like to use an array
of char instead since it doesn't need to copy the data multiple times. Is
th
> So this seems to be default behaviour for everything you build. This
> approach does help with keeping things more organized I guess.
I agree, but O don't understand why the linker doesn't find the obj files
where the compiler place them if you are using the default settings. It's
not normal t
I was using the default settings of builder. Installing ICS was the first
thing I did so I did not change any options such as the destination location
of files.
Actually, I noticed that even when building normal projects (instead of
packages) the object files get stored in a separate folder :
Eith
This is slightly off-topic, but you're the first person I know who has tried
C++ 2006, Kris. Have you found that all (any?) other component libraries
work out of the box? What are your first impressions?
Ian
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http
Thanks for feedback.
Do you have an options set somewhere to store the obj file in a special folder ?
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Kris Schoofs" <[EMAIL PROTECTED]>
To: "twsocket"
Sent: Wednesday, December 21, 2005 1:31 PM
Subject: Re: [twsocke
Francois,
I managed to solve the problem with C++ Builder 2006.
As I already mentioned the missing 'ICSNTLMMSGS.OBJ' was located in
'...\Borland Studio Projects\ics\Delphi\Vc32\Release_Build'
So I copied this file from this folder to :
'...\Borland Studio Projects\ics\Delphi\Vc32\' and this res
Actually, BDS C++ Builder 2006 isn't a technology preview anymore. Borland just
released their update 1 that finalizes their C++ implementation :
http://www.borland.com/downloads/download_cbuilder.html
"This update completes the functionality of the Preview Technology for C++ and
C in Borland Dev
First of all, BDS2006 C++ personality is preview (translation: it is still
buggy).
The ICS version you can find on BDS2006 partner DVD worked with BDS2006 version
Borland provided to
partners to build their product. Your actual BDS2006 may differ slightly.
> Following error is always reported :
I'm encountering problems when attempting to install ICS on C++ builder
2006 (Update 1)
Following ICS distribution is used :
- icsbeta20051106.zip
Following procedure was used (as described in the readme.txt) :
- File/Open Project : ics\Delphi\Vc32\IcsBcb100.bdsproj
- Project manager : Right-cl
12 matches
Mail list logo