Ok, old thread, but somewhat relevant to my problem.
I downloaded the sample app (thanks Visconti!) and it works for me, but I'm trying to duplicate the functionality in the .net environment.
I have imported the CrazyTalk4 and RLTTSComponent ActiveX Controls using
aximp, added them to my Tools and created instances of them on my form.
I am able to get TTS to work using axRLTTSComponent1.TextContent and axRLTTSComponent1.Play()
(The "ax" names are how they came out of the import and I just left them).
I am able to get CrazyTalk4 to use a model play a script.
What I can't accomplish is getting the two to work together.
When I try to AttachCtrl via axRLTTSComponent1.AttachCtrl(axCrazyTalk41) I always get a COM error that the member is not found.
If I try axRLTTSComponent1.AttachCtrl(null) I don't get that error, so it seems like the Method is there but it's not seeing the correct type for the object argument?
Any chance anyone has done this or has sample code? Thanks!
-Glenn