vcp
May 10, 2019 ยท View on GitHub
Voice Communicator Components, public full sources release.
Sources are released in hope they will be usefull.
Feel free to explore and experiment.
Should be compatible with Delphi 7 - Delphi 10 (Seattle).
installation
- Open vc2/vc2.dpk
- Right click - Options... - Search path - add "../common"
- Right click - Install
running a sample
- Open a sample project (for example samples\vcVoiceChat\vcVoiceChat.dpr)
- Add "../../common;../../vc2" to Search path
- Run