How make program like skype,?
What should I have to know to make it like the program?
Which component should I use?
Asked
Active
Viewed 717 times
-3

Johan
- 74,508
- 24
- 191
- 319
-
And don't forget that Skype is more than just tje Windows client. You will also need some backend servers to connect the clients! – Birger Jun 16 '11 at 07:36
-
thankyou very much... how to make server and client skype as usual? – ariandani musbar Jun 20 '11 at 03:04
-
What do you already have / know? – Birger Jun 20 '11 at 09:19
1 Answers
2
On Windows, Skype is written in Delphi and uses Indy for its network communications. You will have to implement the actual audio/video protocols manually.

Remy Lebeau
- 555,201
- 31
- 458
- 770