> My next problem is this - MCAST_JOIN_GROUP requires me to pass a GROUP_REQ
> structure which contains the following member:
>
> gr_interface
> The interface index of the local interface on which the multicast group
> should be joined or dropped.
>
> Is this something I can retrieve using ICS or
>> 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'
> 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.
--
francois.pie...@overbyte.be
The author of t
>I am not sure how to extract a header variable with ICS HttpCli together
> with php
No sure about what you mean by "header variable".
As far as I know, there is no such concept in HTTP protocol.
Maybe you mean "header line" ?
--
francois.pie...@overbyte.be
The author of the freeware multi-tier
> No, what i mean's is i don't build with runtime packages. So the execute
> files will became smaller.
I will assume you use runtime packages since you are telling us you want to
download BPL files.
btw: Personnaly, I usualy avoid runtime packages. It is more complex for the
user. I use runti
> Now i want to made with ics is when user used the program, it's check if
> in
> the client there's a bpl files that required to run the application if not
> then it
> will download form server application.
It is probably easier for you to put your BPL files on a FTP or HTTP server,
and then u
I am not sure how to extract a header variable with ICS HttpCli together
with php
Below is what I have tried:
*DELPHI*
Memo2.Lines.Add('MyVar =' + HttpCli1.RcvdHeader.Values['MY_VAR']);
*
PHP*
header("MY_VAR=$alist");
I also tried this line below
header("MY_VAR: MY_VAR=$alist");
--
To unsub
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