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

2012-03-28 Thread Primoz Gabrijelcic
D2007 and XE2 here, but we are phasing out D2007 (although that is happening very slowly). If new version would be backwards compatible in the API, I don't see a problem using old ICS with D2007 and new ICS with XE2, 3 ... Primoz > I’m planning the next ICS version… > Being unable to use a

Re: [twsocket] listening on two multicast sockets on the same port

2011-06-16 Thread Primoz Gabrijelcic
> TLogger.Log('UDP socket start rx error LocalIP='+pLocalIP+' > LocalPort='+inttostr(pLocalPort),lsError,true); > end; > Bye > Emanuele > Il 16/06/2011 12:29, Primoz Gabrijelcic ha scritto: >> Hello, Everybody! >> >> I have some problem

[twsocket] listening on two multicast sockets on the same port

2011-06-16 Thread Primoz Gabrijelcic
Hello, Everybody! I have some problems with multicasting implementation, most probably caused by my insufficient understanding of the subject. I have multiple applications that can stream and listen on multicasted traffic. Because I want them to bind only to one physical interface, I'm initializi

Re: [twsocket] [OT] 64-bit Delphi preview

2011-04-06 Thread Primoz Gabrijelcic
>> Angus Robertson wrote: >> > > Maybe it's time to check all our projects for 64-bit compatibility? >> > > :) >> > >> > Only if your ICS project needs to access more than 2 gigs of memory (or >> > is it 4), or is a DLL called by other 64-bit applications. >> >> When working with Windows messages I

Re: [twsocket] GpHTTPProxy v2.4 (the patched 2.0)

2010-04-21 Thread Primoz Gabrijelcic
> Now it seems that I managed to fix the bug using the proprietary sources > provided > by Primoz Gabrijelcic as a reference for me by a non-disclosure agreement. > As the agreement concerns the proprietary sources only, and the patched source > is the GpHTTPProxy indeed, I suppos

Re: [twsocket] POST problems when working with WCF

2009-11-04 Thread Primoz Gabrijelcic
>>> I won't add it because it might break backwards compatibility. >>> It's recommended to set LineMode to FALSE in application's >>> event handler OnPostDocument, as this is also shown in the demo. >> >> Thanks for pointing it out! Didn't notice that one. > It is save to switch to non-LineMode,

Re: [twsocket] POST problems when working with WCF

2009-11-04 Thread Primoz Gabrijelcic
> Arno Garrels wrote: >> Primoz Gabrijelcic wrote: >>> Recently I was working on Silverlight/Delphi integration via >>> SOAP services and I found a problem in HTTP Server component. >>> >>> When Silverlight issues SOAP POST, it does not

[twsocket] POST problems when working with WCF

2009-11-03 Thread Primoz Gabrijelcic
Recently I was working on Silverlight/Delphi integration via SOAP services and I found a problem in HTTP Server component. When Silverlight issues SOAP POST, it does not terminate POST data with newline. (Same happens with WPF application and BasicHttpBinding so that's definitely a globa

Re: [twsocket] ICS & IGMP

2009-03-23 Thread Primoz Gabrijelcic
>> Does anybody have a working code that sends IGMP requests? >> I search the net but found nothing but standards ... >> I'll reimplement the stuff in any occasion but I find source code more >> readable than RFCs. > Sorry, never saw source code for IGMP. It is very similar to ICMP. As MS doesn'

[twsocket] ICS & IGMP

2009-03-23 Thread Primoz Gabrijelcic
Hello all! Does anybody have a working code that sends IGMP requests? I search the net but found nothing but standards ... I'll reimplement the stuff in any occasion but I find source code more readable than RFCs. TIA, Primoz -- To unsubscribe or change your settings for TWSocket mailing lis