-3

How make program like skype,?
What should I have to know to make it like the program?
Which component should I use?

Johan
  • 74,508
  • 24
  • 191
  • 319

1 Answers1

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