Where is the System::Speech::Recognition namespace?

P

Peter Oliphant

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==]
 
P

Peter Oliphant

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==]
 
G

Guest

No you're not an IDIOT.

Peter Oliphant said:
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==]

Peter Oliphant said:
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==]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top