11-19-2008, 8:06
|
Adam Boulad

Joined on 09-16-2007
Posts 540
|
Re: Streaming video client
|
 
 
|
|
|
Fabien, Although Builder supports the same programming languages of MS Visual C++, I do not recommend trying to convert the Visual C++ projects to Builder projects. C++ Builder allows you to draw our multimedia ActiveX controls (such as ltmmCapture and ltmmPlay) on a form and use them in a manner similar to Delphi and Visual Basic. This means it might be easier on the long run to convert the demo from VB6 to Builder. This will be much easier than using COM functions such as CoCreateInstance.
You can find the video conferencing demos for VB 6 in this folder: LEADTOOLS 14.5\Examples\Ltmm\VB\ They are called NetServer and NetClient.
To add a control to Builder, use the "Import ActiveX control..." option from the Component menu.
Note: In version 16 of LEADTOOLS multimedia, we have 2 demos for C++ Builder, which are for multimedia Capture and Play features.
Adam Boulad LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|