Re: [twsocket] TWSocket for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Hi, I figure that it's v 6.0 that is compatible with Delphi.net? Does anyone know how to generate the dll so it can be used by VS2005 or have a link to further information about it? Is it a simple "compile to .net library" or is it far more to it? Regards, Fredrik. -Ursprungligt meddelande-

Re: [twsocket] TWSocket for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Wow! Indeed it was quite easy. 1. Create a .net package (recommendation from dr Bob at http://www.drbob42.com/examines/examin55.htm) 2. Add the units. 3. Add the Borland VCL (the units implicity uses them so they are needed). 4. Compile 5. In VS2005 add a reference to the DLL and in the header:

Re: [twsocket] TWSocket for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Added http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework as well as a link in the FAQ. Unfortunately I added another one as well since I got some weirdness with the wiki-naming style and what was shown as a title. Can the old one be deleted? Regards, Fredrik. -Ursprungligt m

Re: [twsocket] TWSocket for .Net and C#?

2007-08-06 Thread Fredrik Larsson
I don't see it. I guess you found how to delete it yourself. The link is http://wiki.overbyte.be/wiki/index.php/FAQ.Microsoft.NET_framework -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:/

Re: [twsocket] TWSocket for .Net and C#?

2007-08-06 Thread Fredrik Larsson
:[EMAIL PROTECTED] För Arno Garrels Skickat: den 6 augusti 2007 20:08 Till: ICS support mailing Ämne: Re: [twsocket] TWSocket for .Net and C#? Fredrik Larsson wrote: > I don't see it. I guess you found how to delete it yourself. > > The link is > http://wiki.overbyte.

Re: [twsocket] What would cause an ICS-threaded server to runinto100%CPU usage?

2007-08-17 Thread Fredrik Larsson
What processor do they have and how much memory do they have? Do they have a 100 mbit network card or just a 10 mbit? Might be older one that clogs the processor more? Regards, Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Fastream Technologies

Re: [twsocket] Wiki

2007-09-26 Thread Fredrik Larsson
Hi, I agree! I see it as "paying" a little for the components by documenting when I am doing some development with ICS-components. It's so easy to add a couple of lines of code or some notes that are missing. Regards, Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[E

Re: [twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread Fredrik Larsson
There are some templates but I normally copy the layout from some existing one that fits what I want to enter. /Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 30 november 2007 21:07 Till: twsocket@elists.org Ämne: [tw

Re: [twsocket] What is the preferred stable up-to-date ICS distribution to use ?

2008-03-14 Thread Fredrik Larsson
Generally I would say, "if it ain't broke, don't fix it". You should read through the release history and see what new changes there are and if they may affect you and if you really need them. The v 5 track is mainly to have a release for all of those (me included) who uses older Delphi-version. I

Re: [twsocket] Overbyte wiki has a problem

2008-05-08 Thread Fredrik Larsson
I had this problem as well. Try to put a php.ini file in the same directory as the wiki with register_globals = 1 in it and it might work. Just found the solution and tested on my own failed mediawikis. Regards, Fredrik. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
Hi, I thought to add a change to the Wiki and the editing is ok but trying to make a preview or save doesn't work. Clues anyone? Regards, Fredrik. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket V

Re: [twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
working? Fredrik Larsson wrote: > Hi, > > > > I thought to add a change to the Wiki and the editing is ok but > trying to make a preview or save doesn't work. Clues anyone? AFAIK, all passwords are lost, I would send Francois a PM. -- Arno Garrels -- To unsubscribe

Re: [twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
That's funny. I tried to edit now and suddenly it seems to work. Must have been my computer and some browser-trouble since all I have done is rebooted the computer. Which of course reminds me that I have should have done that before saying that it doesn't work.. doh! :) Regards, Fredrik. -- To u

Re: [twsocket] TSmtpCli - How do I process multiple emails usingthiscomponent?

2008-07-29 Thread Fredrik Larsson
Well something like this exists in my code. Some functions are my own but I think you get the picture. procedure TLCInheritSMTPDM.SmtpRequestDone(Sender: TObject; RqType: TSmtpRequest; ErrorCode: Word); begin if (error > 0) then begin logMsg('Service Error occured RqType:'+inttostr(inte

Re: [twsocket] TSmtpCli - How do I process multipleemailsusingthiscomponent?

2008-07-29 Thread Fredrik Larsson
Mike, If you read my posting you will see how to implement the RequestDone event. It's also explained in the wiki at http://wiki.overbyte.be/wiki/index.php/TSmtpCli.OnRequestDone There is a line of code where you re-populate the fields (subject, recips et.c.) and this is where you would read from

Re: [twsocket] OT: C# equivalent of ICS

2008-11-19 Thread Fredrik Larsson
It does work and it is described in our wiki at http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework I know because I have several customers where I did exactly this. If you need for Compact Framework you should use something else such as RemObjects IP Pack but for C# in Windows do

Re: [twsocket] OT: C# equivalent of ICS

2008-11-21 Thread Fredrik Larsson
Ah, perhaps they have improved. My experience was that they were a nightmare to work with and not as easy as ICS. But as long as you get it to work that's the point! :) /Fredrik. -Original Message- Thanks Fredrik, but that procedure looks more complicated than the problem I'm trying to so

Re: [twsocket] ICS Wiki on www.overbyte.be

2009-03-27 Thread Fredrik Larsson
Hi, I personally try to contribute to the wiki whenever I do something ICS-related. Let's say I do something with the HTTP-component I put an half an hour or so to document if it's something where there isn't any prior documentation. Like in your case if you find out to do it in the demos then giv

Re: [twsocket] Wiki software has been updated

2009-07-06 Thread Fredrik Larsson
Looks fine. Ads working as well.. :) -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: den 6 juli 2009 20:44 To: twsocket@elists.org Subject: [twsocket] Wiki software has been updated Hi ! I have updated the Media

Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-18 Thread Fredrik Larsson
Hi, I know that a permanent fix at componentlevel is desired but until that is sorted out perhaps you would want to use something such as http://www.netlimiter.com/ to limit the traffic the application uses? Regards, Fredrik. -- To unsubscribe or change your settings for TWSocket mailing list pl

Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-19 Thread Fredrik Larsson
Yeah, I guess so. I had to look LSP - Layered Service Provider... :) I have used it myself to limit some applications bandwidth to a max limit. But it makes sense that it's an LSP-app. -Original Message- > I know that a permanent fix at componentlevel is desired but until > that is sorte

Re: [twsocket] Cc: with TSmptClient ?

2010-02-19 Thread Fredrik Larsson
Doesn't HdrCC := 'n...@none.com;sec...@none.com'; Work? -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Jean-Paul Passama Sent: den 19 februari 2010 17:13 To: twsocket@elists.org Subject: [twsocket] Cc: with TSmptClient ? Hi all,

Re: [twsocket] SSH support

2010-07-17 Thread Fredrik Larsson
Can't you use something like Putty to tunnel the traffic? /Fredrik -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: den 17 juli 2010 09:32 To: ICS support mailing Subject: Re: [twsocket] SSH support Ruud Kerstens wr

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Fredrik Larsson
http://wiki.overbyte.be/wiki/index.php/THttpCli.Get If you need it sync (blocking) in the same way Indy does it. Regards, Fredrik. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: den 13 september 2010 17:22 To:

Re: [twsocket] OT: Making an ICS client/server exe Windows Firewall Exception

2010-10-05 Thread Fredrik Larsson
Google for "delphi firewall create exception" and you will some examples. Also check out http://jedi-apilib.sourceforge.net/ that has an Firewall API to add exception. /Fredrik -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Fastream

Re: [twsocket] Two things in ICS (probably bug/potential bug)

2011-02-02 Thread Fredrik Larsson
I was just wondering, creating a DLL in Delphi and use it as described in http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework still works or? Regards, Fredrik -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois P

[twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
Hi, I haven't used the POP3-component before so I need a little help. If I want to fetch all of the messages on the server, can I use something like MsgNum = 1 up to MsgCount or can the actual number change so I have to do a combination of List and Retr? Regards, Fredrik. -- To unsubscrib

Re: [twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
You can ignore this. I found this after some wider search in the archive.. :) Also updated the wiki.. :) -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Fredrik Larsson Sent: den 8 mars 2011 15:25 To: 'ICS support mailing

[twsocket] HTTPClient and comet / chunked transfer and post data with active connection

2011-09-02 Thread Fredrik Larsson
Hi, I am working on a project where the server side delivers HTTP-data as comet / chunked transfers e.g. the connection is never closed and as new events come along it sends new data over the same connection. There is no way to change the server side and use sockets instead (server side isn't m

Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-16 Thread Fredrik Larsson
Hi, I would be very interested in trying out and test this websocket-component. I don't think that there is a huge need for a Delphi-client of websocket yet (I might be wrong though) but the serverside is very interesting. With websocket you can communicate with your system without the webbrowser

Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-29 Thread Fredrik Larsson
A lot of old Delphi 5 projects where I have ICS V5 but migrating towards Delphi XE. -- 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] Ang.: Wiki issue

2012-08-01 Thread Fredrik Larsson
Perhaps a captcha can be enabled for the wiki? Mvh, Fredrik Larsson. - Reply message - Från: "François Piette" Till: "'ICS support mailing'" Rubrik: [twsocket] Wiki issue Datum: ons, aug 1, 2012 21:56 I searched the web with no luck to find a SQL stat

RE: [twsocket] VOIP

2005-04-27 Thread Fredrik Larsson
Have you looked into what kind of effort it take to accomplish this? I might be interesting of helping out a bit. I have done a lot of TAPI programming and know a bit about that. I have played little with VOIP but I it might be interesting to take a closer look again. Regards, Fredrik. -Orig

RE: [twsocket] Servertimeout ... i don't get it working

2005-06-30 Thread Fredrik Larsson
The TWSocketClientClass is same as TWSocket. I am quite sure that you can add the onchangestate event just by typecasting to TWSocket. The following compiles ok... procedure TForm1.WSocket1ChangeState(Sender: TObject; OldState, NewState: TSocketState); begin //do something end; procedure TFor

[twsocket] Decoding mail

2005-07-11 Thread Fredrik Larsson
Hi, I am using pop3-component. I need to decode the data that I receive. Now I get: This is the subject line 2005-07-11 17:12:40 =?iso-8859-1?B?dGVzdCDl5PYgYWJj?= This is the message 2005-07-11 17:12:41 Message received: Test =E5=E4=F6 abc =20 Regards, fredrik 2005-07-11 17

SV: [twsocket] Decoding mail

2005-07-11 Thread Fredrik Larsson
Yeah, I imagined this would be it but is there any demo on how it works? Regards, Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Angus Robertson - Magenta Systems Ltd Skickat: den 11 juli 2005 19:14 Till: twsocket@elists.org Ämne: Re: [twsocket] D

SV: SV: [twsocket] Decoding mail

2005-07-11 Thread Fredrik Larsson
Works perfect but this doesn't work for the plain text body. Anything I have missed? -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Angus Robertson - Magenta Systems Ltd Skickat: den 11 juli 2005 21:51 Till: twsocket@elists.org Ämne: Re: SV: [twsocket] Deco

SV: SV: [twsocket] Decoding mail

2005-07-12 Thread Fredrik Larsson
. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Arno Garrels Skickat: den 12 juli 2005 09:14 Till: ICS support mailing Ämne: Re: SV: [twsocket] Decoding mail Fredrik Larsson wrote: > Works perfect but this doesn't work for the plain text body. An

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Fredrik Larsson
It might that you send some special character that gets encoded through the webserver. You probably need to decode the text. Try to send just A to Z characters to start with and no weird signs like é ü et c. Regards, Fredrik. -Original Message- When transmit a soap request, i get the err

Re: [twsocket] ICS help system?

2006-02-08 Thread Fredrik Larsson
I think a wiki is a great idea! I have started one myself and it's quite easy to setup. The wiki that powers wikiepdia et c is probably the best. http://www.mediawiki.org/ is the place to go. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/ma

Re: [twsocket] ICS help system?

2006-02-08 Thread Fredrik Larsson
Question is if a helpfile is needed or the Wiki is good enough? Almost everyone is online now... As long as there is one good source to get info a helpfile isn't really necessary... > -Original Message- > However it is a minimal work... On the other side the wiki > looks good, but some

Re: [twsocket] ICS help system?

2006-02-09 Thread Fredrik Larsson
Just MySQL and PHP. And probably the best place for a ICS/Midware wiki is with you (Francois) :) Regards, Fredrik. > -Original Message- > > I have this hosted site that it is currently not being used for > > *anything*. I will be glad to donate some (most?) of this space to > > host t

Re: [twsocket] [Wiki] Still need some author

2006-03-14 Thread Fredrik Larsson
I registered myself and will try to help a little. What I noticed that it might be needed to have seperate pages for the units. Since some units contain functions that are quite useful and isn't available in a component. I guess that there should be these block then: Overview, Components (links to

[twsocket] TWSocket for .Net and C#?

2007-08-05 Thread Fredrik Larsson, LC
Hi, I searched the archive but C# seem to return every single mail ever sent to the list so I am not sure if this has been discussed earlier. Anyway, I am doing some Visual Studio 2005 projects and I want to have a good async-component. Basically TWSocket but that it can be used in C# and .net.

[twsocket] ISAPI Proxy/forwarder and stand alone

2007-08-22 Thread Fredrik Larsson, LC
Hi, I only have port 80 open towards the Internet and in one case there is an IIS-server listening and in the other case there is nothing at the moment. I need to forward / relay some requests (depending upon folder or parameter) to some other servers internally on the network with different ip+p

[twsocket] Socket errors in the Wiki?

2007-09-28 Thread Fredrik Larsson, LC
Hi, I was thinking of maybe we should have a list over socket errors and a brief explenation of what they do and potential problems that can occur. What do you think? Maybe in the FAQ or in the list at the mainpage? Regards, Fredrik. -- To unsubscribe or change your settings for TWSocket maili

Re: [twsocket] Wiki

2006-09-30 Thread Fredrik Larsson, LC
I have a login to the Wiki but the content I want to add information said "Project:Protected page"? -- 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] Wiki

2006-10-01 Thread Fredrik Larsson, LC
Yeah, it also gives the opposite effect that if it's too much trouble to edit/add info then people won't do it. Regards, Fredrik. -Ursprungligt meddelande- I also get the same thing on every article. Do we have to wait for a moderator to give access? If so, I would suggest you add a c

Re: [twsocket] Wiki

2006-10-01 Thread Fredrik Larsson, LC
Well, it should state that after you have created an account you need to request editing-permission from you. Just creating an account doesn't give a user editing-rights. Regards, Fredrik. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Francois PIETTE Skic