I have installed VC++ 2008 Express and .NET Framework 3.5 on a Vista (Home
Premium) machine. I'm also up-to-date with Windows.
I can see in MSDN a description of a namespace called
System.Speech.Recognition for which I assume the C++ equivalent is
System::Speech::Recognition.
I thought it would be built into the language like, say, System::Drawing is
(I've changed the properties of the project to use .NET Framework 3.5 if
that matters), but it doesn't seem to recognize (irony) this namespace.
What can I do to get access to this namespace in my application (managed
btw)? Do I have to activate it somehow?
Thanks!
[==Peter==]
Peter Oliphant - 07 Oct 2007 00:42 GMT
OK, I'm an idiot. Found it under Properties (add new Reference:
System.Speech).
This is what I've been trying to get access to for a while. I'm very happy
right now... :)
[==Peter==]
>I have installed VC++ 2008 Express and .NET Framework 3.5 on a Vista (Home
>Premium) machine. I'm also up-to-date with Windows.
[quoted text clipped - 13 lines]
>
> [==Peter==]
NotAnIDIOT - 10 Oct 2007 21:22 GMT
No you're not an IDIOT.
> OK, I'm an idiot. Found it under Properties (add new Reference:
> System.Speech).
[quoted text clipped - 21 lines]
> >
> > [==Peter==]