R
Romain TAILLANDIER
hi group.
I have a program that get some data, parse it and then resend it in a
standard format, each time.
I develop this application in C#.
Then i have to send the fomatted data to an other program that my customer
develop, in unmanaged language (WinDev which i don't know about.)
the the formated data may be text or xml.
assuming that my customer's program never know when i will send the data, it
have no other choice that listen, and treat it when it occurs.
So how can i send an unmanaged message ?
And how my customer will listen it ??
any idea wellcome
thank you for your help.
ROM
I have a program that get some data, parse it and then resend it in a
standard format, each time.
I develop this application in C#.
Then i have to send the fomatted data to an other program that my customer
develop, in unmanaged language (WinDev which i don't know about.)
the the formated data may be text or xml.
assuming that my customer's program never know when i will send the data, it
have no other choice that listen, and treat it when it occurs.
So how can i send an unmanaged message ?
And how my customer will listen it ??
any idea wellcome
thank you for your help.
ROM