Text-to-Speech Class ActiveX control crashes everytime

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kimiraikkonen

    Text-to-Speech Class ActiveX control crashes everytime

    Hi all,
    In Visual Basic 2005, i added "textToSpee ch Class" from COM Components
    and i dragged it onto my form as a ActiveX control with no problem.
    The problem is that it doesn't do what it claims.

    For example:
    If you do a very simple code to speak something using:

    AxTextToSpeech1 .Speak("Hello World")


    Then it crashes with like the following error:

    Unexpected internal error has occured (Exception from HRESULT:
    0x80040206)


    This control remains from year 1999, it's very old.

    Is it unsupported by VB.NET 2005?

    If you test, you may experience the same error.

    Regards.
  • Armin Zingler

    #2
    Re: Text-to-Speech Class ActiveX control crashes everytime

    "kimiraikko nen" <kimiraikkonen8 5@gmail.comschr ieb
    Hi all,
    In Visual Basic 2005, i added "textToSpee ch Class" from COM
    Components and i dragged it onto my form as a ActiveX control with
    no problem. The problem is that it doesn't do what it claims.
    Can you tell us the name of the library (file name and library name)? I
    don't find in the list of available COM components/controls.


    Armin

    Comment

    • kimiraikkonen

      #3
      Re: Text-to-Speech Class ActiveX control crashes everytime

      On Dec 28, 3:05 pm, "Armin Zingler" <az.nos...@free net.dewrote:
      "kimiraikko nen" <kimiraikkone.. .@gmail.comschr ieb
      >
      Hi all,
      In Visual Basic 2005, i added "textToSpee ch Class" from COM
      Components and i dragged it onto my form as a ActiveX control with
      no problem. The problem is that it doesn't do what it claims.
      >
      Can you tell us the name of the library (file name and library name)? I
      don't find in the list of available COM components/controls.
      >
      Armin
      Armin,

      I added this control from toolbox->choose items -COM components ->
      TextToSpeech Class

      Here is control's info:

      Path: C:\Windows\spee ch\Vtext.dll
      Library: Microsoft Voice Text
      Last Modified: 12.01.1999

      And whenever i try to speak a word it crashes as stated in my first
      post.

      Thanks.

      Comment

      • Armin Zingler

        #4
        Re: Text-to-Speech Class ActiveX control crashes everytime

        "kimiraikko nen" <kimiraikkonen8 5@gmail.comschr ieb
        >
        I added this control from toolbox->choose items -COM components ->
        TextToSpeech Class
        >
        Here is control's info:
        >
        Path: C:\Windows\spee ch\Vtext.dll
        Library: Microsoft Voice Text
        Last Modified: 12.01.1999
        >
        And whenever i try to speak a word it crashes as stated in my first
        post.

        I don't have this control, so, I'm afraid, I can't help.


        Armin

        Comment

        • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

          #5
          RE: Text-to-Speech Class ActiveX control crashes everytime

          You might look at http://msdn2.microsoft.com/en-us/library/ms997568.aspx.
          It's a bit more recent, being from this millenium!

          "kimiraikko nen" wrote:
          Hi all,
          In Visual Basic 2005, i added "textToSpee ch Class" from COM Components
          and i dragged it onto my form as a ActiveX control with no problem.
          The problem is that it doesn't do what it claims.
          >
          For example:
          If you do a very simple code to speak something using:
          >
          AxTextToSpeech1 .Speak("Hello World")
          >
          >
          Then it crashes with like the following error:
          >
          Unexpected internal error has occured (Exception from HRESULT:
          0x80040206)
          >
          >
          This control remains from year 1999, it's very old.
          >
          Is it unsupported by VB.NET 2005?
          >
          If you test, you may experience the same error.
          >
          Regards.
          >

          Comment

          • kimiraikkonen

            #6
            Re: Text-to-Speech Class ActiveX control crashes everytime

            On Dec 29, 5:52 am, Family Tree Mike
            <FamilyTreeM... @discussions.mi crosoft.comwrot e:
            You might look athttp://msdn2.microsoft .com/en-us/library/ms997568.aspx.
            It's a bit more recent, being from this millenium!
            >
            "kimiraikko nen" wrote:
            Hi all,
            In Visual Basic 2005, i added "textToSpee ch Class" from COM Components
            and i dragged it onto my form as a ActiveX control with no problem.
            The problem is that it doesn't do what it claims.
            >
            For example:
            If you do a very simple code to speak something using:
            >
            AxTextToSpeech1 .Speak("Hello World")
            >
            Then it crashes with like the following error:
            >
            Unexpected internal error has occured (Exception from HRESULT:
            0x80040206)
            >
            This control remains from year 1999, it's very old.
            >
            Is it unsupported by VB.NET 2005?
            >
            If you test, you may experience the same error.
            >
            Regards.
            The speech control which is from millenium :-) , seems not compatible
            with VB.NET 2005, maybe with VB6 or other WinOS versions.

            Also there's an alternative SpeecLib library which is explained here:



            and the TTS reader's code(but not perfect, has some bugs):




            But beyond those, "speech-to-text(reverse of text-to-speech)" like
            comes with Office XP, that control would be perfect! If there's please
            inform.

            Thanks.

            Comment

            Working...