Delphi Programming Tutorial #31 – Making Applications Talk

In this video we take a look at the Microsoft Speech API, in particular the text to speech facilities. And we create a small application that can speak some text in a memo control

Duration : 0:7:18



3 Responses to “Delphi Programming Tutorial #31 – Making Applications Talk”

  1. J2897 says:

    Was that C++? Or …
    Was that C++? Or how similar to C++ is Delphi? Are they both compatible with each other or not?

    Thx.

  2. codegearguru says:

    Delphi and C++ are …
    Delphi and C++ are very different programming languages. Delphi is based on Object Pascal and is usually easier to use and understand but C++ is much more common. The short answer is Delphi and C++ are not compatible, the long answer is very long an complicated.

  3. fred10538 says:

    As a Delphi …
    As a Delphi developer, I wouldn’t say that C++ is used by greater number of programmers. I would say that CodeGear C++ and Codegear Delphi (which use the same VCL) are about the same level of difficulty to learn and write and are indeed compatible with each other.

Leave a Reply

Posted on January 18th, 2008 by admin

Filed under API | 3 Comments »

|