How do I develop Visual Studio 2010 applications that speak and listen?

Last reviewed: 4/20/2010

HOW Article ID: H041001

The information in this article applies to:

  • GrammarKit 3
  • LexiconKit 3
  • ProfileKit 3
  • SpeechKit 6
  • VoiceMarkupKit 3

Summary

GrammarKit, LexiconKit, ProfileKit, SpeechKit, and VoiceMarkupKit Win32 Developer Editions now include Visual Studio 2010 sample projects.

More Information

One of the major enhancements to Visual Studio 2010 is support for .NET Framework Version 4. The Win32 Developer Editions include new Visual Studio 2010 sample projects for C++ and .NET V4.

For .NET V4 applications, add project references to the .NET libraries found in the NETv3\bin folder as follows:

Product.NET component libraries
GrammarKitChant.Shared.DLL
Chant.GrammarKit.DLL
LexiconKitChant.Shared.DLL
Chant.LexiconKit.DLL
ProfileKitChant.Shared.DLL
Chant.ProfileKit.DLL
SpeechKitChant.Shared.DLL
Chant.SpeechKit.DLL
VoiceMarkupKitChant.Shared.DLL
Chant.VoiceMarkupKit.DLL

For C++ applications, locate the include directory path of the Chant header files as follows:

Product.NET component libraries
GrammarKitC:\Program Files\Chant\GrammarKit 3\Win32 Developer\CDLL\include
LexiconKitC:\Program Files\Chant\LexiconKit 3\Win32 Developer\CDLL\include
ProfileKitC:\Program Files\Chant\ProfileKit 3\Win32 Developer\CDLL\include
SpeechKitC:\Program Files\Chant\SpeechKit 6\Win32 Developer\CDLL\include
VoiceMarkupKitC:\Program Files\Chant\VoiceMarkupKit 3\Win32 Developer\CDLL\include