Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Yeah, Many thanks Arno :) Rebuilding did help. How about the SSL keys and the certificate? How do I use the keys in both locations (server and client), where do I copy the keys, how do I build keys? Thanks in advance -daniel -Original Message- From: Arno Garrels Sent: Thursday, Jan

Re: [twsocket] TWSocket

2011-01-13 Thread Arno Garrels
daniel cc wrote: > Hi, > I have got everythíng needed but still can't run the demos, > do I need to register the dll files? No, "rebuild" the project, just a "compile" is not enough. Whenever a conditial define changed you have to (re)build the project, sometimes even that does not work, in such c

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi, I have got everythíng needed but still can't run the demos, do I need to register the dll files? Here are the errors --- [DCC Error] OverbyteIcsSimpleSslServer1.pas(88): E2003 Undeclared identifier: 'TSslWSocketClient' [DCC Error] OverbyteIcsS

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Thanks Arno :) I have got everything.. Best regards -daniel -Original Message- From: Arno Garrels Sent: Thursday, January 13, 2011 9:13 PM To: ICS support mailing Subject: Re: [twsocket] TWSocket daniel cc wrote: Hi guys, Could someone please provide me with a demo of SSL Server

Re: [twsocket] TWSocket

2011-01-13 Thread Arno Garrels
daniel cc wrote: > Hi guys, > Could someone please provide me with a demo of SSL Server and client? > I couldn't find any in the component directory. > I don't know how to switch the existed normal server and client demos > to SSL. The SSL demos are all in sub directory SslInternet. You need the O

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi guys, Could someone please provide me with a demo of SSL Server and client? I couldn't find any in the component directory. I don't know how to switch the existed normal server and client demos to SSL. Thanks for the help -daniel -Original Message- From: Arno Garrels Sent: Thursd

[twsocket] Great Problem with ICS7 under Delphi XE

2011-01-13 Thread Hauger maTEChard
My problem: Under Delphi 7 my application runs correct but under XE I have a great problem with icsv7w from Okt. 2010. I install the version for XE correct. In my app. I download some 6 picture from the internet in the directory c:\temp\thumnail After that by clicking in the grid I saw t

Re: [twsocket] TWSocket

2011-01-13 Thread Arno Garrels
daniel cc wrote: > I just need to set some security around it now. Encryption is not a built-in ICS feature, except when you use SSL/TLS. Just send encrypted data and decrypt on the receiver side, very simple. There are many encryption libraries available such as TP Lockbox or DCPCrypt2 both av

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Thanks Arno, I have managed to set it up and it works great :) I just need to set some security around it now. Best regards -daniel -Original Message- From: Arno Garrels Sent: Thursday, January 13, 2011 7:34 PM To: ICS support mailing Subject: Re: [twsocket] TWSocket daniel cc wr

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi Francois, You have mentioned "DES" encryption, Is it automatically encrypted with "DES"? or should I do something to set "DES" up? Thanks for the answers. -daniel -Original Message- From: daniel cc Sent: Thursday, January 13, 2011 5:02 PM To: ICS support mailing Subject: Re: [twsoc

Re: [twsocket] TWSocket

2011-01-13 Thread Arno Garrels
daniel cc wrote: > I have copied everything belong to the database but it still keeps > complaining about not finding "clients.dbf" > I have the both, > "clients.dbf" and "clients.mdx" > > Is there anything else missing? Are you using C++ Builder? Anyway, dropped on the form there's component Da

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Sorry :( I am gonna have to answer this myself´, I have managed to fix this problem. -daniel -Original Message- From: daniel cc Sent: Thursday, January 13, 2011 5:02 PM To: ICS support mailing Subject: Re: [twsocket] TWSocket Hi Francois, I understand :) I have copied everything belon

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi Francois, I understand :) I have copied everything belong to the database but it still keeps complaining about not finding "clients.dbf" I have the both, "clients.dbf" and "clients.mdx" Is there anything else missing? Thanks -daniel -Original Message- From: Francois PIETTE Sent:

Re: [twsocket] Email file attachments with custom filetype/extension

2011-01-13 Thread Francois PIETTE
Please forget my previous message, the problem was sitting in front of the monitor named Arno. In the programming industry, the problem is very frequently between the keyboard and the seat :-)) -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author

Re: [twsocket] Email file attachments with custom file type/extension

2011-01-13 Thread Arno Garrels
Arno Garrels wrote: > Any ideas? Please forget my previous message, the problem was sitting in front of the monitor named Arno. Actually there was no default "open" action registered. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.e

[twsocket] Email file attachments with custom file type/extension

2011-01-13 Thread Arno Garrels
Hi, I registered my own custom file type/extension in Windows. The associated application is started when I double click such files in Windows Explorer. However when I try to open such files attached to an e-mail in Outlook Express I get an error message that there is no application associated fo

Re: [twsocket] TWSocket

2011-01-13 Thread Francois PIETTE
"OverbyteIcsSrvDemo" but I simply can't move it anywhere because it keeps askin about missing "clients.dbf" I found the this this file in the directory and copied to the same directory where I keep the exe but it still keeps asking about the same file. You have also to copy client.mdx which is

[twsocket] Limiting THttpCli response header size

2011-01-13 Thread Fastream Technologies
Hello, There seems to be no check for header size. I first thought I could do it in OnHeaderData but this event is only triggered when CRLF is read from web server. Any idea if this could be implemented in application? If it's not possible, any way to do it in the component level? We just need a

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi Francois, I am trying to test this server demo, "OverbyteIcsSrvDemo" but I simply can't move it anywhere because it keeps askin about missing "clients.dbf" I found the this this file in the directory and copied to the same directory where I keep the exe but it still keeps asking about the sam

Re: [twsocket] TWSocket

2011-01-13 Thread Francois PIETTE
Server is placed in our office and clients are all around the country in different locations. Doesn't matter as far as programming is concerned. Connection from the client to the server will be made by using SSH tunnel (port 22) which will make it safe. Do not use SSH. Use SSL instead. SSH i

Re: [twsocket] TWSocket

2011-01-13 Thread Angus Robertson - Magenta Systems Ltd
> Connection from the client to the server will be made by using SSH > tunnel (port 22) which will make it safe. ICS does not support SSH. > I need my client to be able to send the status of itself to the > server like every 10 minutes which will tell to the server if the > client is on and

Re: [twsocket] TWSocket

2011-01-13 Thread daniel cc
Hi Francois, Thanks for the response. I am trying to build a server and client application as following, Server is placed in our office and clients are all around the country in different locations. Connection from the client to the server will be made by using SSH tunnel (port 22) which will m