Click here to Skip to main content
15,914,070 members

Comments by nitin_roy_scorpion (Top 2 by date)

nitin_roy_scorpion 6-Sep-11 13:34pm View    
Thanks Rage, But can you please explain points 2 , 3, 4 and 5 in more detail or point me to correct references, as I am relatively new to Speech Recongnition :).
As of now I have trained my SR engine. I am using SDK 5.1.
nitin_roy_scorpion 6-Apr-11 13:22pm View    
hi simmons,

CString str = "The string";
in above, str is a constant string, but the problem is with a generic string which stores a text from editbox.

so if you can let me know how to get the text from a Editbox Control and then convert the same to a _bsrt_t entity, so that I can use the same to populate a xml node text using MSXML2::IXMLnodeptr ptr->put_text(bstrvariable).
Please note that this bstrVariable is converted form of str variable mentioned above.

your reply on this would be a great help.