Microsoft Speech SDK
-
I have added speech to one of my applications using the Microsoft SDK 5.0. It works on my development machine, but not on machines that do not have the SDK loaded. Are there files from the SDK that need to be added to the target machine?
-
I have added speech to one of my applications using the Microsoft SDK 5.0. It works on my development machine, but not on machines that do not have the SDK loaded. Are there files from the SDK that need to be added to the target machine?
Yes. They are described in the documentation for the SDK. If you are really documenation adverse, try running the DEPENDS utility that ships with VC. It will tell you all the things your program needs to run. Go to a standard configuration system and see which ones are missing. If this is for wide distribution, better go with the documentation. P.S. Remember, when redistributing other peoples software, check the licensing agreements. This is especially true if you are developing commercial software and distributing Microsoft stuff. Hope this helps, Bill